> For the complete documentation index, see [llms.txt](https://docs.gaiahub.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gaiahub.ai/getting-started/variables.md).

# Variables

GaiaHub offers variables as a way to share information across your applications. For example, you could have a application summarising the important notes from a website in real time, and putting the results in a global variable that would later be read and used by another application.

To create your variables it's easy. You need to go on the left menu "Variables" > "Create New Variable":

Then, you'll set the variable's name and its type:

* **Static:** the value will be retrieved as it is
* **Runtime:** the value will be retrieved from the .env file

<figure><img src="https://4201130305-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fw5WCzT6qKpsr5PibWgDP%2Fuploads%2FdrmjC7iSu4rbBudvdTjD%2Fimage.png?alt=media&amp;token=75ad9ff9-0388-4546-bd42-3859691f1626" alt=""><figcaption></figcaption></figure>
