# Monitors Management

## Accessing the Monitors Page

Navigate to **Alerting Monitors** from the main navigation menu to access all monitor management functionality.

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

The Monitors page provides:

* A comprehensive list of all monitors organized by asset
* Quick access to enable/disable monitors
* Edit and delete actions for each monitor
* Access to monitoring templates via the **Rule templates** tab

## Monitor Organization

#### Asset Grouping

Monitors are organized hierarchically by asset in the left sidebar:

* **Projects**: Collapsible groups containing related assets
* **Assets**: Individual data sources (tables, views, files) with their associated monitors
* **Monitor List**: All monitors for the selected asset displayed in the main panel

**Navigation tips:**

* Click the arrow (▸) to expand/collapse asset groups
* Use the search bar to quickly find specific assets
* Select an asset to view all its monitors

#### Monitor List View

The main panel displays all monitors for the selected asset with the following information:

| Column      | Description                                              |
| ----------- | -------------------------------------------------------- |
| **Name**    | Monitor name with type indicator (NEW, built-in, custom) |
| **Type**    | Monitor type                                             |
| **Enabled** | Toggle switch to enable/disable the monitor              |
| **Actions** | Edit (✏️) and Delete (🗑️) buttons                       |

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

## Monitors Actions

The Monitors page provides several top-level actions:

### Configure Data Binning

Set up data binning rules to control how Telmai bins your data. [Learn more about data binning](/telmai/remediation/data-binning.md).\
![](/files/2R3kbgSZKugpyq1O74On)

### Manage Alert Channels

Configure notification destinations including Slack, email, webhooks, and other integrations to ensure alerts reach the right teams. [Learn more about managing notifications](/telmai/monitoring-data/monitors-management/configuring-notifications.md).

<div align="left"><figure><img src="/files/gHt7YuTYOGYy9uUT8IK7" alt=""><figcaption></figcaption></figure></div>

### + New Monitor

Click **+ New Monitor** to build custom monitors tailored to your specific data quality requirements. [Learn more about creating monitors](/telmai/monitoring-data/monitors-management/creating-a-monitor.md).

<div align="left"><figure><img src="/files/bCx2XkfLlO2HuO9YEdTk" alt=""><figcaption></figcaption></figure></div>

## Related Documentation

* [Creating a Monitor](/telmai/monitoring-data/monitors-management/creating-a-monitor.md)
* [Managing Existing Monitors](/telmai/monitoring-data/monitors-management/managing-existing-monitors.md)
* [Configuring Data-Binning](/telmai/monitoring-data/monitors-management/configuring-data-binning.md)
* [Configuring Notification](/telmai/monitoring-data/monitors-management/configuring-notifications.md)


---

# 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.telm.ai/telmai/monitoring-data/monitors-management.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.
