# Как...

- [сделать простой чат-бот](https://docs.mavibot.ai/doc/ru/faq/questions/chatbot.md): Пошаговое руководство по созданию простого чат-бота с простой последовательностью текстов.
- [...Передать UTM-метки](https://docs.mavibot.ai/doc/ru/faq/questions/...peredat-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: 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.
