# Status Page Overview

Status Page Overview provides a high-level aggregate view of all status pages set up by your team. Users can filter all status pages by their status and types (public or private), dive into each individual status page to learn more about it, make changes to the settings, and take further action.

## Search

To search for a specific status page, enter its **name** or any other *related keywords* in the Search field and hit enter.

## Filters

### Status

To filter by status, click on the **Filter icon** in the Status Page’s Listings page -> **Status Page Status** -> choose the status you want to use to filter from the dropdown list -> click **Apply**, and you’re done.

You can choose from the following statuses of a Status Page:

1. [<mark style="color:blue;">**Operational**</mark>](https://support.squadcast.com/status-page/pages/nxvHY77dRUmjsjsRX5m9#2.-add-component)
2. [<mark style="color:blue;">**Degraded**</mark>](https://support.squadcast.com/status-page/pages/nxvHY77dRUmjsjsRX5m9#2.-add-component)
3. [<mark style="color:blue;">**Major Outage**</mark>](https://support.squadcast.com/status-page/pages/nxvHY77dRUmjsjsRX5m9#2.-add-component)
4. [<mark style="color:blue;">**Partial Outage**</mark>](https://support.squadcast.com/status-page/pages/nxvHY77dRUmjsjsRX5m9#2.-add-component)
5. [<mark style="color:blue;">**Under Maintenance**</mark>](https://support.squadcast.com/status-page/pages/nxvHY77dRUmjsjsRX5m9#2.-add-component)

### Type

To filter by type, click on the **Filter icon** in the Status Page’s Listings page -> Show -> checkmark either of the types (public or private) -> click **Apply**, and you’re done.

## Update Status Manually

To update the Status of the page manually,

1. Navigate to **Status Page** -> select or search for your desired status page.
2. On hovering over the status page, click **Update Status Manually.**
3. A side panel opens up, you can update the Status of the page.
4. Click **Update** to save.

## View Maintenance

To view maintenance from the overview page,

1. Navigate to **Status Page** -> select or search for your desired status page.
2. On hovering over the status page, click **View Maintenance.**
3. You are navigated to the **Maintenance section** in the **Status Page Details page**.
4. You can view, add and perform actions on any scheduled maintenance from here.

## View Issue

To view issues from the overview page,

1. Navigate to **Status Page** -> select or search for your desired status page.
2. On hovering over the status page, click **View Issue.**
3. You are navigated to the **Issues section** in the **Status Page Details page**.
4. You can view, add and perform actions on any of the issues from here.

## Delete Status Page

To delete a status page,

1. Navigate to **Status Page** -> select or search for your desired status page.
2. Click on the more options against the status page you want to delete.
3. Click **Delete**, and a confirmation modal will appear.
4. Click **Delete** again to confirm.

*Have any questions?* [*Ask the community*](https://community.squadcast.com/view/home)*.*


---

# 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://support.squadcast.com/status-page/status-page-overview.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.
