> 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/cortex-xpanse/dashboards-and-reports/reports/report-templates.md).

# Report templates

The Report Templates page provides a list of all custom and predefined report templates. From here, you can view, delete, create, and modify report templates.

**Predefined report templates**

Cortex Xpanse provides the following predefined report templates:

| Report Name                      | Description                                                                                                                          |
| -------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------ |
| Attack Surface Compliance Report | Overview of compliance framework adherence related to attack surface exposure.                                                       |
| Attack Surface Management Report | Overview of all assets that are exposed to the internet and a breakdown of incidents related to attack surface exposure.             |
| Expander Home Report             | High-level overview of your organization's attack surface and how it's trending over time, including active response trends.         |
| Incident Management Report       | Breakdown of the top incidents in the organization and an overview of the top incident assignees.                                    |
| Monthly ASM Overview             | Monthly overview of your organization’s attack surface and key trends.                                                               |
| Quarterly ASM Overview           | Quarterly overview of your organization’s attack surface and key trends.                                                             |
| Risk Prioritization Report       | Overview of how your risk scores are distributed across your organization and their progress over time.                              |
| Remediation Report               | Detailed information, broken down by business unit, on your security risks, prioritization of those risks, and remediation guidance. |
| Risk Prioritization Report       | Overview of how your risk scores are distributed across your organization and their progress over time.                              |
| Threat Report                    | Overview of zero-day threats and the impact to your organization, affected assets, and what remediation steps to take.               |
| Unmanaged Cloud Report           | Overview of cloud resources that are exposed to the internet.                                                                        |
| Websites Report                  | Overview of websites that are exposed to the internet.                                                                               |


---

# 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/cortex-xpanse/dashboards-and-reports/reports/report-templates.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.
