# Styling

On the Chat Widget setup page under Settings, you'll see a lot of customization options for your chat and a preview of what it will look like to your customers.

## Styling

You can customize the:

* Logo and welcome message on the home screen
* Bubble color and logo
* Background color
* Online and offline messages to start a chat
* Initial message when opening a chat

Because the chat is embedded in your application with code, you can customize features directly in code as well, such as the positioning of the chat and other behavior. See the [JavaScript API](https://docs.usepylon.com/pylon-docs/chat-widget/javascript-api) for more details.

<div data-full-width="true"><figure><img src="https://982123570-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9hXBoCTTNw5flARlUVJf%2Fuploads%2FYuMB3Y7TvuFrT9vKubVo%2Fimage.png?alt=media&#x26;token=448b5dd7-65d9-43c7-8b4a-c636701f8451" alt=""><figcaption></figcaption></figure> <figure><img src="https://982123570-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9hXBoCTTNw5flARlUVJf%2Fuploads%2F65tJlWvlceCsMM8GVzAE%2FScreenshot%202025-03-31%20at%207.37.35%E2%80%AFPM.png?alt=media&#x26;token=4136e19f-935a-493b-a161-b09b9f0126f9" alt=""><figcaption></figcaption></figure> <figure><img src="https://982123570-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9hXBoCTTNw5flARlUVJf%2Fuploads%2FBJOlIRNwpLVPHNrNndIe%2FScreenshot%202025-03-31%20at%207.33.39%E2%80%AFPM.png?alt=media&#x26;token=f7dd3ea0-193e-4b3d-9b32-712210379b5c" alt=""><figcaption></figcaption></figure></div>


---

# 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.usepylon.com/pylon-docs/chat-widget/styling.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.
