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

# Alerts

> Get notifications when your agents fail

Alerts push Raindrop's findings to Slack so you hear about problems without watching the dashboard. There are three kinds: real-time **Signal Alerts** that fire when a behavior spikes, a **Daily Digest** that recaps yesterday, and **Agent Briefs** that run a scheduled investigation.

## How alerts work

All three are delivered to Slack and managed in one place, [Settings → Notifications](https://app.raindrop.ai/settings/alerts). Signal Alerts are reactive (they fire when a signal crosses a threshold), while the Daily Digest and Agent Briefs run on a schedule.

## Using alerts

### Alert on a signal

[Configure a custom alert](https://app.raindrop.ai/settings/alerts) for any signal, including tool errors. Choose a threshold of users or events affected, or alert on every match. Alerts can be snoozed or disabled per-signal.

<Frame>
  <img src="https://mintcdn.com/dawn-a6c57108/hED-oCeK9ZsPDtmT/images/alerts/alert-config.png?fit=max&auto=format&n=hED-oCeK9ZsPDtmT&q=85&s=2a5438f7eb70bd0bf9b466323ff6c8a8" alt="Alert Configuration" width="7680" height="4320" data-path="images/alerts/alert-config.png" />
</Frame>

### Get a daily digest

Turn on the Daily Digest for a Slack summary that recaps the agent's issues and wins from the day before. Compact mode posts one-liners with the details in-thread.

<Frame>
  <img src="https://mintcdn.com/dawn-a6c57108/hED-oCeK9ZsPDtmT/images/alerts/daily-summary.jpeg?fit=max&auto=format&n=hED-oCeK9ZsPDtmT&q=85&s=6c5f52235a3a9a14f92e2d6c43cd1cb5" alt="Daily Digest" style={{ maxWidth: '400px' }} width="817" height="900" data-path="images/alerts/daily-summary.jpeg" />
</Frame>

### Schedule an investigation

Schedule the [Triage Agent](/docs/platform/triage-agent) to run an investigation on a cadence and post the results back to Slack, for example "every Monday at 9am, summarize the biggest issues enterprise customers had last week". Create one from **Agent Briefs → New**, or by @mentioning Raindrop in Slack with a scheduling request.

See [Triage Agent → Agent Briefs](/docs/platform/triage-agent#schedule-investigations-with-agent-briefs) for the full configuration options (prompt, schedule, timezone, channel, run-now).

## Reference

| Alert            | Trigger                                                    | Delivery                                 |
| ---------------- | ---------------------------------------------------------- | ---------------------------------------- |
| **Signal Alert** | A signal crosses your user/event threshold, or every match | Slack, in real time                      |
| **Daily Digest** | Once a day                                                 | Slack summary of the prior day           |
| **Agent Brief**  | Your schedule (cron/cadence)                               | Slack, results of a Triage investigation |

## Related

* [Signals](/docs/platform/signals) for the behaviors a Signal Alert watches
* [Triage Agent](/docs/platform/triage-agent) for the investigations behind Agent Briefs
