# Cómo hacer...

- [Un chatbot simple](https://docs.mavibot.ai/doc/es/como-hacer.../un-chatbot-simple.md): En este artículo explicaremos y te mostraremos cómo crear paso a paso un chatbot simple para tu proyecto.
- [Programa de referidos](https://docs.mavibot.ai/doc/es/como-hacer.../programa-de-referidos.md)
- [Contenido disponible temporalmente](https://docs.mavibot.ai/doc/es/como-hacer.../contenido-disponible-temporalmente.md)
- [Mover clientes a otro bloque](https://docs.mavibot.ai/doc/es/como-hacer.../mover-clientes-a-otro-bloque.md): En este artículo te guiaremos paso a paso sobre cómo mover clientes a otro bloque, tanto enviando mensajes como sin enviarlos.
- [Mover un cliente tras inactividad](https://docs.mavibot.ai/doc/es/como-hacer.../mover-un-cliente-tras-inactividad.md): Si un cliente se queda atascado en el último bloque del flujo o no completa la acción deseada, puedes configurar una transición automática al siguiente paso: este artículo te mostrará cómo.
- [Imágenes personalizadas](https://docs.mavibot.ai/doc/es/como-hacer.../imagenes-personalizadas.md)
- [Encuesta en chatbot con puntos otorgados](https://docs.mavibot.ai/doc/es/como-hacer.../encuesta-en-chatbot-con-puntos-otorgados.md)
- [Transferencia de base de clientes](https://docs.mavibot.ai/doc/es/como-hacer.../transferencia-de-base-de-clientes.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/es/como-hacer....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.
