# Reset Policy

In our system, **Quota Reset Policy** defines **when and how a quota resets** for a brand or user.

This ensures that resource usage (such as API calls, storage, or custom domains) is tracked consistently according to the subscription plan.

***

### Available Reset Policies

| Policy       | Description                                                                               | Common Use Case                                      |
| ------------ | ----------------------------------------------------------------------------------------- | ---------------------------------------------------- |
| **Lifetime** | Quota never resets. Once assigned, it lasts for the lifetime of the subscription/account. | Max number of users, custom domains, device slots.   |
| **Daily**    | Quota resets every day at midnight (UTC).                                                 | API requests per day, daily message limits.          |
| **Weekly**   | Quota resets every week (Sunday 00:00 UTC).                                               | Weekly reports, weekly scheduled actions.            |
| **Monthly**  | Quota resets every calendar month (1st day, 00:00 UTC).                                   | API requests per month, storage allocation.          |
| **Yearly**   | Quota resets once a year (January 1st, 00:00 UTC).                                        | Annual email sends, yearly credits.                  |
| **Custom**   | Admin-defined reset interval (e.g., every 45 days).                                       | Special enterprise agreements, promotional features. |

***

### Example Use Cases

#### 1. Lifetime Quota

* **Custom Domains**: A brand can register up to **3 domains** for their account.
* **Max Users**: A brand can create up to **50 users**.

> Once used, these slots do not reset. To increase limits, upgrade to a higher plan.

***

#### 2. Monthly Quota

* **API Requests**: Essentials Plan allows **50,000 requests per month**.
* **Storage**: Pro Plan includes **100 GB per month**.

> Quotas reset automatically on the first day of each month.

***

#### 3. Daily Quota

* **Messages**: Free Plan allows **500 messages per day**.
* **Login Attempts**: Max **1000 logins per day** per brand.

> Quotas reset automatically at 00:00 UTC daily.

***
