# 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.


---

# 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://help.isdown.app/status-page/how-to-override-a-theme-in-a-status-page.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.
