> For the complete documentation index, see [llms.txt](https://help.rvops.com/central-de-ajuda-rvops-crm/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.rvops.com/central-de-ajuda-rvops-crm/chatbot/variaveis/variaveis-personalizadas.md).

# Variáveis Personalizadas

As **variáveis personalizadas** são campos dinâmicos utilizados para **armazenar e reutilizar informações** capturadas durante a conversa com o lead ou cliente, como cargo, produto de interesse, entre outros.

Além de criar variáveis durante o fluxo, é possível **editar cada variável** e associá-la diretamente a uma **propriedade de contato no CRM**. Dessa forma, os dados coletados pelo bot são automaticamente salvos no cadastro do lead, facilitando o acompanhamento e automações.

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

{% hint style="success" %}
**Exemplo de uso:**

Você tem uma lista de **cargos** e deseja registrar a escolha feita pelo contato durante a conversa com o chatbot. Para isso, você pode criar uma variável chamada `{cargo_atual}`, que irá armazenar essa informação.

Em seguida, é possível **associar essa variável a uma propriedade específica no CRM** (por exemplo, “Cargo”), garantindo que a escolha do usuário seja automaticamente salva na propriedade.
{% endhint %}

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

Com a variavel personalizada é possível:

* **Salvar a informação** em uma propriedade específica do CRM;
* **Direcionar o fluxo do chatbot** com base na resposta, conduzindo o usuário para etapas diferentes conforme o produto escolhido.


---

# 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://help.rvops.com/central-de-ajuda-rvops-crm/chatbot/variaveis/variaveis-personalizadas.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.
