> 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/guias/configurar-webchat.md).

# Configurar webchat

El webchat permite que las personas conversen con tu agente directamente desde tu sitio web.

## Configurar la apariencia

Desde la pestaña **Webchat** puedes definir:

* Nombre visible.
* Saludo inicial.
* Color principal.
* Posición del botón.
* Texto del lanzador.
* Avatar y marca.

## Autorizar dominios

Agrega los dominios exactos donde se mostrará el widget. No autorices dominios que no controles.

## Publicar el widget

1. Guarda la configuración.
2. Añade el dominio autorizado.
3. Publica el webchat.
4. Copia el fragmento de instalación que muestra el panel.
5. Pégalo antes del cierre de la etiqueta `body` de tu sitio.
6. Abre el sitio y envía una conversación de prueba.

Si modificas el saludo, la apariencia o los dominios, vuelve a guardar y publicar los cambios.

> Mantén visible una política de privacidad y evita pedir datos sensibles que no sean necesarios para la atención.


---

# 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/guias/configurar-webchat.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.
