> For the complete documentation index, see [llms.txt](https://docs.akto.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.akto.io/api-security-testing/how-to/rescan-specific-issues-resolved.md).

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