> 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/russian/opisanie-raboty/channels/dobavlenie-kanalov/telegram.md).

# Telegram

## Общая информация

Интеграция позволяет подключать Telegram-ботов (не личные аккаунты). Telegram-боты - это не чат-боты, это специфическое название канала в Telegram, которые позволяют настроить канал коммуникации компании с клиентом.&#x20;

Инструкция составлена исходя из факта того, что Telegram-бот уже создан и его необходимо подключить к Blinger.io. Если Telegram-бот не создан, то предлагаем воспользоваться инструкцией: [**Как создать бота в Telegram?**](/russian/faq-1/faq/po-kanalam/telegram.md)&#x20;

## Подключить Telegram-бота?

### **Шаг 1.** Открыть вкладку Приложения и нажать кнопку «Добавить»

![](/files/-LlqAvctzb5OCngjsdci)

### **Шаг 2.** Выбрать канал Telegram Bot и нажать «Добавить Telegram бота»

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

### **Шаг 3. Найти и открыть в Telegram бота** BotFather

![](/files/-LEtFvsMELLGknsBvdVc)

### **Шаг 4.** Ввести в строке сообщений BotFather значение `/mybots`

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

### Шаг 5. Выбрать Telegram-бота, который необходимо подключить

![](/files/-LEtH3SHr2ivrohjhHKp)

### Шаг 6. Нажать кнопку «API Token»

![](/files/-LEtHFdJ2SOWOtcjFK8Q)

### **Шаг 7. Скопировать значение Token**

![](/files/-LEtK2wPUIHqDN0pyG89)

### **Шаг 8.** Вернуться в Blinger.io, вставить скопированный Token и нажать «Добавить»

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

{% hint style="success" %}

### **Интеграция завершена!**

{% 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/russian/opisanie-raboty/channels/dobavlenie-kanalov/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.
