# Chat Persona

{% hint style="warning" %}
This is an advanced customization. If you are unaware of prompting techniques, you might corrupt your chatbot output. Reach out to support for any help required.&#x20;
{% endhint %}

Chat Persona defines the character of your chatbot. It instructs your chatbot on how to behave when a user interacts with the Bodt.&#x20;

You can customize this behavior by simply visiting the settings section on the widget section and changing the "Chat Prompt" provided by the system to your widget.

In the video below, you can see how the prompt is modified to let the widget always respond in French language.&#x20;

{% embed url="<https://www.loom.com/share/33e5c97424c14579af9c8a9543b2bf51?sid=2a671bb5-bb29-4b96-b2e8-c62d870336b4>" %}
Customise Chat Prompt for Widget to give it unique behaviour
{% endembed %}


---

# 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://docs.bodt.io/chat-widget/chat-persona.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.
