# Review Issues Marked as False Positives

### Introduction

You can use Akto to review and manage issues marked as **False Positive** during AI Red Teaming. This lets you revisit ignored issues in your agent components, check their details, and reopen them if needed.

Here’s what you can do:

* [View all false positive issues](#view-false-positive-issues)
* [Review issue details](#review-issue-details)
* [Reopen an issue if necessary](#reopen-an-issue)

***

### View False Positive Issues

1. Go to **Reports > Issues** in the Akto dashboard.
2. Click the **Ignored** tab to see all issues marked as false positives or acceptable risks.

***

### Review Issue Details

Click on any issue to open its details, including:

* **Overview**: Description, severity, agent component endpoint, authentication, sensitive data, and impact
* **Timeline**: When the issue was detected and when it was marked as a false positive
* **Values**: Request and response data showing the agent component interactions and payloads scanned
* **Remediation**: Suggested steps to fix the issue in your agent components (with code examples where applicable)

Use these tabs to verify why an issue was marked as false positive and if it needs action.

***

### Reopen an Issue

If an issue needs further investigation:

1. Open the issue and click the **Triage** dropdown.
2. Select **Reopen** to move the issue back to the Open state.

You can then assign it for remediation or create a Jira ticket for tracking.


---

# Agent Instructions: 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:

```
GET https://ai-security-docs.akto.io/akto-argus-agentic-ai-security-for-homegrown-ai/issues/triage-issues/review-issues-marked-as-false-positives.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
