> 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/crm-dlya-obsheniya/funkcional-crm/sozdanie-bota/privyazka-lichnogo-akkaunta-telegram.md).

# Привязка личного аккаунта Telegram

{% hint style="warning" %}
Убедитесь что ваш аккаунт не заблокирован и не помечен как спаммерский, проверить можно здесь - [SpamBot](https://t.me/SpamBot)
{% endhint %}

## 1) Нажмите на кнопку "Cоздать бота" в основном меню Chatterfy

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

Переходим на [Платформу Chatterfy](https://next.chatterfy.ai) и создаем новый бот (Аккаунт)

## 2) Установите **Bot Type** (тип бота), в данном случае Personal **Telegram Bot**&#x20;

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

## 3) Укажите Спейс в котором бот (Аккаунт) будет размещен

Укажите Спейс в котором бот будет размещен. Например, Space Gambling&#x20;

<figure><img src="/files/87qSiRGTNWjMZYsiwhU5" alt=""><figcaption></figcaption></figure>

Выберите модели обработки для:&#x20;

* **System AI Summary model** - (как ИИ думает) используется для сбора информации содержащейся в инструкциях бота и сообщений из диалога
* **System AI Summary Router model** - используется только в [**AI Router**](https://help.chatterfy.ai/nastroika/tipy-shagov-v-skripte/ai-router) (когда мы используем функционал для разветвления воронки) для определения по какой ветке продвигать диалог в зависимости от ответа юзера.
* **System AI Reply model** - (от чего зависит ответ) используется для финальной генерации ответа на основании **AI Summary**&#x20;

Перейдите по ссылке, чтобы узнать подробнее о доступных моделях и какую лучше выбрать: [AI модели](/konstruktor-skriptov/podklyuchenie-ai/kak-vybrat-model-ai.md)

{% hint style="info" %}
Run Immediately - автоматический запуск (активация) бота
{% endhint %}

## 5) Добавьте **Description** (внутреннее описание бота)

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

## 6) Введите номер телефона, привязанный к Аккаунту и 2FA пароль если он был установлен

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

## 7) Активируем бота (Аккаунт)


---

# 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/crm-dlya-obsheniya/funkcional-crm/sozdanie-bota/privyazka-lichnogo-akkaunta-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.
