> 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-agentix/onboard-cortex-agentix/plan-and-prepare-your-deployment.md).

# Plan and prepare your deployment

Before you start your Cortex AgentiX deployment, consider the following:

| Action                           | Details                                                                                                                                                                                                                                                                                                                                                                             | See More                                                                                                                                                |
| -------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Determine the deployment region  | Determine the region you want to host Cortex AgentiX and any associated services.                                                                                                                                                                                                                                                                                                   | [Cortex AgentiX supported regions](/cortex-agentix/onboard-cortex-agentix/deployment-steps/activate-cortex-agentix/cortex-agentix-supported-regions.md) |
| Review your license and add-ons  | Review your Cortex AgentiX license and consider the addons for your use case, such as Threat Intel Management.                                                                                                                                                                                                                                                                      |                                                                                                                                                         |
| Consider the data sources to use | <p>Consider the data sources you want to ingest initially.</p><p>In Cortex AgentiX content is organized into content packs, which are either downloaded from the Data Sources catalog or from Marketplace. Start planning what content you require.</p><p>Review the steps you need to take in your day-to-day SOC operations, and the required third-party tools/applications.</p> | [Install and configure content](/cortex-agentix/onboard-cortex-agentix/deployment-steps/install-and-configure-content.md)                               |
| Consider the agents to use       | <p>Consider which agents you require? Review the system agents. Download related content packs, if needed, to make system actions available for system agents.</p><p>Consider whether to create new custom agents and what actions they would perform.</p>                                                                                                                          | [Manage Cortex AgentiX agents](/cortex-agentix/learn-about-cortex-agentix/agentic-ai-in-cortex-agentix/manage-cortex-agentix-agents.md)                 |
| Consider roles and permissions   | Review and plan roles using Role-Based Access Control (RBAC) for your security operations team. Consider user groups and start with the default roles.                                                                                                                                                                                                                              | [Set up users and roles](/cortex-agentix/onboard-cortex-agentix/post-deployment-steps/set-up-users-and-roles.md)                                        |


---

# 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-agentix/onboard-cortex-agentix/plan-and-prepare-your-deployment.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.
