> 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-xsoar-8-on-prem/8.10/onboard-cortex-xsoar/onboard-and-configure-cortex-xsoar/configure-cortex-xsoar.md).

# Configure Cortex XSOAR

As soon as you have completed onboarding with Cortex XSOAR, you can start configuring the tenant to match your use cases.

| Section                          | Details                                                                                                                                                                                        | See More                                                                                                                                                                      |
| -------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Engines                          | If you have not done so already, you can configure and manage engines, such as using an engine as a web proxy and setting up Docker hardening.                                                 | [Engines](/cortex-xsoar-8-on-prem/8.10/configure-cortex-xsoar/engines/what-is-an-engine.md)                                                                                   |
| Marketplace                      | You may want to install additional content packs, delete, update, revert, and set up notifications.                                                                                            | [Cortex Marketplace](/cortex-xsoar-8-on-prem/8.10/configure-cortex-xsoar/marketplace/cortex-marketplace.md)                                                                   |
| Integrations                     | Configure integrations, including fetching incidents, managing credentials, troubleshooting, and more.                                                                                         | [Integrations](/cortex-xsoar-8-on-prem/8.10/configure-cortex-xsoar/integrations/integration-use-cases.md)                                                                     |
| Incidents                        | Customize incident fields, layouts, and types, set up preprocessing and post-processing rules, limit access to an investigation, etc.                                                          | [Incidents](/cortex-xsoar-8-on-prem/8.10/configure-cortex-xsoar/incident-configuration/incident-lifecycle.md)                                                                 |
| Playbooks                        | Learn how to customize your playbooks including creating tasks, sub-playbooks, and polling.                                                                                                    | [Playbooks](/cortex-xsoar-8-on-prem/8.10/configure-cortex-xsoar/playbooks/what-is-a-playbook.md)                                                                              |
| Lists                            | Create lists and add them to playbooks or scripts.                                                                                                                                             | [Lists](/cortex-xsoar-8-on-prem/8.10/configure-cortex-xsoar/lists/what-is-a-list.md)                                                                                          |
| Jobs                             | Run playbooks based on certain events or on a specific time and date.                                                                                                                          | [Jobs](/cortex-xsoar-8-on-prem/8.10/configure-cortex-xsoar/jobs/manage-jobs.md)                                                                                               |
| SLAs                             | Incorporate SLA fields in your investigations so you can view how much time is left before the SLA becomes past due, as well as configure actions to take when the SLA is passed its due date. | [SLAs](/cortex-xsoar-8-on-prem/8.10/configure-cortex-xsoar/slas/slas-in-cortex-xsoar.md)                                                                                      |
| Indicators                       | Customize indicator fields, layouts, and types, classify and map fields, and delete and exclude indicators.                                                                                    | [Indicators](/cortex-xsoar-8-on-prem/8.10/investigate-and-respond-to-threats/threat-intel-management/indicator-configuration/customize-indicator-types-fields-and-layouts.md) |
| Dashboards, reports, and widgets | Customize and create widgets to add to your dashboard and reports.                                                                                                                             | [Dashboards](/cortex-xsoar-8-on-prem/8.10/configure-cortex-xsoar/dashboards-and-reports/dashboards.md)                                                                        |

After you have configured Cortex XSOAR, analysts can start to investigate incidents and indicators.


---

# 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-xsoar-8-on-prem/8.10/onboard-cortex-xsoar/onboard-and-configure-cortex-xsoar/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.
