# 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="https://1932399487-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FuRfd5lEYYH6D50QjzeAX%2Fuploads%2FRd8gmuae14JRqh4usXpR%2F%D0%A1%D0%BF%D0%B5%D1%86.%D0%BF%D0%B5%D1%80%D0%B5%D0%BC%D0%B5%D0%BD%D0%BD%D1%8B%D0%B5.png?alt=media&#x26;token=d724d553-ee15-4d27-a68e-a12ce0e0b0d5" 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="https://1932399487-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FuRfd5lEYYH6D50QjzeAX%2Fuploads%2FOZsYndkhr7DOhoKtuUqr%2F%D0%92%D1%8B%D1%85%D0%BE%D0%B4%D0%BD%D0%BE%D0%B9.png?alt=media&#x26;token=985176cf-f628-409a-9f2b-a5612b9676ae" 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:
