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