> 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/overview/how-to-use.md).

# How to use

Each setup unlocks different features depending on the context. Below you can find a step-by-step guide on how to get started :point\_down:

{% hint style="warning" %}
**The Checker Bot can be used in two ways — in a private chat or inside a group/channel.**
{% endhint %}

## 👤 For personal use:

{% stepper %}
{% step %}
In Telegram, search for the username [**@moni\_checker\_bot**](https://t.me/moni_checker_bot)**.**

<div align="left"><figure><img src="/files/xqliq0kBu7Wa1RdGpLLv" alt="" width="375"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
Open the bot and type the command `/start`.

<div align="left"><figure><img src="/files/KSmPjDWtXyy5HKcu1mS9" alt="" width="563"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
Send the bot any **X handle** (Twitter username) and get detailed information about it.

<div align="left"><figure><img src="/files/jquFpUyi1fk0lsnMv3ep" alt="" width="410"><figcaption></figcaption></figure></div>
{% endstep %}
{% endstepper %}

***

## 👥 For group/channel use:

{% stepper %}
{% step %}

### Create a group or a channel. ![](/files/zjx5NPffqgti9MM7ZH04)

{% endstep %}

{% step %}
Add [the bot](https://t.me/moni_checker_bot) to the group and grant it admin rights so that it can read messages.

<div align="left"><figure><img src="/files/zDPFjDyxUdivNrNoFaiU" alt="" width="370"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
Then click the button “save”.

<div align="left"><figure><img src="/files/GseLOj6gwnPy0WXa7IJ0" alt="" width="346"><figcaption></figcaption></figure></div>

{% endstep %}

{% step %}
Send any X handle in the group chat, and the bot will reply with the data.

<div align="left"><figure><img src="/files/dI3rVF33bRElObQ4jR6p" alt="" width="410"><figcaption></figcaption></figure></div>
{% endstep %}
{% endstepper %}

{% embed url="<https://www.youtube.com/watch?v=mc-jEvJPj5o>" %}


---

# 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/overview/how-to-use.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.
