# Public Status Page

## Basic Features

IncidentHub's public status page aggregates the status of your monitored services and presents the overall status on a single page. You can customize the status page from your IncidentHub account.

Login to your IncidentHub account and click on "Status Page" to view this page.

<figure><img src="/files/6Zuo8yDmFVROMPx05T2T" alt=""><figcaption><p>Configure your status page</p></figcaption></figure>

You can modify the following properties of your status page:

1. Page title
2. Company name
3. Company URL
4. Company logo
5. Support email (optional)

IncidentHub will host your status page on a dedicated subdomain. You can find this under "Status page URL".

A typical status page will look like this:

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

If you have [configured components](/incidenthub-documentation/services/monitoring-a-service.md#choosing-components-to-monitor) for a service, you will see only see those outages that are affected by at least one of those components. If you did not configure any components, all outages for a service will show up in the list. This applies to the historical trends also (see below).

Clicking on the "i" icon next to the "Operational" or "Outage" indicator will open a detailed view of that service in a popup.

In the popup, you can view the currently affected components:

<figure><img src="/files/759bzNj6wgliEwUmKzTO" alt=""><figcaption></figcaption></figure>

In the same popup, you can also view historical trends for that service:

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

Your users can toggle between light and dark themes by using the button towards the bottom of the page:

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

## Security Features

You can set up password protection for your status page to control access to it.

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

You can change the password, or disable it at any time.

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

Users will be presented with a password prompt when they open the page.

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

## White-labeling Features

If you plan includes it, you can white-label your status page with your organization's branding and custom domain.&#x20;

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

Check the box next to "Remove IncidentHub Branding" to remove the "Powered by IncidentHub" message and logo on your status page's footer.

To enable a white-labeled custom domain for your status page, reach out to our team using the "Talk to Us" button in your IncidentHub dashboard or email us at support (at) incidenthub.cloud.


---

# 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.incidenthub.cloud/incidenthub-documentation/public-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.
