> For the complete documentation index, see [llms.txt](https://docs.maiagent.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.maiagent.ai/maiagent-user-guide/maiagent-user-guide-en/maigpt/faq/usage.md).

# Usage & Quotas

MaiGPT uses pay-as-you-go billing — you pay for what you use. Below is an overview of usage basics.

***

## What Is Usage

Each time you chat with AI, the system calculates usage based on the length and complexity of the messages. Usage is typically managed and paid for by your company, so you don't need to pay anything yourself.

***

## What Operations Consume Usage

| Operation                    | Usage                                          |
| ---------------------------- | ---------------------------------------------- |
| Regular chat                 | Low                                            |
| Uploading files for analysis | Medium (depends on file size)                  |
| Knowledge Base Q\&A          | Medium                                         |
| Deep Research                | High (performs multiple searches and analyses) |
| AI Image Generation          | Medium                                         |
| Deep Thinking                | Higher (more than regular chat)                |

***

## How to Check Usage

{% hint style="info" %}
How to check usage varies by company configuration. If your interface shows usage information, you can view it directly. Otherwise, contact your admin to learn about your usage status.
{% endhint %}

***

## Tips for Saving Usage

* **More precise questions use less usage** — Specific questions produce shorter responses and consume less usage
* **Make good use of the same conversation** — Continuing a conversation is more efficient than starting a new one, since you don't need to repeat background information
* **Choose the right feature** — Simple questions don't need Deep Research or Deep Thinking

***

## Next Steps

* [How to Choose Between Models](/maiagent-user-guide/maiagent-user-guide-en/maigpt/faq/model-comparison.md)
* [Security and Privacy](/maiagent-user-guide/maiagent-user-guide-en/maigpt/faq/security.md)
* [Back to MaiGPT Overview](/maiagent-user-guide/maiagent-user-guide-en/maigpt/maigpt.md)


---

# 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.maiagent.ai/maiagent-user-guide/maiagent-user-guide-en/maigpt/faq/usage.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.
