# Branding

Chatbots Themes can be customized to reflect your brand closely and provide a more personalized conversational experience to your customers.&#x20;

### Prerequisites

* Navigate to the [Chatbot App](https://admin.deepconverse.com/dashboard/chatbots/home) in the admin dashboard
* Under the ***Bots*** section select the chatbot for which you would like to customize the theme.
* Select the ***Theme*** tab to customize the theme for the bot. You will be able to preview the theme before saving it.&#x20;

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

In the theme tab you will be able to select the following options:

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


---

# 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.deepconverse.com/product-docs/chatbots/branding.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.
