> For the complete documentation index, see [llms.txt](https://docs.agentsby.yudexlabs.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.agentsby.yudexlabs.com/primeros-pasos/conectar-un-canal.md).

# Conectar un canal

Puedes probar el agente antes de conectarlo. Cuando esté listo, elige el canal donde quieres atender a tus clientes.

## WhatsApp

Conecta un número de WhatsApp desde la configuración del agente. Si varios agentes comparten el mismo número, revisa cuál será el agente predeterminado.

Consulta la [guía para conectar WhatsApp](/guias/conectar-whatsapp.md).

## Webchat

Configura el nombre, saludo, color, posición y dominios autorizados del chat. Después publica el widget y copia el fragmento de instalación en tu sitio.

Consulta la [guía para configurar webchat](/guias/configurar-webchat.md).

> Prueba primero con un número y un dominio controlados por tu equipo. No actives el canal público hasta validar el saludo, las respuestas y la derivación a una persona.


---

# 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://docs.agentsby.yudexlabs.com/primeros-pasos/conectar-un-canal.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.
