# 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)
- [Trabajar con enlaces](https://docs.mavibot.ai/doc/es/chatbot/functions/calculadora/links.md)
- [Trabajar con tablas de MaviBot](https://docs.mavibot.ai/doc/es/chatbot/functions/calculadora/tables.md)
- [Trabajar con expresiones](https://docs.mavibot.ai/doc/es/chatbot/functions/calculadora/expressions.md)
- [Trabajar con cadenas](https://docs.mavibot.ai/doc/es/chatbot/functions/calculadora/strings.md)
- [Trabajar con fechas y horas](https://docs.mavibot.ai/doc/es/chatbot/functions/calculadora/date.md)
- [Trabajar con clientes y CRM](https://docs.mavibot.ai/doc/es/chatbot/functions/calculadora/crm.md)
- [Trabajar con listas](https://docs.mavibot.ai/doc/es/chatbot/functions/calculadora/lists.md)
- [Trabajar con etiquetas de MaviBot](https://docs.mavibot.ai/doc/es/chatbot/functions/calculadora/tags.md)
- [Trabajar en mensajeros](https://docs.mavibot.ai/doc/es/chatbot/functions/calculadora/messengers.md)
- [Trabajar con empleados](https://docs.mavibot.ai/doc/es/chatbot/functions/calculadora/employees.md)
- [Trabajar con Google Sheets](https://docs.mavibot.ai/doc/es/chatbot/functions/calculadora/sheets.md)
- [Trabajar con correo electrónico](https://docs.mavibot.ai/doc/es/chatbot/functions/calculadora/email.md)
- [Instrucción condicional IF](https://docs.mavibot.ai/doc/es/chatbot/functions/calculadora/conditional.md)
- [Trabajar 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)
- [Trabajar con matrices 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.
