# Modify Schema Drift Monitors

Schema Drift Monitors are automatically activated for all tables upon connecting a data source. They identify alterations in the schema, such as the addition, deletion, or modification of tables or columns, and data type changes. Such adjustments can potentially lead to compatibility challenges with the corresponding database and the applications leveraging these tables.

{% hint style="info" %}
Schema Drift monitors do not need to be created, however the settings can be modified.
{% endhint %}

* Under **All Monitors tab** , click on the **Schema Drift** pill to view the list of Schema Drift monitors.
* Click on the **ellipsis menu (⋮)** to view the monitor. The **Modify Monitor** modal will pop up and gives you option to modify, disable and delete monitor.

<figure><img src="/files/hXBjNczap15P1dJ9QJUn" alt=""><figcaption><p>Pill selection for schema</p></figcaption></figure>

<figure><img src="/files/sHf1oMoQ2dOR1pRvAjhB" alt=""><figcaption><p>Modify schema drift through All Monitors</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/set-up-schema-drift-monitors.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.
