# Chat Widget

Here you also have the option of placing the bot available on your site. So just copy the code below and add to the code of the page of your site.

For now we are offering some minimal settings on how your bot will appear on your site, but we are working to offer more customization options soon.

![](/files/-Ldu0QEEEGoD66UDSuXp)

When the user logs in the first time, he will have a form with 3 fields to fill in (as below), before starting the conversation with the bot. For now we define these fields as essential to have the user's contact. But soon you will have the option to remove these fields and / or add other fields.


---

# 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-en.cosmobots.io/bot-builder/channels/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.
