> For the complete documentation index, see [llms.txt](https://help.blinger.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.blinger.io/documentation/section-apps/adding-accounts/telegram.md).

# Telegram

## General information

The integration allows to connect Telegram-bots (not personal accounts). Telegram-bots are not chat-bots, it's a specific name of  Telegram channels, which let you set up a communication channel of the user with a business.

The instruction was crafted based on the fact, that the Telegram-bot had already been created and you need to connect it to Blinger.io. If you haven't created a Telegram-bot, then we propose the following instruction: [**How to create a Telegram-bot?**](https://help.blinger.io/faq/messaging-channels/telegram)

## Connect a Telegram-bot?

### **Step 1.** Open the tab Apps and click on "Add new app"

![](/files/-LlqAvctzb5OCngjsdci)

### **Step 2.** Select channel Telegram Bot and click on "Add Telegram Bot"

![](/files/-LlqSk2EK_nT8-VyN1YC)

### **Step 3. Fine and open in Telegram BotFather bot**

![](/files/-LEtFvsMELLGknsBvdVc)

### **Step 4. Enter in message line of BotFather the following value** `/mybots`

![](/files/-LEtGN1L_0Ov__-Itxqb)

### Step 5. Select the Telegram-bot, which you want to connect

![](/files/-LEtH3SHr2ivrohjhHKp)

### Step 6. Click on the button «API Token»

![](/files/-LEtHFdJ2SOWOtcjFK8Q)

### **Step 7. Copy the Token value**

![](/files/-LEtK2wPUIHqDN0pyG89)

### **Step 8. Go back to** Blinger.io, paste the copied Token and click on "Add"

![](/files/-LlqXCjFTsbScDeEE-nd)

{% hint style="success" %}

### The integration is completed!

{% 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://help.blinger.io/documentation/section-apps/adding-accounts/telegram.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.
