# Adding Telegram

To add a bot to telegram, you need to enter the bot's token in the "Token" field. You can use the token of a previously created bot or create a new one using [BotFather](https://.me/BotFather).&#x20;

Follow the link and create a bot by following the instructions in Telegram:

![](/files/VVHwDxpLBfEvJfIOKw5k)

In the add channel interface (above), paste the copied token and click "create". You can immediately select a scenario in which you can connect the created telegram bot. Once created, the new channel will appear in the list.


---

# 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://docs.smartbotpro.io/beginning-of-work/how-to-add-messenger/adding-telegram.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.
