# Змінні та функції

- [Змінні](https://docs.mavibot.ai/doc/uk/chatbot/functions/zminni.md)
- [Калькулятор](https://docs.mavibot.ai/doc/uk/chatbot/functions/kalkulyator.md)
- [Математичні функції](https://docs.mavibot.ai/doc/uk/chatbot/functions/kalkulyator/math.md)
- [Робота з посиланнями](https://docs.mavibot.ai/doc/uk/chatbot/functions/kalkulyator/links.md)
- [Робота з таблицями MaviBot](https://docs.mavibot.ai/doc/uk/chatbot/functions/kalkulyator/tables.md)
- [Робота з виразами](https://docs.mavibot.ai/doc/uk/chatbot/functions/kalkulyator/expressions.md)
- [Робота зі рядками](https://docs.mavibot.ai/doc/uk/chatbot/functions/kalkulyator/strings.md)
- [Робота з датами та часом](https://docs.mavibot.ai/doc/uk/chatbot/functions/kalkulyator/date.md)
- [Робота з клієнтами та CRM](https://docs.mavibot.ai/doc/uk/chatbot/functions/kalkulyator/crm.md)
- [Робота зі списками](https://docs.mavibot.ai/doc/uk/chatbot/functions/kalkulyator/lists.md)
- [Робота з тегами MaviBot](https://docs.mavibot.ai/doc/uk/chatbot/functions/kalkulyator/tags.md)
- [Робота в месенджерах](https://docs.mavibot.ai/doc/uk/chatbot/functions/kalkulyator/messengers.md)
- [Робота зі співробітниками](https://docs.mavibot.ai/doc/uk/chatbot/functions/kalkulyator/employees.md)
- [Робота з Google Таблицями](https://docs.mavibot.ai/doc/uk/chatbot/functions/kalkulyator/sheets.md)
- [Робота з електронною поштою](https://docs.mavibot.ai/doc/uk/chatbot/functions/kalkulyator/email.md)
- [Умова IF](https://docs.mavibot.ai/doc/uk/chatbot/functions/kalkulyator/conditional.md)
- [Робота зі змінними](https://docs.mavibot.ai/doc/uk/chatbot/functions/kalkulyator/variables.md)
- [Методи гейміфікації](https://docs.mavibot.ai/doc/uk/chatbot/functions/kalkulyator/gamification.md)
- [Робота з масивами та словниками](https://docs.mavibot.ai/doc/uk/chatbot/functions/kalkulyator/arrays.md)
- [Функції (API) у калькуляторі](https://docs.mavibot.ai/doc/uk/chatbot/functions/api.md)
- [Регулярні вирази](https://docs.mavibot.ai/doc/uk/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/uk/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.
