# Notifications

Paradime's notification system helps teams stay informed about critical system events, data quality issues, and important alerts. By providing timely notifications through multiple channels, teams can quickly respond to issues, maintain system reliability, and ensure data quality.

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

## Notification Types

### Bolt System Alerts Notifications

Bolt System Alerts are notifications that keep you informed about system-level issues in relation to [**Bolt**](/app-help/documentation/bolt.md). These alerts cover:

* **Bolt Parse Errors**: Notifications when there are parsing errors in your Bolt configurations
* **OOM (Out of Memory) Runs**: Alerts when Bolt runs encounter memory limitations
* **Git Clone Failures**: Notifications when Git repository cloning operations fail
* **24-hour Run Timeouts**: Alerts when Bolt runs exceed the maximum runtime of 24 hours

{% @arcade/embed url="<https://app.arcade.software/share/MrjMYFnJRVzJqqDD4Cf9>" flowId="MrjMYFnJRVzJqqDD4Cf9" %}

{% hint style="info" %}

* In a Paradime Workspace, users can only configure ONE messaging channel (either [**Slack**](/app-help/documentation/integrations/notifications/slack.md) OR [**MS Teams**](/app-help/documentation/integrations/notifications/microsoft-teams.md))
* Email notifications are workspace-wide settings affecting all administrators
  {% endhint %}

### Data Alerts Notifications

Data Alerts are notifications specifically related to [Radar](/app-help/documentation/radar.md) data monitoring allowing you to act promptly on issues related to job performance, cost spikes, and data quality.

To know more on Data Alerts, check our [**Radar Real-time Alerting docs**](/app-help/documentation/radar/real-time-alerting.md)**.**

{% @arcade/embed url="<https://app.arcade.software/share/S7KLlbjnlfhX5kAvY5EM>" flowId="S7KLlbjnlfhX5kAvY5EM" %}

{% hint style="info" %}

* In a Paradime Workspace, users can only configure ONE messaging channel (**either** [**Slack**](/app-help/documentation/integrations/notifications/slack.md) OR [**MS Teams**](/app-help/documentation/integrations/notifications/microsoft-teams.md))
* Email notifications are workspace-wide settings affecting all administrators
  {% endhint %}

### Bolt Schedules Run Notifications

Bolt Schedules Run Notifications are critical notifications that keep you informed about individual runs statuses of your [**Bolt runs**](/app-help/documentation/bolt.md).

These are granular at a Bolt Schedule level and support various notification patterns for each destination in relation to **Success**, **Failure** and **SLA breach**.

{% hint style="info" %}
To know more on Bolt Run Notifications Configuration, check our [**Bolt Notifications docs**](/app-help/documentation/bolt/creating-schedules/notification-settings.md)**.**
{% endhint %}

***

## Notification Destinations

Users can configure multiple notification destinations to ensure they receive alerts through their preferred channels. Available destinations include:

* [**Slack Integration**](/app-help/documentation/integrations/notifications/slack.md)
* [**Microsoft Teams Integration**](/app-help/documentation/integrations/notifications/microsoft-teams.md)
* **Email Notifications**


---

# 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.paradime.io/app-help/documentation/settings/notifications.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.
