> For the complete documentation index, see [llms.txt](https://cortex-docs.paloaltonetworks.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cortex-docs.paloaltonetworks.com/xsoar-6-administrator-guide/6.14/customize-cortex-xsoar/customize-and-configure-cortex-xsoar/reports/reports-overview.md).

# Reports Overview

Reports contain statistical data in the form of [widgets](/xsoar-6-administrator-guide/6.14/customize-cortex-xsoar/customize-and-configure-cortex-xsoar/widgets/widgets-overview.md), which enable you to analyze data from inside or outside Cortex XSOAR, in different formats such as graphs, pie charts, or text.

Reports are generated in PDF, Word, and CSV formats.

After generating a report, it also appears in the **Reports** tab, so you can use the report again.

You can do the following:

* [Create a custom report](/xsoar-6-administrator-guide/6.14/customize-cortex-xsoar/customize-and-configure-cortex-xsoar/reports/create-a-report.md)

  When creating a report, what you see is what you get. How you configure the report, is how it generates. You can [add widgets to a report](/xsoar-6-administrator-guide/6.14/customize-cortex-xsoar/customize-and-configure-cortex-xsoar/reports/add-a-widget-to-a-report.md), change the format, paper size, insert page breaks (by adding the **Page Break** widget), etc. If you have a table widget that contains many rows, you can select the number of rows on each page or print the whole table (in the table widget, right click and select **Force Print full Chart**).

  You can add your own logo, by going to Settings → **Troubleshooting** and uploading your logo in the **Full-size logo** field.

  <div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><h3>Note</h3><p>If upgrading from a previous version to v6.5 and above, the last configured roles are used when running a report. For example, if User A (administrator) runs a report (run as current user) and then User B (analyst) runs the same report (run as current user) only the analyst role appears in the <strong>Run as roles</strong> field.</p></div>
* **Create a report from a dashboard**

  You can create a report from the dashboard as is, or add new widgets as required. You have the same functionality as custom reports, such as format, when to run, orientation, etc. To create a report from the dashboard, click **Create report**.
* [Schedule a report](/xsoar-6-administrator-guide/6.14/customize-cortex-xsoar/customize-and-configure-cortex-xsoar/reports/schedule-a-report.md)

  You can schedule a report to run at specific times, or run the report immediately. You can also send to specific recipients, and restrict the report according to roles.
* **Generate an out-of-the-box report**

  Cortex XSOAR comes with out-of-the-box reports, such as Critical and High incidents, Daily incidents, Last 7 days incidents, and so on. You can change the time range for the incidents, the scheduled time and who can receive the report. If you want to make more comprehensive changes to these types of out-of-the-box reports, copy or download (and upload) the report.
* [Edit a report](/xsoar-6-administrator-guide/6.14/customize-cortex-xsoar/customize-and-configure-cortex-xsoar/reports/edit-a-report.md)
* [Change the Report Logo](/xsoar-6-administrator-guide/6.14/customize-cortex-xsoar/customize-and-configure-cortex-xsoar/reports/change-the-report-logo.md)
* [Configure the Time Zone and Format in a Report](/xsoar-6-administrator-guide/6.14/customize-cortex-xsoar/customize-and-configure-cortex-xsoar/reports/configure-the-time-zone-and-format-in-a-report.md)
* [Schedule a report from an incident](/xsoar-6-administrator-guide/6.14/customize-cortex-xsoar/customize-and-configure-cortex-xsoar/reports/create-an-incident-summary-report.md)

  Captures investigation-specific data and share it with team members. You can customize how the information is displayed for existing incidents.

If reports do not download after you click **Run**, add your Cortex XSOAR URL to your browser's pop up blocker exceptions. If you encounter problems with reports, see [Troubleshoot Reports](/xsoar-6-administrator-guide/6.14/customize-cortex-xsoar/customize-and-configure-cortex-xsoar/reports/troubleshoot-reports.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://cortex-docs.paloaltonetworks.com/xsoar-6-administrator-guide/6.14/customize-cortex-xsoar/customize-and-configure-cortex-xsoar/reports/reports-overview.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.
