> For the complete documentation index, see [llms.txt](https://docs.nextcli.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nextcli.com/en/cloud/telegram-bot/telegram-bot_en.md).

# telegram bot\_en

{% hint style="success" %}
NextCLi Cloud now supports multiple **Telegram BOT** capabilities — all **free** for group owners and administrators!
{% endhint %}

<table data-view="cards"><thead><tr><th data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><a href="/pages/f461f51cff08bf3737e65379f0b88f1d047a3f00">/pages/f461f51cff08bf3737e65379f0b88f1d047a3f00</a></td><td><a href="/files/9b78beb2325b75d759264d43464b518127eb4c9e">/files/9b78beb2325b75d759264d43464b518127eb4c9e</a></td><td><a href="/pages/f461f51cff08bf3737e65379f0b88f1d047a3f00">/pages/f461f51cff08bf3737e65379f0b88f1d047a3f00</a></td></tr><tr><td><a href="/pages/86e2c338116920063ad3af7df1b4c6a26a45de24">/pages/86e2c338116920063ad3af7df1b4c6a26a45de24</a></td><td><a href="/files/4b795e84394dd25a6101e2064becd0ccd8d8ea9b">/files/4b795e84394dd25a6101e2064becd0ccd8d8ea9b</a></td><td><a href="/pages/86e2c338116920063ad3af7df1b4c6a26a45de24">/pages/86e2c338116920063ad3af7df1b4c6a26a45de24</a></td></tr><tr><td><a href="/pages/fdcfa2696b8dc58f4d36cb9ecdaee7d3f6d70772">/pages/fdcfa2696b8dc58f4d36cb9ecdaee7d3f6d70772</a></td><td><a href="/files/a13afdd50525f6c9c3435cc5accdac87a640519f">/files/a13afdd50525f6c9c3435cc5accdac87a640519f</a></td><td><a href="/pages/fdcfa2696b8dc58f4d36cb9ecdaee7d3f6d70772">/pages/fdcfa2696b8dc58f4d36cb9ecdaee7d3f6d70772</a></td></tr></tbody></table>

{% hint style="success" %}
**Add a BOT to Your Group**

{% stepper %}
{% step %}
Open **Group Info → Manage Group → Administrators → Add** [**@TGHelp**](https://t.me/tghelp) as an administrator.
{% endstep %}

{% step %}
Edit permissions and grant at least **Delete Messages**, **Ban Users**, and **Invite Users via Link / Unpin Messages** permissions, then save.
{% endstep %}
{% endstepper %}
{% 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://docs.nextcli.com/en/cloud/telegram-bot/telegram-bot_en.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.
