> ## Documentation Index
> Fetch the complete documentation index at: https://docs.paradime.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Run Elementary

> Add an Elementary command to a Paradime Bolt schedule to send data-quality alerts or generate Elementary observability reports after each dbt™ run.

Run Elementary CLI (`edr`) commands from a Bolt schedule to send alerts or generate observability reports after your dbt™ tests run.

## Prerequisites

* [Elementary](/integrations/elementary-data/index) set up in your dbt™ project.

## Usage

Add the **Run Elementary** command to your schedule and enter one or more Elementary CLI commands, one per line:

```bash theme={"system"}
edr report generate
edr monitor
```

<Info>
  An Elementary command runs even if a previous command in the schedule failed, so you can [send alerts](/integrations/elementary-data/sending-alerts/index) and [generate reports](/integrations/elementary-data/generate-observability-report) on test failures.
</Info>

## Learn more

See the [Elementary CLI commands and usage](/integrations/elementary-data/cli-commands-and-usage) guide for the full command reference.


## Related topics

- [Elementary Data](/integrations/elementary-data/index.md)
- [Volume Anomalies](/integrations/elementary-data/anomaly-detection-tests/volume-anomalies.md)
- [Dimension Anomalies](/integrations/elementary-data/anomaly-detection-tests/dimension-anomalies.md)
- [Freshness Anomalies](/integrations/elementary-data/anomaly-detection-tests/freshness-anomalies.md)
- [Event Freshness Anomalies](/integrations/elementary-data/anomaly-detection-tests/event-freshness-anomalies.md)
