> 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/faq.md).

# FAQ

#### **Do you have a token?**

> No, we don’t — and we’re not planning to launch one. We’re focused on building a solid product, not dropping tokens.

#### **How can I contact your team?**

> Super easy — just message us at @echo on Telegram. Always happy to help or chat!

#### **Do you have a referral program?**

> Not yet. Since there are no paid plans at the moment, there's nothing to refer. But who knows — maybe in the future.

#### **Do you offer an API?**

> Yes, we do! If you're looking to build something on top of our data, check out the API – coming soon&#x20;

#### **Do you offer advertising or paid promotions in the bot?**

> Nope. We don’t do ads. The focus is all on clean, unbiased data.

#### **Are there higher limits for paid Moni Discover plans?**

> Yes! If you’re hitting the limit or need more room to work, just reach out to [@echo](https://t.me/echo0x) — we’ll sort something out.

#### **Where can I report a bug?**

> There’s a **`“Send Feedback”`** button right inside the bot. Tap it anytime to let us know what’s wrong or suggest something new.

#### **I sent a bug report but haven’t heard back — is that normal?**

> Totally fair question. It can take up to **24 hours** for us to review reports — we check everything manually, so thanks for your patience!

#### **How fast does the bot reply?**

> Usually instantly! But if you’re sending lots of requests quickly, or Telegram is having a slow moment, there might be a small delay. Nothing major.

#### **Can I get a custom version of the bot for my community?**

> Not right now. We don’t offer custom versions, but we’re always working to make the main bot better for everyone.&#x20;

#### Are there any new features coming to the bot recently?

> Yep! We've got a huge roadmap and plan to deploy some new commands and data to the bot.


---

# 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/faq.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.
