# Sending reports

Duplicati strives to make it as easy as possible to [set up backups](https://docs.duplicati.com/getting-started/set-up-a-backup-in-the-ui), and using the built-in scheduler makes it easy to ensure that backups are running regularly. Because it is easy to set up a backup and forget about, it is possible to have a backup running with little interaction.

Despite all efforts to make Duplicati as robust as possible against failures, it is not possible to handle every possible problem that may arise after the initial setup. Common failure causes is revoked credentials, filled storage, missing provider updates, etc.

To avoid discovering too late that the backup had stopped working for some reason, it is highly recommended to set up automated monitoring of backups. Duplicati has a number of ways that you can use to send reports into a monitoring solution:

* [Duplicati Console](https://docs.duplicati.com/monitoring-and-notifications/sending-reports-via-email/monitoring-with-duplicati-console)
* [Send emails](https://docs.duplicati.com/monitoring-and-notifications/sending-reports-via-email/sending-reports-with-email)
* [Send Jabber/XMPP](https://docs.duplicati.com/monitoring-and-notifications/sending-reports-via-email/sending-jabber-xmpp-notifications)
* [Send HTTP message](https://docs.duplicati.com/monitoring-and-notifications/sending-reports-via-email/sending-http-notifications)
* [Send Telegram message](https://docs.duplicati.com/monitoring-and-notifications/sending-reports-via-email/sending-telegram-notifications)


---

# 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/sending-reports-via-email.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.
