# Styling the Embed

There are two main ways to style your Hallway.ai embed: through the dashboard and directly with CSS.

1. **Dashboard Settings**: In your Hallway.ai dashboard, you'll find easy-to-use controls for quick styling. You can change the main colors of the chat widget, adjust the accent colors, and select from different button styles.
2. **Custom CSS**: For more advanced customization, you can directly style the widget using CSS on your website. Since the embed is built with standard web components, you can inspect the elements and write your own CSS rules. This gives more control over visual detail, allowing you to create a more unique and integrated experience.\
   \
   If there are things not accomplishable with CSS message us on [Discord](https://discord.gg/XZpq7WTFmt)


---

# 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://hallway.gitbook.io/embed/basics/styling-the-embed.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.
