# Специальные переменные

Специальные переменные не нужно создавать - они есть в боте изначально.&#x20;

Увидеть их можно в разделе "Переменные" на первой же вкладке:

<figure><img src="/files/mjW7HVBsxcatTWWCWf2e" alt=""><figcaption></figcaption></figure>

К специальным переменным относятся:

%message\_text% - текст сообщения пользователя

%first\_name% - Имя пользователя&#x20;

%time% - местное время

%weekday% - день недели

и около 30 других параметров, которые бот может автоматически подставлять.&#x20;

Например, спец.переменную %first\_name% можно использовать в приветствии и общении (бот сам подставит имя клиента из соц.сети), а %weekday% - для проверки, рабочий сегодня день или нет.

<figure><img src="/files/dNMCaukgOdfqCEOWvsd3" alt=""><figcaption></figcaption></figure>

Если вы только начали работать в Smartbot Pro - советуем заглянуть в раздел специальных переменных.&#x20;

Вполне вероятно, что нужный вам параметр можно получить без создания дополнительных переменных вручную:thumbsup:


---

# 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.smartbotpro.ru/scenarii/peremennye/specialnye-peremennye.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.
