# Variables y funciones

- [Variables](https://docs.mavibot.ai/doc/es/chatbot/functions/variables.md)
- [Calculadora](https://docs.mavibot.ai/doc/es/chatbot/functions/calculadora.md)
- [Funciones matemáticas](https://docs.mavibot.ai/doc/es/chatbot/functions/calculadora/math.md)
- [Trabajo con enlaces](https://docs.mavibot.ai/doc/es/chatbot/functions/calculadora/links.md)
- [Trabajo con tablas de MaviBot](https://docs.mavibot.ai/doc/es/chatbot/functions/calculadora/tables.md)
- [Trabajo con expresiones](https://docs.mavibot.ai/doc/es/chatbot/functions/calculadora/expressions.md)
- [Trabajo con cadenas](https://docs.mavibot.ai/doc/es/chatbot/functions/calculadora/strings.md)
- [Trabajo con fechas y hora](https://docs.mavibot.ai/doc/es/chatbot/functions/calculadora/date.md)
- [Trabajo con clientes y CRM](https://docs.mavibot.ai/doc/es/chatbot/functions/calculadora/crm.md)
- [Trabajo con listas](https://docs.mavibot.ai/doc/es/chatbot/functions/calculadora/lists.md)
- [Trabajo con etiquetas de MaviBot](https://docs.mavibot.ai/doc/es/chatbot/functions/calculadora/tags.md)
- [Trabajo en mensajeros](https://docs.mavibot.ai/doc/es/chatbot/functions/calculadora/messengers.md)
- [Trabajo con empleados](https://docs.mavibot.ai/doc/es/chatbot/functions/calculadora/employees.md)
- [Trabajo con Google Sheets](https://docs.mavibot.ai/doc/es/chatbot/functions/calculadora/sheets.md)
- [Trabajo con correo electrónico](https://docs.mavibot.ai/doc/es/chatbot/functions/calculadora/email.md)
- [Condicional IF](https://docs.mavibot.ai/doc/es/chatbot/functions/calculadora/conditional.md)
- [Trabajo con variables](https://docs.mavibot.ai/doc/es/chatbot/functions/calculadora/variables.md)
- [Métodos de gamificación](https://docs.mavibot.ai/doc/es/chatbot/functions/calculadora/gamification.md)
- [Trabajo con arrays y diccionarios](https://docs.mavibot.ai/doc/es/chatbot/functions/calculadora/arrays.md)
- [Funciones (API) en la calculadora](https://docs.mavibot.ai/doc/es/chatbot/functions/api.md)
- [Expresiones regulares](https://docs.mavibot.ai/doc/es/chatbot/functions/regex.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/chatbot/functions.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.
