> 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-posture-management/cases-and-issues/analyze-and-resolve-cases/resolve-the-case/resolution-reasons-for-cases-and-issues.md).

# Resolution reasons for cases and issues

When you resolve a case or issue, you must also specify a resolution reason. The following table describes the resolution reasons for selection.

<table><thead><tr><th width="218">Resolution reason</th><th>Description</th></tr></thead><tbody><tr><td>Resolved - True Positive</td><td><p>The case or issue was correctly identified by Cortex Cloud as a real threat, and the case was successfully handled and resolved.</p><div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p><strong>Note</strong></p><p>Cases and issues resolved as True Positive and False Positive help Cortex Cloud to identify real threats in your environment by comparing future cases and associated issues to the resolved cases. Therefore, the handling and scoring of future cases is affected by these resolutions.</p></div></td></tr><tr><td>Resolved - False Positive</td><td><p>The case or issue is not a real threat.</p><div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p><strong>Note</strong></p><p>Cases and issues resolved as True Positive and False Positive help Cortex Cloud to identify real threats in your environment by comparing future cases and associated issues to the resolved cases. Therefore, the handling and scoring of future cases is affected by these resolutions.</p></div></td></tr><tr><td>Resolved - Security Testing</td><td>The case or issue is related to security testing or simulation activity, such as a BAS, pentest, or red team activity.</td></tr><tr><td>Resolved - Known Issue</td><td>The case or issue is related to an existing issue or an issue that is already being handled.</td></tr><tr><td>Resolved - Duplicate Case</td><td>The case or issue is a duplicate of another case.</td></tr><tr><td>Resolved - Risk Accepted</td><td>The case or issue is related to a known mitigation or impact.</td></tr></tbody></table>


---

# 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-posture-management/cases-and-issues/analyze-and-resolve-cases/resolve-the-case/resolution-reasons-for-cases-and-issues.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.
