> 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/ispolzovanie-konstruktora.md).

# Использование конструктора

### Конструктор Chatterfy является эффективным инструментом для автоматизации рабочих воронок. Для успешного создания флоу вам потребуется тщательно продумать и выстроить логику процесса.

**Как начать?** 🤔

{% hint style="info" %}
Функционал создания и обработки для Telegram Personal (Личка) и Telegram Bot абсолютно одинаковый&#x20;
{% endhint %}

1. [Создайте Space (рабочее пространство) для бота. ](/ideas/sozdanie-speisa.md)\
   Рабочие пространства можете делить по ГЕО/парнтнеркам/баерам/обработчикам и тд&#x20;
2. Добавьте флоу обработки (воронку продаж) в вашего бота. [Для начала ознакомьтесь с типами степов ](/konstruktor-skriptov/nastroiki-skripta/tipy-stepov-vnutri-konstruktora.md)
3. Добавьте[ AI Settings](/konstruktor-skriptov/podklyuchenie-ai/ai-settings.md), [Bot Settings](/konstruktor-skriptov/nastroiki-skripta/bot-settings.md)
4. [Настройте пуши](/konstruktor-skriptov/nastroiki-skripta/pushi.md)
5. [Добавьте Теги](/crm-dlya-obsheniya/funkcional-crm/stranica-chatov/tegi.md)
6. [Настройте делэи](/konstruktor-skriptov/nastroiki-skripta/bot-settings/zaderzhki-mezhdu-otvetami-delays.md)
7. Протестируйте бота

## FAQ - Часто задаваемые вопросы 📍

### 1) Бот обучается за счет инпута клиентов?

{% hint style="info" %}
[Не совсем, бот работает в рамках ваших GOALS и REQUIREMENTS + AI Settings](/konstruktor-skriptov/podklyuchenie-ai/ai-settings.md#faq-chasto-zadavaemye-voprosy)
{% endhint %}

### 2) Как я могу пропушить всю базу?

{% hint style="info" %}
Используйте функции[ Global Push ](/konstruktor-skriptov/nastroiki-skripta/pushi/global-push.md)или же[ Step Push](/konstruktor-skriptov/nastroiki-skripta/pushi/step-push.md)
{% endhint %}

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td></td><td>Настройки скрипта:<br><a href="/pages/Migehz9cBBzWu4yu4q12">Bot Settings </a></td><td></td><td><a href="/files/UitVcsvvZXlrBc6Rfbp0">/files/UitVcsvvZXlrBc6Rfbp0</a></td></tr><tr><td></td><td>Настройки скрипта:<br><a href="/pages/hT7SdJ6rJphTEmcCK0Tu">Импорт других скриптов</a><br></td><td></td><td><a href="/files/UitVcsvvZXlrBc6Rfbp0">/files/UitVcsvvZXlrBc6Rfbp0</a></td></tr><tr><td></td><td>Настройки скрипта:<br><a href="/pages/H8c170b0nHD9kgYgeiKN">Пуши</a><br></td><td></td><td><a href="/files/UitVcsvvZXlrBc6Rfbp0">/files/UitVcsvvZXlrBc6Rfbp0</a></td></tr><tr><td></td><td>Настройки скрипта:<br><a href="/pages/UZ6zXiD5LiCWgQonjjhH">Типы степов внутри конструктора </a></td><td></td><td><a href="/files/UitVcsvvZXlrBc6Rfbp0">/files/UitVcsvvZXlrBc6Rfbp0</a></td></tr><tr><td></td><td><a href="/pages/zPOZFocO8AracFar2v2K">Подключение АИ </a></td><td></td><td><a href="/files/UitVcsvvZXlrBc6Rfbp0">/files/UitVcsvvZXlrBc6Rfbp0</a></td></tr><tr><td></td><td><a href="/pages/Aj5fO4OYMWQvW6icngjO">Примеры скриптов</a></td><td></td><td><a href="/files/UitVcsvvZXlrBc6Rfbp0">/files/UitVcsvvZXlrBc6Rfbp0</a></td></tr></tbody></table>


---

# 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/ispolzovanie-konstruktora.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.
