> 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-cloud-runtime-security/get-started.md).

# Get started

- [Navigate the Cortex Cloud Runtime Security docs](https://cortex-docs.paloaltonetworks.com/cortex-cloud-runtime-security/get-started/readme.md): Start here for a visual overview of the main Runtime Security documentation areas.
- [What is Cortex Cloud?](https://cortex-docs.paloaltonetworks.com/cortex-cloud-runtime-security/get-started/readme-1.md): Explore Cortex Cloud, unifying application security, cloud posture, runtime security, and SOC operations.
- [Key features](https://cortex-docs.paloaltonetworks.com/cortex-cloud-runtime-security/get-started/readme-1/key-features.md): Discover Cortex Cloud features for visibility, risk assessment, compliance, attack path analysis, and remediation.
- [What is Cortex Cloud Runtime Security?](https://cortex-docs.paloaltonetworks.com/cortex-cloud-runtime-security/get-started/what-is-cortex-cloud-runtime-security.md): Learn about Cortex Cloud and the key integrated capabilities.
- [Agentic AI in Cortex Cloud](https://cortex-docs.paloaltonetworks.com/cortex-cloud-runtime-security/get-started/agentic-ai-in-cortex-cloud.md): Use the Cortex Agentic Assistant to investigate cases, perform threat hunting, and create scripts. Embed and run LLM prompts in playbooks. View AI case summaries.
- [Agentic Assistant use cases](https://cortex-docs.paloaltonetworks.com/cortex-cloud-runtime-security/get-started/agentic-ai-in-cortex-cloud/agentic-assistant-use-cases.md): Recommended prompts to automate your SOC using the Cortex Agentic Assistant
- [Agentic Assistant security](https://cortex-docs.paloaltonetworks.com/cortex-cloud-runtime-security/get-started/agentic-ai-in-cortex-cloud/agentic-assistant-security.md): Learn about how the Agentic Assistant is built using responsible AI principles.
- [Supported web browsers](https://cortex-docs.paloaltonetworks.com/cortex-cloud-runtime-security/get-started/supported-web-browsers.md): Review supported web browsers and minimum versions for reliable Cortex Cloud access and performance.
- [Use the interface](https://cortex-docs.paloaltonetworks.com/cortex-cloud-runtime-security/get-started/use-the-interface.md): Learn to navigate Cortex Cloud’s Command Center, Asset Inventory, dashboards, and Cases for cloud security.
- [In-product support ticket creation](https://cortex-docs.paloaltonetworks.com/cortex-cloud-runtime-security/get-started/in-product-support-case-creation.md): Open a support ticket directly in Cortex Cloud and record your console to capture your issues and have the ticket handled efficiently.
- [Understand your user persona](https://cortex-docs.paloaltonetworks.com/cortex-cloud-runtime-security/get-started/understand-your-user-persona.md): Understand Cortex Cloud’s cloud security engineer persona, responsibilities, and workflows for prioritizing and remediating risk.
- [Understand license plans](https://cortex-docs.paloaltonetworks.com/cortex-cloud-runtime-security/get-started/understand-license-plans.md): Understand Cortex Cloud license plans, protected workload metering, add-ons, usage, and capacity overflow rules.
- [Data retention](https://cortex-docs.paloaltonetworks.com/cortex-cloud-runtime-security/get-started/understand-license-plans/data-retention.md): Learn more about the default retention periods for all Cortex Cloud licenses and the available retention add-ons.
- [Fair Usage policy for Cortex Cloud](https://cortex-docs.paloaltonetworks.com/cortex-cloud-runtime-security/get-started/fair-usage-policy-for-cortex-cloud.md): Understand Cortex Cloud’s Fair Usage Policy for data ingestion, connected sources, and API usage.


---

# 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-cloud-runtime-security/get-started.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.
