# Data Quality

- [Incidents Overview](https://docs.decube.io/data-quality/data-quality.md): Derive insights on your data quality by our metrics.
- [Incident model feedback](https://docs.decube.io/data-quality/incident-model-feedback.md): Modify your incident model thresholds to get less noisy alerts.
- [Enable asset monitoring](https://docs.decube.io/data-quality/enable-asset-monitoring.md): Here's how you set up monitoring for a table.
- [Config Settings](https://docs.decube.io/data-quality/config-settings.md): Here's how you configure and manage your default alert channel and monitoring behaviour.
- [Available Monitor Types](https://docs.decube.io/data-quality/available-monitor-types.md): Comprehensive guide to all monitor types available in Decube's data quality platform.
- [Monitor Configuration Settings](https://docs.decube.io/data-quality/monitor-configuration-settings.md): These pages will explain each configuration settings in the monitors.
- [Available Monitor Modes](https://docs.decube.io/data-quality/monitor-configuration-settings/available-monitor-modes.md): Choose the right monitoring approach for your data quality needs - automated scheduled monitoring or manual on-demand testing.
- [Custom Scheduling For Monitors](https://docs.decube.io/data-quality/monitor-configuration-settings/custom-scheduling-for-monitors.md): Configure flexible monitoring schedules to match your data pipeline and business requirements.
- [Setting Up Your Data Quality Thresholds](https://docs.decube.io/data-quality/monitor-configuration-settings/setting-up-your-data-quality-thresholds.md): This document is designed to help you align your business data quality requirements with the technical settings in our platform.
- [How to set up monitors](https://docs.decube.io/data-quality/how-to-set-up-monitors.md): This explains how to set up each monitor type in the Config.
- [Catalog: Add/Modify Monitor](https://docs.decube.io/data-quality/how-to-set-up-monitors/catalog-add-modify-monitor.md): This guide walks you through the steps to add and modify monitors from the Asset Details section in the Catalog.
- [Set Up Freshness & Volume Monitors](https://docs.decube.io/data-quality/how-to-set-up-monitors/set-up-freshness-and-volume-monitors.md): Here's how you set up Freshness & Volume Scheduled and On Demand Monitors
- [Set Up Custom SQL Monitors](https://docs.decube.io/data-quality/how-to-set-up-monitors/custom-sql-monitors.md): Write your own SQL scripts to set up tests specific to your needs.
- [Include CustomSQL into DQ Scorecard](https://docs.decube.io/data-quality/how-to-set-up-monitors/custom-sql-monitors/include-customsql-into-dq-scorecard.md): Allow Data Quality scores to be calculated by CustomSQL tests by enabling it in the Config.
- [Set Up Field Health Monitors](https://docs.decube.io/data-quality/how-to-set-up-monitors/set-up-field-tests.md): Follow these steps to configure monitors for specific field tests, available as On-Demand and Scheduled modes.
- [Grouped-by Monitors](https://docs.decube.io/data-quality/how-to-set-up-monitors/set-up-grouped-by-monitors.md): This document provides conceptual information for leveraging the Grouped By option in your data quality workflows.
- [Modify Schema Drift Monitors](https://docs.decube.io/data-quality/how-to-set-up-monitors/set-up-schema-drift-monitors.md): Here's how you set up a Schema Drift monitor.
- [Modify Job Failure Monitors (Data Job)](https://docs.decube.io/data-quality/how-to-set-up-monitors/set-up-data-job-job-failure-monitors.md): Here's how you manage monitors for Job Failure (Data Jobs).


---

# 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.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.
