> For the complete documentation index, see [llms.txt](https://help.aikido.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.aikido.dev/pentests/coverage-and-findings/human-in-the-loop.md).

# Human in the Loop

If Aikido identifies more escalation potential for a finding, you can allow to continue the exploitation from the finding details.

{% hint style="warning" %}
Continuing exploitation can create or modify data and may disrupt parts of your application. We strongly recommend running this in a testing environment only.
{% endhint %}

### How to continue exploitation

{% stepper %}
{% step %}
**Open your finding details**

Open a pentest issue in Aikido and go to **Attack Analysis**.
{% endstep %}

{% step %}
**Click "Exploit Further"**

If the finding is eligible, you will see the button **Exploit Further**.

<div data-with-frame="true"><figure><img src="/files/PmlcxI94d8iyUKoanCTB" alt=""><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
**Review the updated analysis**

Aikido starts a deeper follow-up run and updates the same finding with the latest escalation and retest results.

<div data-with-frame="true"><figure><img src="/files/obFUgN0vqbpUYibA7XDj" alt=""><figcaption></figcaption></figure></div>
{% endstep %}
{% endstepper %}

{% hint style="info" %}
Aikido only shows **Exploit Further** when a finding is eligible for escalation. If you do not see this action, the finding is either not eligible, already escalated, or has no additional escalation potential.
{% endhint %}

If you used [Run now, pay later](/pentests/pentest-pricing.md#run-now-pay-later) and your assessment has no High or Critical findings, try **Exploit Further** on eligible Medium or Low findings before requesting a credit waiver. A finding that looks minor can sometimes be escalated to a higher severity after deeper exploitation.


---

# 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://help.aikido.dev/pentests/coverage-and-findings/human-in-the-loop.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.
