# Monitoring & Notifications

- [Sending reports](https://docs.duplicati.com/monitoring-and-notifications/sending-reports-via-email.md): Describes how to send reports with Duplicati
- [Monitoring with Duplicati Console](https://docs.duplicati.com/monitoring-and-notifications/sending-reports-via-email/monitoring-with-duplicati-console.md): This page describes how to set up monitoring with Duplicati consoel
- [Sending reports with email](https://docs.duplicati.com/monitoring-and-notifications/sending-reports-via-email/sending-reports-with-email.md): Describes the how to configure sending emails with backup details
- [Sending Jabber/XMPP notifications](https://docs.duplicati.com/monitoring-and-notifications/sending-reports-via-email/sending-jabber-xmpp-notifications.md): Describes the how to configure sending notifications via Jabber/XMPP
- [Sending HTTP notifications](https://docs.duplicati.com/monitoring-and-notifications/sending-reports-via-email/sending-http-notifications.md): This page describes how to send reports via the HTTP protocol
- [Sending Telegram notifications](https://docs.duplicati.com/monitoring-and-notifications/sending-reports-via-email/sending-telegram-notifications.md): Describes the how to configure sending notifications via Telegram
- [Custom message content](https://docs.duplicati.com/monitoring-and-notifications/sending-reports-via-email/custom-message-content.md): This page describes the template system used to format text messages sent


---

# 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.duplicati.com/monitoring-and-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.
