# Bot Temperature

Temperature controls how creatively your bot will respond to any query it is presented with.

Temperature varies from `0` to `1`, in increments of `0.1` . At temperature = `0`, your bot will directly provide the information it has been trained on, and as this value increases you bot will get more and more innovative.\
At temperature `1` your bot will almost never reply directly.

Login to your [dashboard](https://orimon.ai/login) -> go to the overview page of the your bot -> then go to settings -> AI settings

You will see a slider under the label of "**Bot Temperature**" as shown below.

<figure><img src="/files/KX4DJlrVJDB806cC8gmD" alt=""><figcaption></figcaption></figure>

You can vary this slider, with respect to the level of creativity you want in your bot. In our case we will set it to `0.7` .

<figure><img src="/files/HTYrGKvPw2gKFxViYfFQ" alt=""><figcaption></figcaption></figure>

Click on "**Save**" to save your setting.

That's it! you can now change the ingenuity level of you chat-bot.&#x20;


---

# 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://orimon.gitbook.io/docs/product-guides/bot-temperature.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.
