# 🔢 Limit System

#### Default Limit

* All users have a default limit of 80,000 tokens.

#### Token Mode 🎟️

* Receive 80,000 tokens every day.
* No limit on the number of requests per minute.

#### Request Mode 📋

* Receive 100 requests every day.
* Each request uses 800 tokens.

#### Switching Modes

* Use the command `/set_limit_mode` to switch between modes.
* Check all limit information using `/all_limits`.<br>

Models have a token coefficient. Each model has its own coefficient. View the coefficients here: [Model Coefficients](https://fresedgpt.space/v1/models)


---

# 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://fresed-api.gitbook.io/fresed-api/limit-system.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.
