# Chat Widget

Aquí tienes la opción también de poner el bot disponible en tu sitio Web. Así que sólo tienes que copiar el código de abajo y añadirlo al código de página de tu sitio.

Por ahora estamos ofreciendo algunos ajustes mínimos en la forma en que su bot aparecerá en su sitio, pero estamos trabajando para ofrecer más opciones de personalización pronto.

Cuando el usuario accede a la primera vez, tendrá un formulario con 3 campos para rellenarlo (como se muestra a continuación), antes de iniciar la conversación con el bot. Por ahora hemos definido estos campos como imprescindibles para tener el contacto del usuario. Pero pronto tendrá la opción de eliminar estos campos y/o agregar otros campos.

![](https://lh3.googleusercontent.com/4cae78dZVQiX6aGDJKCRk6ORC0-M8_Oy6rEby5HV6ENLMQsmjDyFK-gGR7ImWhXqwZyoLSJ9ZHcmmoFB8scSTfLihczcCGAN-x2_IqSXM3y5I3luMMfE1RPOatrGMiEUwZsuwOg2fuM2AIAA6w)


---

# Agent Instructions: 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:

```
GET https://help-es.cosmobots.io/bot-builder/canales/chat-widget.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
