> For the complete documentation index, see [llms.txt](https://docs.pulseinsights.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pulseinsights.com/configuring-pulse-insights-console/editor/formatting/themes.md).

# Themes

## Create & Manage Themes

<figure><img src="/files/MrhNc2j0rM9REBLsEJnd" alt=""><figcaption></figcaption></figure>

You can create themes to customize colors, fonts, and backgrounds via JSON “themes” so the formatting matches your brand.&#x20;

To create an account-level theme, click on “Setup” in the top menu bar and select “Themes”. Then click the “New Theme” button in the top right corner. Name your theme, choose between CSS or Native JSON and enter your code within the text editor. To save, click the “Update” button in the bottom right.&#x20;

The Themes page will show all the themes you have associated with the account: the name of the theme, date and time when it was last edited, name of the person it was last edited by, and a list of all of the surveys that are using the theme.&#x20;

If you hover the cursor over the row, you will see the options to View, Edit, or Delete the theme.

## Assign a Theme to a Survey

Once you have created a theme, you can assign any theme in your account to a survey in the survey editor in the formatting right sidebar in the "Theme" section.&#x20;

<figure><img src="/files/pqsu06vH1HVI8zx6207W" alt="" width="563"><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.pulseinsights.com/configuring-pulse-insights-console/editor/formatting/themes.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
