# Graph / Office Reports

This page allows you to explore a wide range of reports available on the tenant.&#x20;

{% hint style="danger" %}
Not every report in this list will function for every tenant. The list of available reports is extensive and includes those that may not match tenant licensing, feature enablement, etc. Reports that are not available for a tenant will return a status code of 500.
{% endhint %}

## How to use this page

{% stepper %}
{% step %}

### Select Source

Use the drop down to select either Microsoft Graph or Office Reports
{% endstep %}

{% step %}

### Select Available Report

Based on your selection in step 1, a list of available reports will be displayed
{% endstep %}

{% step %}

### Select Report Period

For Microsoft Graph reports, select the timeframe you want included in the report.
{% endstep %}

{% step %}

### Review Report

The report will automatically display. Changing the report or report period (for Microsoft Graph reports) will fetch a new version of the report.
{% endstep %}
{% endstepper %}


---

# 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.cipp.app/user-documentation/tenant/reports/graph-office-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.
