# Системные функции

{% hint style="info" %}
**Функция** - подпрограмма, которую можно вызвать. Результат выполнения функции подставляется в сообщение от бота. В функцию можно передать аргументы (параметры), от которых зависит результат выполнения функции.
{% endhint %}

{% hint style="warning" %}
Пока платформа не поддерживает вложение функции в функцию
{% endhint %}

{% content-ref url="/pages/XqKXonb39LiAP9jfehoH" %}
[Арифметические операции](/chat-boty/scenarii-bota/avtopodstanovka/sistemnye-funkcii/arifmeticheskie-operacii.md)
{% endcontent-ref %}

{% content-ref url="/pages/CyHjHmwV6Pe17fcTsREr" %}
[Работа с датой](/chat-boty/scenarii-bota/avtopodstanovka/sistemnye-funkcii/rabota-s-datoi.md)
{% endcontent-ref %}

{% content-ref url="/pages/ZfMsilodUZKtF0IIpkYB" %}
[Как обрезать часть строки](/chat-boty/scenarii-bota/avtopodstanovka/sistemnye-funkcii/kak-obrezat-chast-stroki.md)
{% endcontent-ref %}

{% content-ref url="/pages/ODgPqehoqPawU2BuKqfA" %}
[Числовые функции](/chat-boty/scenarii-bota/avtopodstanovka/sistemnye-funkcii/chislovye-funkcii.md)
{% endcontent-ref %}

{% content-ref url="/pages/6RVVT7rKsifNAP3W7goz" %}
[Генерация случайных чисел и строк](/chat-boty/scenarii-bota/avtopodstanovka/sistemnye-funkcii/generaciya-sluchainykh-chisel-i-strok.md)
{% endcontent-ref %}

{% content-ref url="/pages/0xHTefZeCpWqGtyHFb3W" %}
[Сообщения для определенного мессенджера](/chat-boty/scenarii-bota/avtopodstanovka/sistemnye-funkcii/soobsheniya-dlya-opredelennogo-messendzhera.md)
{% endcontent-ref %}

{% content-ref url="/pages/n11U9EIYBo9vGlzCxqBr" %}
[Работа со счетами](/chat-boty/scenarii-bota/avtopodstanovka/sistemnye-funkcii/rabota-so-schetami.md)
{% endcontent-ref %}


---

# 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://help.watbot.ru/chat-boty/scenarii-bota/avtopodstanovka/sistemnye-funkcii.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.
