# 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>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.gaiahub.ai/getting-started/variables.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
