> For the complete documentation index, see [llms.txt](https://academy.vambe.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://academy.vambe.ai/crm/crm-pt-br/gestao-de-campos-e-dados-a-coletar/paso-2-como-asignar-campos-a-los-datos-del-cliente.md).

# Etapa 2 - Como atribuir campos aos dados do cliente

Uma vez que o campo é criado, podemos associá-lo ao perfil do cliente para que fique registrado como informação permanente do contato (ex.: e-mail, cidade, interesses, etc.).

{% stepper %}
{% step %}

#### Ir para a seção de Clientes

No menu lateral:

CRM → Clientes

![](/files/ed8a3158a0721b851059bf2ac556855b12891130)
{% endstep %}

{% step %}

#### Associar os campos

No canto superior direito, clique em:

**Associar campos**

Depois:

* Selecionar o campo que você criou.
* Clique em **Associar campos**.

![](/files/70bb964895c68e2f7a8495c1dfb4cf89bd17401e)

Pronto.

O campo agora faz parte do perfil do cliente e poderá ser preenchido manualmente ou automaticamente pela IA (se estiver configurado para isso).
{% endstep %}
{% endstepper %}

<details>

<summary>Que tipo de informação costuma ir nos dados do cliente?</summary>

* Nome
* E-mail
* Telefone
* Cidade ou comuna
* Preferências gerais
* Produtos ou serviços de interesse
* RUT ou identificação (se aplicável)

</details>

<details>

<summary>Como a IA vai usá-lo</summary>

Se o campo for **editável pela IA** e a informação aparecer na conversa:

* “Meu e-mail é <juan@mail.com>” → a IA o salvará em *e-mail\_cliente*.
* “Moro em Providencia” → será salvo em *cidade*.

</details>


---

# 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://academy.vambe.ai/crm/crm-pt-br/gestao-de-campos-e-dados-a-coletar/paso-2-como-asignar-campos-a-los-datos-del-cliente.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.
