> 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/reference-docs/reference/server-configurations/report-server-configurations.md).

# Report Server Configurations

| Key                                            | Description                                                                                                                                                                                                                                                                                                                                                               | Default                                          |
| ---------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------ |
| **`legacy.layout.enabled`**                    | Enables you to select and customize sections to export from the legacy summary page. For more information, see [Select and Customize Sections to Export to a Summary Report](/xsoar-6-administrator-guide/6.14/customize-cortex-xsoar/customize-and-configure-cortex-xsoar/reports/select-and-customize-sections-to-export-to-a-summary-report.md).                       | **`true`**                                       |
| **`report.remove.data`**                       | Enables you to retain the JSON file when creating a report for troubleshooting. For more information, see [Troubleshoot Reports](/xsoar-6-administrator-guide/6.14/customize-cortex-xsoar/customize-and-configure-cortex-xsoar/reports/troubleshoot-reports.md).                                                                                                          | **`false`**                                      |
| **`reports.email.body`**                       | Changes the email body of a scheduled report. For more information, see [Customize the Email When Sending a Report](/xsoar-6-administrator-guide/6.14/customize-cortex-xsoar/customize-and-configure-cortex-xsoar/reports/customize-the-email-when-sending-a-report.md).                                                                                                  | **`Check out the attached report`**              |
| **`reports.email.body.html`**                  | Changes the body HTML of the email. For more information, see [Customize the Email When Sending a Report](/xsoar-6-administrator-guide/6.14/customize-cortex-xsoar/customize-and-configure-cortex-xsoar/reports/customize-the-email-when-sending-a-report.md).                                                                                                            | **`Check out the attached report`**              |
| **`reports.email.subject`**                    | Changes the subject of the email. For more information, see [Customize the Email When Sending a Report](/xsoar-6-administrator-guide/6.14/customize-cortex-xsoar/customize-and-configure-cortex-xsoar/reports/customize-the-email-when-sending-a-report.md).                                                                                                              | **`Cortex XSOAR Report - <name of the report>`** |
| **`reports.logo.customer`**                    | Add your own logo \<the base64 image or URL for your own logo>. Used with \*\*`reports.logo.customer.` \*\*For more information, see [Change the Report Logo](/xsoar-6-administrator-guide/6.14/customize-cortex-xsoar/customize-and-configure-cortex-xsoar/reports/change-the-report-logo.md).                                                                           | N/a                                              |
| **`reports.logo.demisto`**                     | Enables you to add your own logo to a report (false). For more information, see [Change the Report Logo](/xsoar-6-administrator-guide/6.14/customize-cortex-xsoar/customize-and-configure-cortex-xsoar/reports/change-the-report-logo.md).                                                                                                                                | **`true`**                                       |
| **`reports.time.format`**                      | Configures the time/date for widgets in a report. For more information, see [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).                                                                                    | Local time/location                              |
| **`reports.time.zone`**                        | Configure the timezone for widgets in a report. For more information, see [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).                                                                                      | Local time/Location                              |
| **`script.timeout`**                           | If generating a report that includes a widget running a script, change the script timeout in minutes (for troubleshooting). For more information, see [Troubleshoot Script Timeout for Reports](/xsoar-6-administrator-guide/6.14/customize-cortex-xsoar/customize-and-configure-cortex-xsoar/reports/troubleshoot-reports.md#UUID-0c1fcc28-db71-28bc-0364-e1ae2998942e). | **`3`**                                          |
| **`reports.script.execution.timeout.seconds`** | If generating a large report results in a script timeout, change the report script execution timeout, in seconds.                                                                                                                                                                                                                                                         | 300 seconds                                      |


---

# 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/reference-docs/reference/server-configurations/report-server-configurations.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.
