> ## Documentation Index
> Fetch the complete documentation index at: https://docs.updates.page/llms.txt
> Use this file to discover all available pages before exploring further.

# Customizing Embeds

> Configure the look and feel of your embed in the dashboard

# Customizing Embeds

All embed customization is done in the dashboard embed editor — you never need to edit the script tag or write CSS. Go to **Account → Embeds** and open your embed to configure it.

<Note>
  Embeds are available on the **Business** plan.
</Note>

## Available options

| Option                 | Description                                                                             |
| ---------------------- | --------------------------------------------------------------------------------------- |
| **Theme**              | Light or dark mode for the panel and button                                             |
| **Placement**          | Left, center, or right                                                                  |
| **Panel size**         | How large the slide-over panel appears                                                  |
| **Colors**             | Match the embed to your brand colors                                                    |
| **Button label**       | The text on the trigger button (e.g., "What's New")                                     |
| **Heading text**       | The title shown at the top of the panel                                                 |
| **updates.page badge** | Show or hide the updates.page badge in the panel                                        |
| **Action style**       | Default button, or **custom** to hide the button and trigger the panel from your own UI |

## Theme

Choose **light** or **dark** to match your app:

| Theme     | Best for                          |
| --------- | --------------------------------- |
| **Light** | Light-background apps and sites   |
| **Dark**  | Dark mode apps, dark-themed sites |

## Placement and size

Set the embed's placement to **left**, **center**, or **right**, and pick a panel size that fits your layout.

## Colors and copy

Set your brand colors, the trigger button's label, and the heading text shown at the top of the panel — all from the embed editor.

## Hiding the default button

If you'd rather open the panel from your own button or menu item, set the **action style** to **custom**. The default trigger button disappears, and you open the panel with the [JavaScript API](/embeds/inline):

```javascript theme={null}
window.UpdatesPage.open("<embed-id>")
```

## Applying changes

Changes you save in the embed editor apply automatically — you don't need to update the script tag on your site.
