> 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.md).

# Customize and Configure Cortex XSOAR

After you have set up Cortex XSOAR you can customize and configure the following:

* [Incidents](/xsoar-6-administrator-guide/6.12/configure-cortex-xsoar/customize-and-configure-cortex-xsoar/incidents.md): Includes how to automatically de-duplicate incidents, add pre-process and post processing rules, customizing incidents, layouts, access control. For daily tasks, such as investigating incidents, see [Incident Management](/xsoar-6-administrator-guide/6.12/investigate-and-respond-to-threats/day-to-day-tasks-in-cortex-xsoar/incident-management.md).
* [Playbooks](/xsoar-6-administrator-guide/6.12/configure-cortex-xsoar/customize-and-configure-cortex-xsoar/playbooks.md): Includes how to create tasks, debug a playbook, version control, extend context and playbook polling. After creating a playook or automation you may want to edit the incident/indicator layouts.
* [Jobs](/xsoar-6-administrator-guide/6.12/configure-cortex-xsoar/customize-and-configure-cortex-xsoar/jobs.md): You can create a time triggered job from a playbook, or job triggered by delta in a feed from an integration.
* [SLA](/xsoar-6-administrator-guide/6.12/configure-cortex-xsoar/customize-and-configure-cortex-xsoar/work-with-slas/sla-overview.md) Set up SLAs for case management.
* [Machine Learning](/xsoar-6-administrator-guide/6.12/configure-cortex-xsoar/customize-and-configure-cortex-xsoar/machine-learning.md) Set up Cortex XSOAR to analyze and predict behavior through incident types and fields through machine learning models.
* [Lists](/xsoar-6-administrator-guide/6.12/configure-cortex-xsoar/customize-and-configure-cortex-xsoar/lists.md): Store data in any text format, and use them in playbooks, automations or other places where the context button appears (double-curly brackets).
* [Indicators](/xsoar-6-administrator-guide/6.12/configure-cortex-xsoar/customize-and-configure-cortex-xsoar/indicators.md): Includes how to customize indicator types and layouts, extract indicators, configure indicator scripts and timeline, export indicators, etc. For daily tasks, such as extracting indicators in the CLI, export indicators, add to an exclusion list, see [Indicator Management](/xsoar-6-administrator-guide/6.12/investigate-and-respond-to-threats/day-to-day-tasks-in-cortex-xsoar/indicator-management.md).
* [Dashboards](/xsoar-6-administrator-guide/6.12/configure-cortex-xsoar/customize-and-configure-cortex-xsoar/dashboards.md): Customize your dashboard and share it with others.
* [Reports](/xsoar-6-administrator-guide/6.12/configure-cortex-xsoar/customize-and-configure-cortex-xsoar/reports.md):Customize your reports, such as adding widgets, configuring the logo, and timeline.
* [Widgets](/xsoar-6-administrator-guide/6.12/configure-cortex-xsoar/customize-and-configure-cortex-xsoar/widgets.md): Create and edit widget and add it a report or dashboard.
* [Manage Data](/xsoar-6-administrator-guide/6.12/configure-cortex-xsoar/customize-and-configure-cortex-xsoar/manage-data.md): If you encounter an error, you can reindex the entire or partial database. Learn how to free up disk space, archive artifacts and migrate data,
* [Logs](/xsoar-6-administrator-guide/6.12/configure-cortex-xsoar/customize-and-configure-cortex-xsoar/logs.md): Configure the server log, create a log bundle and send the audit trail to an external log service
* [System Settings](/xsoar-6-administrator-guide/6.12/configure-cortex-xsoar/customize-and-configure-cortex-xsoar/system-settings.md): Configure the logo to display, customize the login message, system emails and notifications.


---

# 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.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.
