> 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="/files/4GOsHRPzvz68Lyilfwn7" alt=""><figcaption></figcaption></figure>

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

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