> For the complete documentation index, see [llms.txt](https://docs.groundcover.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.groundcover.com/use-groundcover/monitors/monitor-list-page.md).

# Monitor List page

The Monitor List is the central hub for managing and monitoring all active and configured Monitors. It provides a clear, filterable table view of your Monitors, with their current status and key details, such as creation date, severity, and live issues. Use this page to review your Monitors performance, identify issues, and take appropriate action.

## **Key Features**

### Monitors Table

* Displays the following columns:
  * **Name:** Title of the monitor.
  * **Creation Date:** When the monitor was created.
  * **Live Issues:** Number of live issues currently firing.
  * **Status:** The Monitor's current status — **Firing** (alerts active), **Pending** (within its pending period), **Normal** (no alerts), or **No Data** (the query returned no data on its latest evaluation). No Data is a status only and does not create an Issue; see [Treat No Data As](/use-groundcover/monitors/create-a-new-monitor.md).

<figure><img src="/files/nAR8THZr8X8ICk7OX1Gs" alt=""><figcaption><p>Monitors Table</p></figcaption></figure>

### **Create Monitor**

You can create a new Monitor by clicking on Create Monitor, then choosing between the different options: Monitor Wizard, Monitor Catalog, or Import. For further guidance, [check out our guide](/use-groundcover/monitors/create-a-new-monitor.md).

### **Filters Panel**

Use filters to narrow down monitors by:

* **Severity:** S1, S2, S3, or custom severity levels.
* **Status:** Firing, Pending, Normal, or No Data.
* **Silenced:** Exclude silenced monitors.

**Tip:** Toggle multiple filters to refine your view.

### Search Bar

Quickly locate monitors by typing a name, status, category, or other keywords.

### Cluster and Environment Filters

Located at the top-right corner, use these to focus on monitors for specific clusters or environments.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.groundcover.com/use-groundcover/monitors/monitor-list-page.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
