# Special Variables

Special variables do not need to be created - they are in the bot initially.&#x20;

You can see them in the "Variables" section on the first tab:

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

Special variables include:

* %message\_text% - user's message text&#x20;
* %first\_name% - Username&#x20;
* %time% - local time&#x20;
* %weekday% - day of the week&#x20;
* and about 30 other parameters that the bot can automatically substitute.&#x20;

For example, the special variable %first\_name% can be used in greeting and communication (the bot will substitute the client's name from the social network itself), and %weekday% can be used to check if today is a working day or not.

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

If you have just started working in Smartbot Pro, we advise you to look into the special variables section.&#x20;

It is likely that the parameter you need can be obtained without manually creating additional variables: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.io/scripts/variables/special-variables.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.
