> For the complete documentation index, see [llms.txt](https://docs.lumi-ai.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.lumi-ai.com/using-lumi/lumi-use-cases/proactive-alerting.md).

# Proactive Alerting

## Monitor Metrics with Alerts

Use Lumi to proactively monitor important business metrics and notify your team when something needs attention.

### When to use alerts

Use alerts when you want Lumi to monitor a recurring question or metric, such as:

* Revenue drops below target
* Inventory falls below a threshold
* On-time shipment rate decreases
* Support backlog exceeds a normal range
* A data quality issue appears
* A metric changes more than expected

### How it works

1. Ask or build the question you want to monitor.
2. Save the result to a Board.
3. Configure the Board card to refresh on a schedule.
4. Add an alert rule to the card.
5. Choose who should be notified.
6. Use Lumi to investigate when the alert fires.

### Example

You want to know when on-time shipment drops below 75%.

First, create an insight that tracks on-time shipment rate. Save it to a Board, configure the Board to refresh regularly, then add an alert to notify the operations team when the rate falls below 75%.

### Why alerts require Boards

Alerts are tied to Board cards because Boards provide the saved, recurring context Lumi needs to monitor an insight over time. Chat is useful for one-time investigation, while Boards are used for ongoing monitoring.

### Next steps

* [Learn how to create a Board](https://docs.lumi-ai.com/product-features/boards#create-board-1)
* [Learn how to configure a Board card](https://docs.lumi-ai.com/product-features/boards/card-configuration-and-utilization)
* [Learn how to add an alert](https://docs.lumi-ai.com/product-features/boards/card-configuration-and-utilization#setting-alerts)
* [Learn how notifications work](https://docs.lumi-ai.com/product-features/notifications)


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.lumi-ai.com/using-lumi/lumi-use-cases/proactive-alerting.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
