# Campos Globais

## Criando e editando um campo

Os Campos Globais permitem armazenar valores reutilizáveis em diferentes contextos da Sprinthub. Eles são especialmente úteis para evitar retrabalho, como a necessidade de atualizar manualmente o mesmo valor em várias automações, mensagens rápidas, notificações, fluxos ou e-mails.

Para acessar os Campos Globais, clique no ícone de **Configurações do Sistema** > **Campos Globais**. Na tela que será exibida, é possível criar e editar campos. O **Tipo** define o formato do valor (como data, número ou texto), e o **Alias** é o identificador utilizado para referenciar o campo por meio de tokens.

Por exemplo, caso o **Alias** seja 'mensalidade\_emerald', o token para referenciar esse campo dentro da Sprinthub é: `{global=mensalidade_emerald}`.

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

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

## Utilizando o token do Campo Global (exemplos)

O token pode ser copiado manualmente ou selecionado na lista de tokens disponível na automação. No momento do envio, ele será automaticamente substituído pelo valor definido no respectivo Campo Global.

### Chatbot

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

<figure><img src="/files/8Ne4TitApmBx9dzbFpfZ" alt=""><figcaption></figcaption></figure>

### Respostas Rápidas

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

<figure><img src="/files/2L5qu1c6EHuO0K8Iyrf8" 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.sprinthub.com/topicos/configuracoes/campos/campos-globais.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.
