# Как сделать...

- [Простой чат-бот](https://docs.mavibot.ai/doc/ru/kak-sdelat.../prostoi-chat-bot.md): В этой статье мы пошагово объясним и покажем, как создать простой чат-бот для вашего проекта.
- [Реферальная программа](https://docs.mavibot.ai/doc/ru/kak-sdelat.../referalnaya-programma.md)
- [Временно доступный контент](https://docs.mavibot.ai/doc/ru/kak-sdelat.../vremenno-dostupnyi-kontent.md)
- [Перемещение клиентов в другой блок](https://docs.mavibot.ai/doc/ru/kak-sdelat.../peremeshenie-klientov-v-drugoi-blok.md): В этой статье мы пошагово расскажем, как перемещать клиентов в другой блок — как с отправкой сообщений, так и без неё.
- [Перемещение клиента после неактивности](https://docs.mavibot.ai/doc/ru/kak-sdelat.../peremeshenie-klienta-posle-neaktivnosti.md): Если клиент застрял в последнем блоке сценария или не завершил нужное действие, можно настроить автоматический переход к следующему шагу — в этой статье мы покажем, как это сделать.
- [Персонализированные изображения](https://docs.mavibot.ai/doc/ru/kak-sdelat.../personalizirovannye-izobrazheniya.md)
- [Опрос в чат-боте с начислением баллов](https://docs.mavibot.ai/doc/ru/kak-sdelat.../opros-v-chat-bote-s-nachisleniem-ballov.md)
- [Перенос базы клиентов](https://docs.mavibot.ai/doc/ru/kak-sdelat.../perenos-bazy-klientov.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://docs.mavibot.ai/doc/ru/kak-sdelat....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.
