> For the complete documentation index, see [llms.txt](https://help.boomerang3.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.boomerang3.com/boomerang-3-user-manual/automatic_reports.md).

# Automatic Reports

Automatic Reports lets you schedule reports that are generated as PDFs and sent to your email address.

Use this feature to receive regular reports without logging in.

<figure><img src="/files/RJmvHw1s0C71HBklZMiD" alt=""><figcaption><p>Automatic reports list</p></figcaption></figure>

### What you can do

* Create a new automatic report.
* Change an existing report.
* Remove a report you no longer need.

### Report types and permissions

Available report types depend on your user rights.

Report types include Audit, System Group, Division, Group, and Object.

The report formats match the manual reports described in [Dashboard reports](/boomerang-3-user-manual/dashboard/reports.md).

### How to manage automatic reports

* [Create automatic report](/boomerang-3-user-manual/automatic_reports/create_automatic_report.md)
* [Change automatic report](/boomerang-3-user-manual/automatic_reports/change_automatic_report.md)
* [Remove automatic report](/boomerang-3-user-manual/automatic_reports/remove_automatic_report.md)

{% hint style="info" %}
Reports are sent to the email address configured for your user account.

If you do not receive emails, check spam filtering and contact your administrator.
{% endhint %}


---

# 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:

```
GET https://help.boomerang3.com/boomerang-3-user-manual/automatic_reports.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.
