# How is the usage calculated

Usage is calculated by translated characters per month. After each month, the usage is reset to 0 and you have your monthly quota available again.

When translating the same content multiple times the characters are ***not*** counted repeatedly. In other words, if your content is static, it does not matter how many times the content is translated, only the first time is counted.&#x20;

Please note that if the content within a `<T>` component changes, the whole content will be translated again, and therefore all characters will be counted again. One example where this might have a negative impact on your usage is when you have dynamic content inside of a sentence, like so:

```jsx
<T>You have {count} unread messages in your inbox</T>
```

In this case, whenever `count` changes, the whole sentence will be translated again. If you have a lot of traffic on your website, this is something to look out for.


---

# Agent Instructions: 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:

```
GET https://docs.magictranslate.io/magic-translate/faqs/how-is-the-usage-calculated.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
