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

# Configuration

> Configure branding, launch behavior, and editor sidebar visibility.

## Embed Dashboard

Embed behavior is configured in Pixy, not with extra iframe attributes.

Open the [Embed dashboard](https://app.pixy.art/embed) to save your default logo, accent color, behavior settings, and sidebar visibility.

## Settings

You can configure:

* allowed domains
* title
* logo
* accent color
* launch mode
* sidebar items

## Sidebar Items

Use the Embed page in Pixy to decide which editor sections stay visible:

* `templates`
* `text`
* `images`
* `elements`
* `draw`
* `ai`
* `uploads`
* `brandKit`
* `background`

## Launch Scenarios

Use SDK options to choose the design behavior for each launch:

* `designId` opens the existing design
* `designId` with `openAsCopy: true` creates and opens a new copy from that design
* `width` and `height` creates and opens a new blank design

Public template IDs returned by the Templates API cannot be opened directly in Embed. Use those IDs with `openAsCopy: true` so Pixy creates an editable design copy for the embed organization.

For the full behavior details and implementation examples, see [How to use](/embed/how-to-use).

For per-launch optional fields like `userId`, `saveButtonLabel`, and `imageUrls`, see [Optional parameters](/embed/optional-parameters).
