# Custom Theme

Create and manage themes across your Guideflow workspace. Any changes made to a theme are automatically applied to all Guideflow's currently using that theme, keeping your branding consistent without any manual updates.

{% hint style="info" %}
Update a theme once and every Guideflow using it reflects the change instantly.
{% endhint %}

{% @guideflow/guideflow-embed requestedUrl="<https://app.guideflow.com/player/0p05mv3tyr>" %}

#### Create a new theme

* Go to **Settings** in the left sidebar of your dashboard.
* Navigate to **Branding** and click **Theme**.
* Click **Create a new theme**.
* Give your theme a name under **Theme name**.
* Customize your theme styles: **Hotspot**, **Walkthrough**, **Spotlight**, **Classic popup**, **Modern popup**, and **Checklist**.

> 💡 A live preview of your theme is displayed as you make changes so you can see exactly how it will look before saving.

***

{% @guideflow/guideflow-embed requestedUrl="<https://app.guideflow.com/player/zpelz7ji3k>" %}

#### Manage your themes

* Go to **Settings** in the left sidebar of your dashboard.
* Navigate to **Branding** and click **Theme**.
* Click the "**...**" button next to any theme to
  * **Set as default:** automatically apply this theme for all new Guideflow's created in the workspace.
  * **Edit:** update the theme name or any style settings. Changes are applied instantly to all Guideflow's currently using this theme.
  * **Delete:** remove the theme from your workspace.

{% hint style="info" %}
Any edits made to a theme are automatically applied to all Guideflow's currently using that theme.
{% endhint %}

***

#### Apply a theme to a Guideflow

{% @guideflow/guideflow-embed requestedUrl="<https://app.guideflow.com/player/zkjxlo0aep>" %}

* Open your Guideflow in the editor and go to the **Design** tab in the right panel.
* Select the theme you want to apply from the theme dropdown.


---

# 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.guideflow.com/help/branding/custom-theme.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.
