> For the complete documentation index, see [llms.txt](https://docs.easto.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.easto.io/resources/special-groups-policy/early-adopter-user-policy/quota-calculation.md).

# Quota Calculation

TA Subscriptions App’s quota calculation helps track your store’s subscription revenue to determine whether you’re within the Free Plan’s monthly cap. Here’s how it works:

### 🗓️ Starting Date

* The quota is calculated from the day you install TA Subscriptions App or the day you switch back to the Free Plan, until the end of that calendar month.
* If you downgrade from a paid plan to the Free Plan, the calculation starts from the downgrade date.
* If you switch plans multiple times within the same month, the most recent switch to Free Plan is used as the starting point.

### 💰 What Counts as Revenue

* All subscription orders are counted: both the first order and any recurring orders.
* As long as an order is created and the customer’s card is charged, the revenue is added to your quota.

### 🔄 Monthly Reset

* At the start of each new calendar month, your revenue quota is reset to $0.
* A new cycle begins, and your quota will be recalculated until the end of that month.

### ✅ Example

* You installed TA Subscriptions App on March 10 → Quota is tracked from March 10 – March 31.
* You upgraded to Starter on April 1, then downgraded back to Free on April 15 → Quota is tracked from April 15 – April 30.
* You downgraded again on April 25 → Quota is recalculated starting from April 25 – April 30.

### 🔔 Note

* Once you’ve reached your quota, new subscription orders will be paused and existing contracts will not auto-renew until you upgrade or your quota resets.

✨ In short: quota counts all subscription revenue within the Free Plan period, resets at the start of each month, and always runs until the end of that calendar month. When you hit the limit, contracts stop auto-renewing until you upgrade or your quota resets.

*If you need help, feel free to reach out to us via in-app* [***Live chat***](https://go.crisp.chat/chat/embed/?website_id=c4ae10a3-f762-4968-b35a-c931caf62a96)***,*** [***Book a call***](https://calendly.com/easto-support/30min) *or at* [***support@tech-arms.io***](mailto:support@tech-arms.io)***.***


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.easto.io/resources/special-groups-policy/early-adopter-user-policy/quota-calculation.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
