# Remediation Steps for Probing Issues

Akto provides actionable remediation guidance for every vulnerability identified during AI red teaming. This helps teams quickly understand and fix security issues within their workflow.

## Accessing Remediation Details

After running a scan:

1. Navigate to **Agentic Red Teaming** in the sidebar
2. Click on **Results**
3. Select any issue under the **Vulnerable** tab
4. Open the **Remediation** tab in the issue details panel

## Understanding the Remediation Tab

**Step-by-step instructions**: Each issue includes clear guidance to resolve the vulnerability, such as implementing input validation, adding guardrails, or restricting tool permissions.

**Code snippets**: When applicable, remediation provides example code to help implement secure practices correctly and efficiently.

**Explanation of risk**: Description outlines the security impact, helping developers and security teams understand the issue's severity and implications for agentic systems.

**Next actions**: Take immediate action from within the tab, such as rescanning the fix, updating issue status, or creating 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/agentic-red-teaming/concepts/remediation-steps-for-testing-issues.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.
