> For the complete documentation index, see [llms.txt](https://help.isdown.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.isdown.app/status-page/how-to-override-a-theme-in-a-status-page.md).

# How to override a theme in a Status Page

Sometimes you have a status page with a specific theme prepared for your customers and team, but then you also want to put it on a TV.

You can override the theme you set up in your status page by passing a theme param in the URL.&#x20;

```
https://status.company.com/?theme=OVERRIDE_THEME
```

Here are the options you have for the theme:

* `isdown`
* `modern`
* `modern-v2`
* `side-by-side`
* `tv-mode`
* `status-page-classic`

You need to change the value of OVERRIDE\_THEME to one of these values.

For example `https://status.company.com/?theme=tv-mode` . Now, people who visit the status page through this URL will see the status page with the theme `tv-mode` , while the others will see it with the default theme.
