# Unlock a scenario execution

As an instance administrator, you can intervene during scenario execution by going to a scenario's execution log. Use the Admin button's Unlock execution option to interrupt and stop a locked execution. Unlocking an execution allows the scenario to process the next bundle.

1. Go to **Administration > Recent executions**.
2. Find the scenario execution you want to access and click **Details**.
3. Click **Admin**.
4. Click **Unlock execution**.

A notification appears confirming that the execution is unlocked.


---

# 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://developers.make.com/white-label-documentation/audit-activity/access-recent-executions/unlock-a-scenario-execution.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.
