# Variables

Variables will be made available in every script by using it's name.&#x20;

<figure><img src="https://2601835662-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fk5GLs0WFtuWoGrMBjgcM%2Fuploads%2Fp7wd6ERNngvd0fRADXV9%2Fimage.png?alt=media&#x26;token=6febb794-94a2-4b96-992a-46356fd718be" alt=""><figcaption></figcaption></figure>

In this example, the variable EventTitle can be access via the following snippet:

```
{{ "Event is: " + EventTitle }}
```
