> For the complete documentation index, see [llms.txt](https://docs.mavibot.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mavibot.ai/doc/uk/chatbot/functions.md).

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

- [Змінні](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 Sheets](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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.
