> For the complete documentation index, see [llms.txt](https://docs.ilert.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ilert.com/~/changes/vPSzQFfkdJCVWGT5AL1m/alerting.md).

# Alerting

- [Dashboard](https://docs.ilert.com/~/changes/vPSzQFfkdJCVWGT5AL1m/alerting/dashboard.md): Build custom dashboards to monitor your team’s key metrics and gain valuable insights into various aspects of ilert.
- [Alert sources](https://docs.ilert.com/~/changes/vPSzQFfkdJCVWGT5AL1m/alerting/alert-sources.md): Connect your third party tools to ilert.
- [Notification settings](https://docs.ilert.com/~/changes/vPSzQFfkdJCVWGT5AL1m/alerting/notification-settings.md): Configure how ilert should notify you.
- [Critical Push Notifications and DND overrides](https://docs.ilert.com/~/changes/vPSzQFfkdJCVWGT5AL1m/alerting/notification-settings/critical-push-notifications-and-dnd-overrides.md): This section contains information on critical push notifications or DND (Do Not Disturb or Sleep modes) overrides for mobile devices
- [iOS Critical Alerts Configuration](https://docs.ilert.com/~/changes/vPSzQFfkdJCVWGT5AL1m/alerting/notification-settings/critical-push-notifications-and-dnd-overrides/ios-critical-alerts-configuration.md): This guide explains how to configure your push notification preferences for iOS devices.
- [Android Push Notification DND Configuration](https://docs.ilert.com/~/changes/vPSzQFfkdJCVWGT5AL1m/alerting/notification-settings/critical-push-notifications-and-dnd-overrides/android-push-notification-dnd-configuration.md): This guide explains how to configure your push notification preferences for Android devices.
- [Mute notifications](https://docs.ilert.com/~/changes/vPSzQFfkdJCVWGT5AL1m/alerting/notification-settings/mute-notifications.md): Activate the Mute Notifications feature to silence all notifications from ilert channels during periods when you're unavailable, such as vacations.
- [Support hours](https://docs.ilert.com/~/changes/vPSzQFfkdJCVWGT5AL1m/alerting/support-hours.md): Set notification priority based on support hours
- [Maintenance windows](https://docs.ilert.com/~/changes/vPSzQFfkdJCVWGT5AL1m/alerting/maintenance-windows.md): Keep your alert sources quiet and service subscribers informed during maintenance.
- [Heartbeat Monitoring](https://docs.ilert.com/~/changes/vPSzQFfkdJCVWGT5AL1m/alerting/heartbeat-monitoring.md): The simplest way to monitor service, device or workflow health.
- [Prometheus Heartbeat Example](https://docs.ilert.com/~/changes/vPSzQFfkdJCVWGT5AL1m/alerting/heartbeat-monitoring/prometheus-heartbeat-example.md): To ensure and monitor the uptime of your Prometheus Alert Manager
- [CLI Heartbeat Examples](https://docs.ilert.com/~/changes/vPSzQFfkdJCVWGT5AL1m/alerting/heartbeat-monitoring/cli-heartbeat-examples.md): Command line interface heartbeat examples
- [Understanding event flows](https://docs.ilert.com/~/changes/vPSzQFfkdJCVWGT5AL1m/alerting/understanding-event-flows.md): This page describes the platform's event flows and gives an overview of its architecture as well as information on grouping, deduplication, aggregation and suppression of alerts and notifications.
- [ilert sender IDs, domains and IPs](https://docs.ilert.com/~/changes/vPSzQFfkdJCVWGT5AL1m/alerting/phone-numbers.md): ilert's sender IDs used for outgoing notification (e.g. SMS phone numbers, caller IDs, etc.)
- [SMS and voice alerts in China](https://docs.ilert.com/~/changes/vPSzQFfkdJCVWGT5AL1m/alerting/phone-numbers/sms-and-voice-alerts-in-china.md): You may find information regarding ilert voice and SMS alerts for Chinese landline and mobile devices below.


---

# 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.ilert.com/~/changes/vPSzQFfkdJCVWGT5AL1m/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.
