# Rescan Specific Issues Resolved

You can use Akto to **rescan individual issues** after they’ve been fixed or updated, instead of running a full security test. This allows you to validate specific fixes quickly.

Here’s what you can do:

* *Select specific issues to rescan*
* *Trigger a targeted rescan*
* *Verify if the issue is resolved*

***

### Rescan Specific Issues

1. Navigate to **Testing > Results** in the Akto dashboard.
2. Find the test in which the issue was detected.
3. Locate the issue(s) you want to retest.
4. **Check the box** next to the issue(s).
5. Click **Rerun tests** to rescan the selected issue(s).

<figure><img src="/files/sZfTKCQ3pongjpA2Jmm7" alt=""><figcaption></figcaption></figure>

Akto will automatically rerun the tests for the selected API endpoints and update the issue status.

***

### Review Results

After the scan completes:

* If the issue is fixed, it will move to the **No vulnerability found** tab.
* If the issue still exists, it remains under **Vulnerable**.
* You can repeat the rescan anytime as needed.


---

# 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://docs.akto.io/api-security-testing/how-to/rescan-specific-issues-resolved.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.
