> For the complete documentation index, see [llms.txt](https://docs.ox.security/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ox.security/generate-reports/reporting/configure-report-scheduling.md).

# Configure Report Scheduling

You can schedule email exports of [reports ](/generate-reports/reporting.md)to ensure stakeholders receive regular updates. Recipients can include anyone in your organization, even if they are not OX users.

If a recipient is not an OX user, their email address must include the company domain.

When the export is sent to a recipient who is not an OX user, the report reflects the creator’s scope. If the export is sent to a scoped OX user, the recipient receives the report in their own scope.

You can set the frequency, time, and format of the exported report.

The following permissions are required to schedule report export:

* **Built-in reports:** OX Admin only.
* **Custom reports:** OX Admin or report owner.

**To schedule report exports:**

1. Go to **Reports**, select the three-dot icon next to the report for which you want to configure scheduled exports, and select **Scheduled Report Exports**.

<figure><img src="/files/ITyQEMZumlljCoQvjDNg" alt="" width="539"><figcaption></figcaption></figure>

2. Set the following:

| Field                            | Description                                                                                                                    |
| -------------------------------- | ------------------------------------------------------------------------------------------------------------------------------ |
| **Recipients**                   | Email addresses of the recipients who will receive the scheduled report. Multiple addresses can be added, separated by commas. |
| **Frequency**                    | Defines how often the report is sent, daily, weekly, or monthly.                                                               |
| **Day of Week/On day**           | Selects the day when the report will be sent.                                                                                  |
| **At**                           | Specifies the exact time of day when the report will be sent. Times are displayed in your local timezone.                      |
| **Format**                       | Defines the export format of the report. You can choose between **PDF** and **CSV**.                                           |
| **Maximum items per each table** | Sets a limit on the number of items included per table in the exported report.                                                 |

3. Select **Save Schedule**.
4. The schedule is turned on by default. To turn it off, turn off **Activate Schedule**.


---

# 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.ox.security/generate-reports/reporting/configure-report-scheduling.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.
