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

# Global Variables

Accessed through **Global Variables**. Global variables are shared, reusable values which can be used across different integrations within Justransform. These can be used to store configuration data, such as API keys, database connection strings, or other sensitive information.

### Create a Global Variable

Within the Global Variables panel, create new global variables to share across different integrations within Justransform.

1. Click "**+**" on the right side of the panel.
2. Set a Unique Name for the variable and the value.

{% hint style="info" %}
The value can be changed later.
{% endhint %}

3. Click **Add**.

### Change a Global Variable

Within the Global Variables panel, to change a global variable.

1. Select the Global Variable to change. Click the **Edit** icon.

<figure><img src="/files/OeDhkptmor080Nhdz9jD" alt=""><figcaption></figcaption></figure>

2. Adjust the Name and/or Value
3. Click the "**✔️**" check icon.

### Delete a Global Variable

Within the Global Variables panel, to delete a global variable.

1. Select the Global Variable to delete. Click the **Delete** icon.

<figure><img src="/files/qfkXVw0FIF9f6cHtAXF3" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.justransform.com/global-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.
