# How to...

- [make a simple chatbot](https://docs.mavibot.ai/faq/questions/chatbot.md): A step-by-step tutorial for a simple chatbot with a simple series of texts.
- [...Transfer UTM-labels](https://docs.mavibot.ai/faq/questions/...transfer-utm-labels.md): How to make the chatbot and labels get along with each other
- [...Create a referral program](https://docs.mavibot.ai/faq/questions/refferal.md)
- [...Create temporarily available content](https://docs.mavibot.ai/faq/questions/content.md): There is often an objective to limit the access to the content with a set time. This article will tell you just how to do that.
- [...Connect analytics counters and configuring conversions through GTM](https://docs.mavibot.ai/faq/questions/gtm.md)
- [...Move clients to another block](https://docs.mavibot.ai/faq/questions/customers.md): You may need to launch the bot for several clients simultaneously
- [...Create personalized images](https://docs.mavibot.ai/faq/questions/images.md): You can put your own text on the images
- [...Create a menu in Telegram](https://docs.mavibot.ai/faq/questions/menu.md)
- [...Connect Telegram-pay](https://docs.mavibot.ai/faq/questions/payment.md): A step-by-step tutorial on how to create a pinned message with a “Pay” button


---

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