# Catalog: Add/Modify Monitor

You can add and modify monitors directly from the Data Catalog's Asset Details view, without leaving the context of the asset you're working on.

## Monitor Management Options

### Option 1: Dedicated Config Module (Recommended for Bulk Setup)

* **Best for**: Setting up multiple monitors across different assets
* **Access**: Main navigation Config section
* **Guide**: [Enable Asset Monitoring](/data-quality/enable-asset-monitoring.md)

### Option 2: Catalog Integration (This Guide)

* **Best for**: Asset-specific monitoring while browsing catalog
* **Access**: Individual asset details pages
* **Context**: Full asset metadata and lineage available

***

## Adding New Monitors from Catalog

<figure><img src="/files/TbtEzUN9cxqpOlnD9fnS" alt=""><figcaption><p>Overview for Add Monitor through Asset Details</p></figcaption></figure>

### Step 2: Create Monitor

1. **Click** the **"Add Monitor"** button
2. **Select** monitor type from the creation form
3. **Configure** settings based on asset characteristics

**Adding a New Monitor**

### Step 3: Choose Monitor Type

Select the appropriate monitor based on your asset needs:

**For Business-Critical Tables:**

<figure><img src="/files/jTwxGwXWnRGXwNGwjmeF" alt=""><figcaption><p>Overview of Modify monitor form in Asset Details</p></figcaption></figure>

**Adding a New Monitor**

* [**Freshness**](/data-quality/how-to-set-up-monitors/set-up-freshness-monitors.md): Ensure timely data updates
* [**Volume**](/data-quality/how-to-set-up-monitors/set-up-volume-monitors.md): Validate expected data loads

**For Data Quality Validation:**

* [**Field Health**](/data-quality/how-to-set-up-monitors/set-up-field-tests.md): Column-level quality checks
* [**Custom SQL**](/data-quality/how-to-set-up-monitors/custom-sql-monitors.md): Business rule validation

**Automatically Enabled:**

* **Schema Drift**: Already active for structural change detection

***

## Modifying Existing Monitors

### Quick Modification Process

1. **Locate** the monitor in the Monitor tab
2. **Click** the **ellipsis menu (︙)** next to the target monitor
3. **Select** "View Monitor" to access modification options

<figure><img src="/files/yPSk7eni5zZ4FWBWQZRa" alt=""><figcaption><p>Monitor modification interface with edit, disable, and delete options</p></figcaption></figure>

### Available Actions

> ⚠️ **Hint:** Modifying the frequency or row creation settings of auto-thresholded monitors may trigger retraining. This will remove all historical values from the monitor.

**✏️ Modify Settings:**

* Update thresholds and sensitivity
* Change monitoring frequency
* Adjust alert configurations

**⏸️ Enable/Disable:**

* Temporarily pause monitoring without losing configuration
* Useful during maintenance or data migration periods

**🗑️ Delete Monitor:**

* Permanently remove monitor and historical data
* Use with caution - action cannot be undone

<figure><img src="/files/nJNNH3AlI3yb4kFDX6gQ" alt=""><figcaption><p>Overview of Create a new monitor form</p></figcaption></figure>


---

# 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.decube.io/data-quality/how-to-set-up-monitors/catalog-add-modify-monitor.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.
