> For the complete documentation index, see [llms.txt](https://help.supporthunt.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.supporthunt.com/chatbot-customisation/chatbot-appearance.md).

# Chatbot Appearance

### How do I access the Appearance Screen?&#x20;

To access the Appearance screen, you can go to 'Channel Configuration -> Web -> Appearance'&#x20;

### What can I customise on the Appearance Screen?&#x20;

Following are few parameters that will change the appearance of your chatbot;&#x20;

1. Chat Widget Theme: \
   \
   Support Hunt currently offers only 'Modern Theme' to give suitable look to your chatbot however you can design your own theme using Custom CSS<br>
   * Modern Theme: \
     \
     Modern theme gives the user experience of how the technology has evolved over the time to get rid of the buttons and give attractive look to the web pages<br>
2. Widget Icon:\
   \
   You can now have your own widget icon that will appear on your webpage/website. The size that we recommend is ***64 x 64***<br>
3. Header Text:\
   \
   This allows you to name your bot as per your preference<br>
4. Header Logo: \
   \
   This allows you to have the profile image for your bot. The size that we recommend is ***512 x 512***<br>
5. Bot Icon:\
   \
   This will allow you to set the bot icon that will be visible to the visitors. The size that we recommend is ***512 x 512*** <br>
6. Hint Text: \
   \
   You can customise the text that you would like to make it visible to your visitors<br>
7. Accent Color:\
   \
   This allows you to set the color of the bot & provide you the option to choose the color that compliments your brand color on the website<br>
8. Font Color:\
   \
   You also have the option of setting the color of the fonts and match the primary color<br>
9. Chat Interface Postion: \
   \
   You can define the position of the bot. It can be either set on the right or the left of the screen as per your preference<br>
10. Notification Sound: \
    \
    You do have the option to turn on or off the notification sound so that visitor is made aware about the message that they will receive from the bot


---

# 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:

```
GET https://help.supporthunt.com/chatbot-customisation/chatbot-appearance.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.
