> 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/configure-cortex-agentix/cases-and-issues-configuration/customize-your-cases.md).

# Customize your cases

**External integrations**

You can integrate external threat intelligence services with Cortex AgentiX that provide additional verification sources for each key artifact in a case. Cortex AgentiX supports the following integrations:

<details>

<summary>Threat intelligence</summary>

| Integration | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| ----------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| WildFire    | <p>Cortex AgentiX automatically includes WildFire threat intelligence in the case and issue investigation.</p><p>WildFire detects known and unknown threats, such as malware. The WildFire verdict contains detailed insights into the behavior of identified threats. The WildFire verdict is displayed next to relevant <strong>Key Artifacts</strong> in the <strong>Cases</strong> page. See <a href="/spaces/ocwvgxtzkvBHMLbPsZuG/pages/zSFmXXL9lPDnkOsUmNbm">Review WildFire analysis details</a> for more information.</p>                                                                                                                     |
| VirusTotal  | <p>VirusTotal provides aggregated results from over 70 antivirus scanners, domain services included in the block list, and user contributions. The VirusTotal score is represented as a fraction. For example, a score of 34/52 means out of 52 queried services, 34 services determined the artifact to be malicious.</p><p>To view VirusTotal threat intelligence in cases, you must obtain the license key for the service and add it to the Cortex AgentiX <strong>Configuration</strong>. When you add the service, the relevant VirusTotal (VT) score is displayed in the <strong>Cases</strong> page under <strong>Key Artifacts</strong>.</p> |

</details>


---

# 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/configure-cortex-agentix/cases-and-issues-configuration/customize-your-cases.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.
