> For the complete documentation index, see [llms.txt](https://docs.decube.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.decube.io/data-quality/config-settings.md).

# Config Settings

The **Config Settings** page has two tabs: **Config Alerts** for setting up notification channels, and **Default Settings** for defining the default scan frequency and incident severity applied to new monitors.

{% embed url="<https://www.loom.com/share/60938e882ed94612b8c41a82acbb8f7d?sid=3eea07df-33ae-4979-a1c1-1dc9a2cf8da6>" %}

To access Config Settings, go to **My Account** and select the **Config Settings** tab.

***

## Config Alerts

The **Config Alerts** tab is where you set up your organisation's default notification channels — the email addresses and Slack channels that receive alerts when a monitor opens an incident.

<figure><img src="/files/MLiCCTa7SIJqw7bBezEF" alt=""><figcaption><p>Config Alerts tab</p></figcaption></figure>

For step-by-step instructions on connecting each alert channel:

{% content-ref url="/pages/QEgoy1vIsDVzEgiD9SEb" %}
[Get alerts on email](/alert-notifications/notification-alerts.md)
{% endcontent-ref %}

***

## Default Settings

The **Default Settings** tab lets you define organisation-wide defaults for two monitor properties:

| Setting                  | What it controls                                                                                                                                           |
| ------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Monitoring Frequency** | The default scan frequency applied when a new monitor is created (for example, Daily). Individual monitors can override this at creation time.             |
| **Incident Severity**    | The default incident level (Critical, High, Medium, or Low) assigned to incidents on new monitors. Individual monitors can override this at creation time. |

<figure><img src="/files/gZeCMnJwrkZGY1oNLD7v" alt=""><figcaption><p>Default Settings tab</p></figcaption></figure>

{% hint style="warning" %}
Default Settings apply only to **newly added data sources and monitors**. Changing defaults here does not affect the frequency or severity of existing monitors. To update an existing monitor's frequency or severity, edit the monitor directly from **All Monitors**.
{% endhint %}

{% hint style="info" %}
Default Settings do not apply to Grouped-By monitors. Grouped-By monitors must have frequency and severity configured individually at creation time.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/config-settings.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.
