> For the complete documentation index, see [llms.txt](https://docs.mavibot.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mavibot.ai/doc/ru/faq/questions.md).

# Как...

- [сделать простой чатбот](https://docs.mavibot.ai/doc/ru/faq/questions/chatbot.md): Пошаговое руководство по созданию простого чатбота с простой цепочкой текстов.
- [...Передавать UTM-метки](https://docs.mavibot.ai/doc/ru/faq/questions/...peredavat-utm-metki.md): Как подружить чатбот и метки друг с другом
- [...Создать реферальную программу](https://docs.mavibot.ai/doc/ru/faq/questions/refferal.md)
- [...Создать временно доступный контент](https://docs.mavibot.ai/doc/ru/faq/questions/content.md): Часто возникает задача ограничить доступ к контенту определённым временем. Эта статья расскажет, как именно это сделать.
- [...Подключить счётчики аналитики и настроить конверсии через GTM](https://docs.mavibot.ai/doc/ru/faq/questions/gtm.md)
- [...Переместить клиентов в другой блок](https://docs.mavibot.ai/doc/ru/faq/questions/customers.md): Возможно, вам потребуется запустить бота для нескольких клиентов одновременно
- [...Создать персонализированные изображения](https://docs.mavibot.ai/doc/ru/faq/questions/images.md): Вы можете разместить свой текст на изображениях
- [...Создать меню в Telegram](https://docs.mavibot.ai/doc/ru/faq/questions/menu.md)
- [...Подключить Telegram Pay](https://docs.mavibot.ai/doc/ru/faq/questions/payment.md): Пошаговое руководство о том, как создать закреплённое сообщение с кнопкой «Оплатить»


---

# 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:

```
GET https://docs.mavibot.ai/doc/ru/faq/questions.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.
