# Создание бота

На текущий момент Chatterfy поддерживает cледующие типы аккаунтов в Telegram:

1. Telegram Bot
2. Telegram Personal (личка)
3. Telegram Invite Bot&#x20;
4. Business Telegram Bot&#x20;

{% hint style="warning" %}
**РАЗНИЦА В ИСПОЛЬЗОВАНИИ** \
\
**1) Telegram Invite Bot** \
✅ может быть ботом автоприемщиком инвайтов \
✅ доступно создание только приветственной инвайт воронки, без AI Reply степов\
🚫недоступна CRM обработка&#x20;

**2)Telegram Bot**\
✅ может быть ботом автоприемщиком инвайтов \
✅ доступно создание приветственной инвайт воронки + внедрение ИИ (AI Reply)\
✅ доступно использование CRM
{% endhint %}

### [Привязка Telegram bot](/crm-dlya-obsheniya/funkcional-crm/sozdanie-bota/privyazka-telegram-bot.md)


---

# 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://help.chatterfy.ai/crm-dlya-obsheniya/funkcional-crm/sozdanie-bota.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.
