> ## Documentation Index
> Fetch the complete documentation index at: https://docs.stigg.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Reporting entitlement usage

You can report raw usage events directly from the Stigg app UI. This is especially useful when developing and testing usage-based features that are metered using raw usage events.

To Reporting entitlement usage:

1. Go to **Customers** and select a customer.
2. On the customer details screen, scroll down to the **Subscriptions** section and select a subscription that contains a metered feature.
3. Go to the **Entitlement usage** tab.
4. Expand an entitlement and click **Report event**.
5. Enter the event dimensions, for example:

   ```json theme={null}
   {
     "consumed_tokens": 10,
     "user_id": 123
   }

   ```
6. Click **Report event**.
7. Click **Refresh** to see the updated view.
