# How to add a bot to a Telegram channel?

#### 1. Go to "Manage Channel" <a href="#id-1-otkroite-upravlenie-kanalom" id="id-1-otkroite-upravlenie-kanalom"></a>

Open your Telegram channel, open channel info and click «Edit»

#### 2. Add the bot to Administrators <a href="#id-2-dobavte-bota-vadministratory" id="id-2-dobavte-bota-vadministratory"></a>

Open “Administrators”. Click “Add Administrator”, enter your bot username in the search bar and add it as an administrator.&#x20;

#### 3. Give all permissions to the bot <a href="#id-3-razreshite-botu-upravlyat-kanalom" id="id-3-razreshite-botu-upravlyat-kanalom"></a>

All permissions are necessary for the bot to make paid posts and pin messages. If you don't give all permissions, some features may not work.&#x20;

{% hint style="info" %}
If the bot does not appear in the list of admins after these steps, try to send any message in your channel.
{% endhint %}

{% hint style="success" %}
If you couldn't add the bot, please write to us on [Telegram](https://t.me/tonplacehelpbot).
{% endhint %}


---

# 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://wiki.ton.place/eng/telegram-bot/general-info-for-creators/how-to-add-a-bot-to-a-telegram-channel.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.
