> 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/como-ingresar-a-la-seccion-de-conexion-de-canales.md).

# Cómo ingresar a la sección de conexión de canales

Para conectar Instagram, WhatsApp, Messenger o WebChat a Vambe, el primer paso es ingresar al panel donde se administran todos los canales disponibles. Esta sección explica exclusivamente cómo acceder a ese panel, antes de configurar cualquier canal en particular.

{% stepper %}
{% step %}

#### Ir al menú lateral izquierdo

En la barra de navegación principal, ubica la opción **Canales** y haz clic sobre ella.
{% endstep %}

{% step %}

#### Seleccionar nuevamente “Canales” en el submenú

Se desplegará un segundo menú. Vuelve a hacer clic en **Canales**.

![](/files/4d7f3ccac293cc48d91708ffe9d583717443d72f)
{% endstep %}

{% step %}

#### Acceder al panel de gestión de canales

Al realizar estos dos clics, ingresarás directamente al menú donde podrás:

* Conectar nuevos canales
* Ver los canales actualmente vinculados
* Eliminar conexiones existentes
* Asociar o desasociar canales de tus embudos
  {% endstep %}

{% step %}

#### Agregar un nuevo canal

Para agregar un nuevo canal, ve a la parte inferior y haz click en **Agregar Canal**.

![](/files/517edcf9cbbadf5cb6c1466f1e3902b88c04f8f4)

En esta vista se centraliza toda la administración de canales disponibles en Vambe.
{% 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/como-ingresar-a-la-seccion-de-conexion-de-canales.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.
