# How to set new theme as default

After installing your theme, you might want to set it to default, and / or force users onto the new theme.

### Setting theme to default

1. Browse to: ACP (Admin Control Panel) → "General" (tab)
2. In the left sidebar, click "Board settings"
3. Scroll down to "Board style"
4. Set "Default style" to your preferred theme
5. Submit

***

### Force users onto new theme

If you have multiple styles installed, your users will remain on their currently-selected theme, even after setting a new default.&#x20;

To overcome this (if you want to), it is necessary to force users onto the new theme.

1. Browse to: ACP (Admin Control Panel) → "General" (tab)
2. In the left sidebar, click "Board settings"
3. Scroll down to "Board style"
4. Set "Override user style" to "Yes"
5. Submit

{% hint style="info" %}
If you only wanted to force your new users onto the new theme, but still want to let them switch to a different theme after, you can disable this option again afterwards.
{% endhint %}


---

# 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.planetstyles.net/getting-started/how-to-set-new-theme-as-default.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.
