# Telegram

[Telegram](https://telegram.org/) is a cloud-based instant messaging and voice over IP service. Users can send messages and exchange photos, videos, stickers, audio, and files of any type.

## Account integration using Access Token

To begin, you will need:

* A [Telegram](https://telegram.org/) account.

**STEP 1:** Click the [BotFather](https://telegram.me/BotFather) and it will navigate to the web browser.

<figure><img src="/files/x8KDJoOjIL1wqj1IYCLH" alt=""><figcaption></figcaption></figure>

**STEP 2:** In the web browser, click the **\[Open Telegram Desktop]** button if you wish to continue at the Telegram Desktop version, or just click the **\[SEND MESSAGE]** butto&#x6E;**.**

**STEP 3:** In BotFather, type the command **/newbot**.

![](/files/N14wLPzURudokeeoAP7r)

**STEP 4:** Type the bot’s **name** (In this case, iMBrace).

![](/files/1L1fOqJCiYxGpHVvsve0)

**STEP 5:** Type the bot’s **username** which ends with the word **“bot”**. Example, TetrisBot or tetris\_bot (In this case, iMBrace\_bot).

![](/files/NwEGYb9SVLnQl875whXY)

**STEP 6:** You will then be presented with the **access token** for the HTTP API.

![](/files/mQOnysqNTPYJeYbu2HZ9)

**DONE:** The credential can then be used for Telegram node&#x73;**.**


---

# 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://imbrace.gitbook.io/imbrace-documentation/integrations/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.
