> For the complete documentation index, see [llms.txt](https://help.chatterfy.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.chatterfy.ai/konstruktor-skriptov/nastroiki-skripta/bot-settings/telegram-source-channels.md).

# Telegram source Channels

**В случае если мы общаемся с юзерами через личку:**

* Создаем отделльного телеграм бота который будет принимать заявки.
* Добавляем этого бота в админы канала.

<figure><img src="/files/89PMH9Zs2B05N7b50iqg" alt=""><figcaption></figcaption></figure>

* В настройках бота нажимаем **Add channel**

<div><figure><img src="/files/19Pz0DnKQqKD0yXjPh4q" alt=""><figcaption></figcaption></figure> <figure><img src="/files/8s98wp8fUJ2GRZ49oVsn" alt=""><figcaption></figcaption></figure></div>

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

{% hint style="warning" %}
**Handle invites** нужен только если хотим чтобы бот принимал заявки и собирал статистику, если только для статистики, то этот чекбокс не нужен.
{% endhint %}

<figure><img src="/files/0OpM7PJxH85zsvK1OCoK" alt=""><figcaption></figcaption></figure>

* [x] Нажимаем **Save и обновляем страницу**
* [x] На этом этапе в нашей личке или боте должен быть хотя бы один степ
* [x] Нажимаем **Add notification bot**

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

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

Выбираем нашу личку (для синхронизации данных) и добавляем степ (в боте) на который юзер попадет при отправке завяки на вступление в канал.

{% hint style="info" %}
**Custom parameter in Source** - при добавлении значения в это поле в диалоге будет создан дополнительный Custom field с этим значением.
{% endhint %}

{% hint style="info" %}
**Set tag after join** - добавление тега к диалогу.
{% endhint %}

<figure><img src="/files/8FghHfjlNuGIvrgGcst6" alt=""><figcaption></figcaption></figure>

Обязательно нажимаем **Save** для генерации ссылки.

<figure><img src="/files/4eBOSi0b6le6dv7cjXMr" alt=""><figcaption></figcaption></figure>

Сгенерированную ссылку нам необходимо вставить во флоу общения с юзером.


---

# 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.chatterfy.ai/konstruktor-skriptov/nastroiki-skripta/bot-settings/telegram-source-channels.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.
