> ## 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.


## Related topics

- [Reporting calculated usage](/documentation/getting-usage-data-into-stigg/reporting-calculated-usage.md)
- [Viewing customers entitlement usage](/documentation/managing-customers-and-subscriptions/customers/viewing-customers-entitlement-usage.md)
- [Usage, billing & credits](/api-and-sdks/integration/backend/usage-and-billing.md)
- [Sidecar](/api-and-sdks/integration/backend/sidecar.md)
- [Get Entitlement](/api-and-sdks/api-reference/queries/get-entitlement.md)
