# Variable

Place a variable action anywhere in your script to be used by the other actions in the script. A variable can only be used by actions below the variable and in the same scope.

A variable can be initialised to a certain value or can be assigned later in the script.

***

{% embed url="<https://www.youtube.com/embed/LfHHOF7Gf7I?autoplay=1&rel=0&vq=1080>" %}
*Add a Variable*
{% endembed %}

***

### Properties

1. **Value**

   The value to which the variable will be initialised.
