# Run and pause here

If you want to run a test to a certain point, you can easily do this with the `Run and pause here` option.&#x20;

To use this function, you have to:

1. Hover on a step you want to run to.
2. Click `+` icon.
3. Click `Run and pause here` option.
4. The test execution window will open, and the test will run until the given step.
5. The paused mode will activate, and you can continue running step-by-step or resume a test execution.

<figure><img src="/files/M73ovMIrKO1mmle1PKYM" alt=""><figcaption><p>Run and pause here in the webapp UI</p></figcaption></figure>

<figure><img src="/files/KxZCqPFWHXVuLmbfuEio" alt=""><figcaption><p>Test execution window with option to resume running or run step-by-step</p></figcaption></figure>

When the test is paused, you can record new steps, change the playback position, resume execution, or modify steps from the UI. BugBug gives you a lot of control. Read more about it on the page [Edit & Rewind](/workflow-tips/edit-and-rewind.md).&#x20;


---

# 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.bugbug.io/running-tests/run-and-pause-here.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.
