> 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/onboard-cortex-xsoar/onboarding-in-cortex-xsoar.md).

# Onboarding in Cortex XSOAR

After you have familiarized yourself with Cortex XSOAR concepts, you should start the onboarding process.

{% hint style="info" %}

### Tip

For tips and how-to videos, go to the [LiveCommunity Customer Journey](https://live.paloaltonetworks.com/t5/customer-journey-xsoar/2-setup-xsoar/ta-p/394505). Also see the [Deployment Checklist - Best Practices](/xsoar-6-administrator-guide/6.14/onboard-cortex-xsoar/deployment-checklist-best-practices.md).
{% endhint %}

This section describes how to get and and running with Cortex XSOAR:

* [Installing the server](/xsoar-6-administrator-guide/6.14/onboard-cortex-xsoar/single-server-deployment.md): View the system requirements, install the server including Elasticsearch, install offline, upgrade and uninstall.
* [Proxy](/xsoar-6-administrator-guide/6.14/onboard-cortex-xsoar/proxy.md): Follow the procedure in this section if you need a proxy for Cortex XSOAR.
* [Elasticsearch](/xsoar-6-administrator-guide/6.14/onboard-cortex-xsoar/elasticsearch.md): View the Elasticsearch requirements and how to set up Elasticsearch including migration.
* [Docker](/xsoar-6-administrator-guide/6.14/onboard-cortex-xsoar/docker.md): Although Docker is installed with Cortex XSOAR for most operating systems, you may need to manually install Docker. You can also manage Docker images and view and apply Docker hardening.
* [Podman](/xsoar-6-administrator-guide/6.14/onboard-cortex-xsoar/podman.md): For some operating systems, Podman is installed with Cortex XSOAR, but you may need to manually install Podman.
* [High Availability](/xsoar-6-administrator-guide/6.14/onboard-cortex-xsoar/high-availability.md): Intended to keep your systems running even if one of the components in the system fails.
* [Disaster Recovery and Live Backup](/xsoar-6-administrator-guide/6.14/onboard-cortex-xsoar/disaster-recovery-and-live-backup.md): Enables you to mirror your production server to a backup server. In a disaster recovery situation, you can easily convert your backup server to be the production server.
* [Users and Roles](/xsoar-6-administrator-guide/6.14/onboard-cortex-xsoar/users-and-roles.md): Manage users and roles, setup a password policy, authenticate with SAML 2.0 and with Active Directory.
* [Marketplace](/xsoar-6-administrator-guide/6.14/onboard-cortex-xsoar/marketplace.md): Manage content through content packs.
* [Remote Repositories in Cortex XSOAR](/xsoar-6-administrator-guide/6.14/onboard-cortex-xsoar/remote-repositories-in-cortex-xsoar.md): Configure a remote repository on a development and production machine and push content to a remote repository.


---

# 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/onboard-cortex-xsoar/onboarding-in-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.
