> 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.12/configure-cortex-xsoar/customize-and-configure-cortex-xsoar/reports/select-and-customize-sections-to-export-to-a-summary-report.md).

# Select and Customize Sections to Export to a Summary Report

From the legacy Summary page, you can select and customize sections to export as a report and save the report as a template. You cannot edit the template after it is created.

1. To provide access to the legacy Summary page:
   1. Go to Settings → About → **Troubleshooting**.
   2. In the Server Configuration section, click **Add Server Configuration**.
   3. Enter the following key and value.

      | Key                         | Value      |
      | --------------------------- | ---------- |
      | **`legacy.layout.enabled`** | **`true`** |
2. Go to the **Incidents** page and select the incident for which you want to create a report.
3. Click the **Summary** tab and select Actions → **Report**.
4. From the **Build Report** tab of the **Choose report** page, select the following:

   * **Format**
   * **Orientation** - It is recommended to use the landscape orientation to ensure that all information displays in the report.
   * **Paper Size**

   ![report-build-template.png](/files/m8EckRKBluYAvT0h73dh)
5. Select the **Summary** page sections to include in the report. Click **Edit** to customize available sections.
6. To use these settings as a template, click the **Save report as template** check box and type the name of the template.
7. To generate the report, click **Generate report** or use the following in a Playbook or as a CLI command.

   **`!GenerateSummaryReports name="`*****`<template name>`*****`" type="`*****`<report type>`*****`" ids="`*****`<Incident ID>`*****`”`**


---

# 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.12/configure-cortex-xsoar/customize-and-configure-cortex-xsoar/reports/select-and-customize-sections-to-export-to-a-summary-report.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.
