# Customize the look and feel of your AiseraGPT

## Viewing the Channel

The Aisera Webchat channel can be tested and viewed from within the Aisera Admin UI.

1. Choose **Settings > AiseraGPT** and then choose you new assistant name to navigate to the **AiseraGPT Details** Window.
2. Select one of the Channels you added by double-clicking on the channel name.<br>

   <div align="left"><figure><img src="/files/GFeF0yJPPFePNoO5a6K5" alt="" width="563"><figcaption><p>Choose One Of Your Channels</p></figcaption></figure></div>
3. Click the **Test** button in the lower-left corner of the **Channel Details** Window.<br>

   <div align="left"><figure><img src="/files/gacbYuCFdgD5RD5ir9Of" alt="" width="563"><figcaption><p>Choose the Test Button</p></figcaption></figure></div>
4. You will now be able to to see a test version of you assistant. <br>

   <div align="left"><figure><img src="/files/jUCyti38DSWHzaSuKDVU" alt="" width="563"><figcaption><p>Use your AiseraGPT Test Bot</p></figcaption></figure></div>

## To Brand Your Virtual Assistant: <a href="#pdf-page-oofk6sockk9mxtu8hmyl-to-brand-your-virtual-assistant" id="pdf-page-oofk6sockk9mxtu8hmyl-to-brand-your-virtual-assistant"></a>

1. Go into **Settings > Channels**, in the Aisera Administration application, and select your virtual assistant.
2. In the **Channel Details** window, click the **Pencil** icon to start editing the channel.<br>

   <div align="left"><figure><img src="/files/J4yASqOK9qm6iUlNzNiy" alt="" width="563"><figcaption><p>Edit Icon on Channel Details Window</p></figcaption></figure></div>
3. On the **Edit** **Channel** screen navigate to the **Styling** tab. there's a place to add your logo, choose colors for different parts of your virtual assistant screen, set window size, add timeout parameters, add footers, and privacy messages and options.
4. You will be able to edit the logo, colors, name, opening message and more from this window. Edit the  channel to fit the desired style and select **OK** to save the changes.<br>

   <figure><img src="/files/9RZ84VvZ3PN53Bh5CFSi" alt=""><figcaption></figcaption></figure>

## Testing Your Bot Outside the Admin UI

Copy the JavaScript snippet located at the bottom of the **Channel Details** window. You can use the JavaScript Snippet to test your Bot in a browser window (with Chrome Developer Tools).

<figure><img src="/files/yyzfwQXHRiW7oWpmmwAb" alt=""><figcaption><p>Copy Button for the JavaScript Snippet</p></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.aisera.com/aiseragpt/how-to-set-up-an-aiseragpt-bot/customize-the-look-and-feel-of-your-aiseragpt.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.
