> For the complete documentation index, see [llms.txt](https://moni-ai.gitbook.io/checker-bot/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://moni-ai.gitbook.io/checker-bot/limits.md).

# Limits

#### To ensure fair usage for everyone, our bot implements request limits.

Every time you check an account/project — whether in a private chat or in a group/channel — it counts as one request.

## Personal & Group Limits

* **Personal Chat**: 500 requests per month.
* **Groups/Channels**: If you add the bot to a group or channel, that space gets its own separate limit of 500 requests per month.

{% hint style="success" %}

## **This means your personal usage doesn’t affect your group’s usage, and vice versa.**

{% endhint %}

## What Happens When You Hit the Limit?

If your limit (either personal or group) is reached, the bot will temporarily stop responding to requests in that chat. It’ll resume automatically when the quota resets (monthly) — or if you upgrade.

## Want More Requests?

Whether you're a team, alpha group, community, or just someone who likes to scan a lot — we offer custom plans with higher limits.

> 💬 Reach out to [@echo0x](https://t.me/echo0x) on Telegram — we’ll hook you up.

## Adaptive System

Our bot runs on an intelligent system that adjusts to user behavior:

* Repeated violations within a short time window will result in progressively longer timeouts.
* The system automatically adjusts back to normal after a period of normal usage.

{% hint style="danger" %}

## **Using automation, scripts, or bots to trigger handle checks may result in a ban for your account or group.**

{% endhint %}


---

# 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://moni-ai.gitbook.io/checker-bot/limits.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.
