> 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/canal/conexion-de-canales-de-vambe/verificar-que-el-numero-este-asociado-al-embudo-correcto.md).

# Verificar que el número esté asociado al embudo correcto

Solo una vez vinculaste el canal a Vambe, debemos verificar que el canal esté correctamente conectado a nuestro Embudo adecuado.

{% stepper %}
{% step %}

#### Verificar asociación del canal al embudo

* En el menú lateral izquierdo, ir a [**Canales**](https://www.vambeai.com/channels).
* Buscar el **nombre del embudo** al que quieres asociar el número.
* Verificar que el canal de WhatsApp que acabas de conectar aparezca asociado a ese embudo.

<figure><img src="/files/J56tvauYJnLaEsHK8vbA" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

#### Si el canal no está asociado

* En la sección de ese embudo, hacer clic en el botón **Asociar Canal**.

![Botón Asociar Canal](/files/6d1572b7a78961edb00c98ac2497f153e75a648c)
{% endstep %}

{% step %}

#### Seleccionar el canal

* Seleccionar el **canal** que acabas de conectar.

![Seleccionar canal](/files/df7392ec53c6448de6de1896a31ca5badd288edf)

* Una vez seleccionado el canal la conexión ya está hecha.

![Canal asociado](/files/ba8455d633645dabaa67e8d8d632d513fb4a342b)
{% endstep %}
{% endstepper %}


---

# 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/canal/conexion-de-canales-de-vambe/verificar-que-el-numero-este-asociado-al-embudo-correcto.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.
