> For the complete documentation index, see [llms.txt](https://docs.smartbotpro.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.smartbotpro.io/scripts/variables/special-variables.md).

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