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

# Global Fields

## Creating and editing a field

Global Fields allow storing reusable values in different contexts within Sprinthub. They are especially useful to avoid rework, such as the need to manually update the same value across multiple automations, quick messages, notifications, flows, or emails.

To access Global Fields, click the **System Settings** > **Global Fields**. On the screen that will be displayed, you can create and edit fields. The **Type** defines the format of the value (such as date, number, or text), and the **Alias** is the identifier used to reference the field via tokens.

For example, if the **Alias** is 'mensalidade\_emerald', the token to reference that field within Sprinthub is: `{global=mensalidade_emerald}`.

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

<figure><img src="/files/0040c4019da99b29e2e16553b5a20e1124ba8883" alt=""><figcaption></figcaption></figure>

## Using the Global Field token (examples)

The token can be copied manually or selected from the list of tokens available in the automation. At send time, it will be automatically replaced by the value defined in the respective Global Field.

### Chatbot

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

<figure><img src="/files/7f49335fe406ebfff085a108b9d0d4e0a089ae99" alt=""><figcaption></figcaption></figure>

### Quick Replies

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

<figure><img src="/files/79568ddfaf21dd3adbb7d2ac1832267dea0711ea" 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, and the optional `goal` query parameter:

```
GET https://docs.sprinthub.com/en/topics/system-settings/fields/global-fields.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
