> For the complete documentation index, see [llms.txt](https://orimon.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://orimon.gitbook.io/docs/product-guides/setting-up-bot-appearance/setting-theme-color.md).

# Setting Theme Color

Your bot needs to match the theme of your website! Every website has a different colour palette.

1. Log in to the [Dashboard](https://orimon.ai/login) -> navigate to the overview page of the bot that you want to change.
2. Go to Bot Appearance -> Bot Design Settings, and look for the "Theme Color" section and click on it to edit.
3. In the "Theme Color" section, you will see options to customize the primary and secondary colors for your bot's chat. Select the primary color that you want for your bot's header by either using the color picker or by entering the hexadecimal code for the color. This will be the main color for your bot's chat.
4. Next, select the secondary color that you want for your bot's chat. This color will be used for special cases such as showing a button or highlighting an item in a form. You can choose the secondary color in the same way as the primary color.
5. Once you have made your selections, click the "Save Changes" button to apply them.

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

That's it! You have successfully set up the theme color for your bot's chat. You can now preview the changes and make additional adjustments as needed.

<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://orimon.gitbook.io/docs/product-guides/setting-up-bot-appearance/setting-theme-color.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
