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

# Usage reset

Usage Reset allows Stigg to automatically reset measured usage at predefined intervals. This is essential for usage-based features such as monthly API call limits or daily task runs.

Supported reset intervals:

* Yearly
* Monthly
* Weekly
* Daily
* Hourly

## Key behaviors

When usage is reset, either because a reset period ends or a customer transitions to a different plan, the `isResetPoint` field is marked as true in the usage history.

You can view both the reset interval and the upcoming reset date directly in the customer’s **Entitlement Usage** tab.

The `usagePeriodStart` and `usagePeriodEnd` fields on an entitlement indicate the active usage window.

In the **Feature Inspector**, metered features with automatic resets display usage relative to the reset-period start, and you can toggle between the last completed period and the current in-progress period.


## Related topics

- [Metered features](/documentation/modeling-your-pricing-in-stigg/add-ons/assigning-features-to-add-ons/metered.md)
- [Adding entitlements to plans](/documentation/modeling-your-pricing-in-stigg/plans/assigning-features-plans.md)
- [Python SDK](/api-and-sdks/changelog/backend-graphql/python.md)
- [Ruby SDK](/api-and-sdks/changelog/backend-graphql/ruby.md)
- [Go SDK](/api-and-sdks/changelog/backend-graphql/go.md)
