# Agent Settings

![](/files/Mp3bbcGMdpIHw2xqL8bP)

Before we start training our bot for serving the customers, we need to decide on a few things, and let Dhee know of the same. For example,

* Which industry domain is my bot broadly catering ? Like Banking, Retail etc.
* Which languages should by bot be interacting with the users ? Like English, Hindi, Bangla etc.
* Does it need Voice capability ?
* How should the look and feel of my chat widget be ?
* etc

Depending on the aspect of the bot being set, we can classify these settings to basic, widget-related and advanced. You can know about each of them by clicking the respective links below.

&#x20;

{% content-ref url="/pages/yFvNEohbeWSZaHLEMQZ7" %}
[Basic](/platform-reference/agent-settings/basic.md)
{% endcontent-ref %}

{% content-ref url="/pages/BOpC39R7OMxRxta9zUcY" %}
[Widget](/platform-reference/agent-settings/widget.md)
{% endcontent-ref %}

{% content-ref url="/pages/sXlO4s7L4yWToNcnqHPb" %}
[Advanced](/platform-reference/agent-settings/advanced.md)
{% endcontent-ref %}


---

# 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://readme.dhee.ai/platform-reference/agent-settings.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.
