> For the complete documentation index, see [llms.txt](https://docs.dbnetsoft.com/dbnetsoft/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dbnetsoft.com/dbnetsoft/raceresultexchange/scripting/globals/variables.md).

# 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&amp;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 }}
```
