# How to do...

- [A simple chatbot](https://docs.mavibot.ai/how-to-do.../a-simple-chatbot.md): In this article, we'll explain and show you how to create a simple chatbot for your project step by step.
- [Referral program](https://docs.mavibot.ai/how-to-do.../referral-program.md)
- [Temporarily available content](https://docs.mavibot.ai/how-to-do.../temporarily-available-content.md)
- [Moving clients to another block](https://docs.mavibot.ai/how-to-do.../moving-clients-to-another-block.md): In this article, we’ll walk you through step-by-step how to move clients to another block, both by sending messages and without sending messages.
- [Move a client after inactivity](https://docs.mavibot.ai/how-to-do.../move-a-client-after-inactivity.md): If a client gets stuck in the last block of the flow or doesn’t complete the desired action, you can set up an automatic transition to the next step — this article will show you how.
- [Personalized images](https://docs.mavibot.ai/how-to-do.../personalized-images.md)
- [Chatbot survey with points awarded](https://docs.mavibot.ai/how-to-do.../chatbot-survey-with-points-awarded.md)
- [Client database transfer](https://docs.mavibot.ai/how-to-do.../client-database-transfer.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/how-to-do....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.
