# 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:** Is the Monitor "Firing" (alerts active) or "Normal" (no alerts).
* **Tip:** Click on a Monitor name to view its detailed configuration and performance metrics.

<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:** Alerting or Normal.
* **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: 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.groundcover.com/use-groundcover/monitors/monitor-list-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.
