> 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-rn/features-introduced-in-this-release/february-2026/release-highlights.md).

# Release Highlights

We are pleased to announce the upcoming release of Cortex AgentiX, the next evolution of security orchestration and automation (SOAR) solutions built on the Cortex platform. Cortex AgentiX is designed to be the industry’s most secure solution for building, deploying, and governing the AI agent workforce of the future!

Key benefits of Cortex AgentiX:

* **Transform SOC Outcomes with Agentic AI:** AgentiX merges the speed of rule-based automation for routine tasks with the adaptive intelligence of AI agents for complex, novel threats. This provides dynamic, on-demand assistance for ad-hoc issues that don't fit standard workflows, significantly reducing your Mean Time to Resolve (MTTR).
* **Personalized Mission-Focused Assistance:** Utilize pre-built system agents for specific missions like Threat Intel, or build custom agents tailored to your unique daily workflows. Features like the Script Generator allow you to create Python code from simple prompts or embed AI Tasks directly into playbooks to categorize malware and analyze data.
* **Simplified Automation:** Create and deploy automations faster than ever! We’ve re-architected the workflow to bring all key functionalities into a single, intuitive screen, making powerful automation accessible to everyone on your team.
* **AI-driven playbooks:** Embed AI tasks within your playbooks, enabling automated interactions with an LLM, helping your team resolve incidents faster by adapting to dynamic, real-time situations.


---

# 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-rn/features-introduced-in-this-release/february-2026/release-highlights.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.
