> 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/gestion-de-campos-y-datos-a-recopilar/paso-2-como-asignar-campos-a-los-datos-del-cliente.md).

# Paso 2 - Cómo asignar campos a los datos del cliente

Una vez que el campo está creado, podemos asignarlo al perfil del cliente para que quede registrado como información permanente del contacto (ej.: correo, ciudad, intereses, etc.).

{% stepper %}
{% step %}

#### Ir a la sección de Clientes

En el menú lateral:

CRM → Clientes

![](/files/83b20c5370527fa5ed1c68b91ea5867717a0bec6)
{% endstep %}

{% step %}

#### Asociar los campos

Arriba a la derecha hacer clic en:

**Asociar campos**

Luego:

* Seleccionar el campo que creaste.
* Clic en **Asociar campos**.

![](/files/b7edda23c3305dda02f8276b4d3387ab97e7e799)

Listo.

El campo ahora forma parte del perfil del cliente y podrá ser rellenado manualmente o automáticamente por la IA (si está configurado para ello).
{% endstep %}
{% endstepper %}

<details>

<summary>¿Qué tipo de información suele ir en los datos del cliente?</summary>

* Nombre
* Correo electrónico
* Teléfono
* Ciudad o comuna
* Preferencias generales
* Productos o servicios de interés
* RUT o identificación (si aplica)

</details>

<details>

<summary>Cómo lo usará la IA</summary>

Si el campo es **editable por la IA** y la información aparece en la conversación:

* “Mi correo es <juan@mail.com>” → la IA lo guardará en *correo\_cliente*.
* “Vivo en Providencia” → se guardará en *ciudad*.

</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/gestion-de-campos-y-datos-a-recopilar/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.
