> For the complete documentation index, see [llms.txt](https://docs.aohwv.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aohwv.dev/feature-reference/reports.md).

# Reports

The Reports page lets you generate one-off PDF reports and manage recurring report schedules with automated delivery.

![Reports page showing three summary metric cards (Schedules: 0, Enabled: 0, Reports run: 0), a Generate tab with Suggested filter tags, a Select all link, six report section cards, and a Generate report button](/files/hMqeAfqnFRQBceYKCUT4)

*The Reports page shows summary cards for Schedules, Enabled schedules, and Reports run. The Generate tab lists six available report sections with Suggested filter tags. Select one or more sections and click **Generate report** to produce a PDF.*

## What you can do here

| Action                           | What it does                                                                                                                        |
| -------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------- |
| Review **Schedules** card        | Shows how many recurring report schedules you have configured.                                                                      |
| Review **Enabled** card          | Shows how many of your configured schedules are currently active.                                                                   |
| Review **Reports run** card      | Shows the total number of reports that have been generated.                                                                         |
| Click **Generate** tab           | Shows the section picker for building an on-demand report.                                                                          |
| Click **Schedules** tab          | Lists any recurring report schedules you have configured, and lets you add new ones.                                                |
| Click **History** tab            | Shows previously generated reports available for download.                                                                          |
| Click a **Suggested** filter tag | Pre-selects a curated set of sections matching a use case — **Security**, **Audit & Compliance**, **Executive**, or **Everything**. |
| Click **Select all**             | Selects all six report sections at once.                                                                                            |
| Select **Overview KPIs**         | Includes headline metrics for your connected tenant in the report.                                                                  |
| Select **Access Overview**       | Includes a breakdown of who can reach what, by system.                                                                              |
| Select **Orphans**               | Includes a list of Accounts with no owning Identity.                                                                                |
| Select **Posture**               | Includes configuration and hardening findings for your environment.                                                                 |
| Select **Sign-in Anomalies**     | Includes unusual authentication activity detected across your tenant.                                                               |
| Select **Directory Changes**     | Includes recent additions, removals, and updates from your directory.                                                               |
| Click **Generate report**        | Produces a PDF containing the sections you selected.                                                                                |

## How to use it

{% stepper %}
{% step %}
**Choose your sections** On the **Generate** tab, check the boxes next to the report sections you want to include. You can select one or more sections.
{% endstep %}

{% step %}
**Generate the report** Click the **Generate report** button. AOH Sync compiles the selected data into a PDF.
{% endstep %}

{% step %}
**Access previous reports** Click the **History** tab to find and download any reports you have generated in the past.
{% endstep %}

{% step %}
**Set up recurring delivery** Click the **Schedules** tab to create a recurring report schedule and configure delivery settings.
{% endstep %}
{% endstepper %}

## How to generate and schedule a report

Use the **Generate** tab to build a one-off PDF, or the **Schedules** tab to set up recurring delivery.

{% stepper %}
{% step %}
**Select your sections**

On the **Generate** tab, pick the report content you need. You have two ways to select sections:

* Click a **Suggested** filter tag — **Security**, **Audit & Compliance**, **Executive**, or **Everything** — to pre-select a curated set of sections for that use case.
* Check individual section cards: **Overview KPIs**, **Access Overview**, **Orphans**, **Posture**, **Sign-in Anomalies**, or **Directory Changes**. Click **Select all** to include every section at once.

The bar at the bottom of the section picker updates to show how many sections are selected.
{% endstep %}

{% step %}
**Generate the report**

Click the green **Generate report** button. AOH Sync compiles your selected sections into a PDF.
{% endstep %}

{% step %}
**Find previously generated reports**

Click the **History** tab to see reports you have generated in the past and download them again.
{% endstep %}

{% step %}
**Set up a recurring schedule**

Click the **Schedules** tab to configure automated report delivery.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
The **Schedules**, **Enabled**, and **Reports run** summary cards at the top of the page update as you add schedules and generate reports.
{% endhint %}

## Related

* [Dashboard](/feature-reference/dashboard.md)
* [Orphaned Accounts](/feature-reference/orphaned-accounts.md)
* [Action Center](/feature-reference/data-quality.md)
* [How AOH Sync Works](/core-concepts/how-aohsync-works.md)


---

# 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.aohwv.dev/feature-reference/reports.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.
