# Stay on Page after Run

When enabled, TaskBot will keep the browser window open after completing its run. This is particularly useful if you want to remain on the page to perform manual actions after the TaskBot finishes.

When disabled, TaskBot will close the window automatically.&#x20;

To enable this option, click on the settings gear icon in the top-right corner of your TaskBot page, navigate to TaskBot settings, and select this option.

<figure><img src="/files/3KLPnkTt5wyMmDVbodAL" alt=""><figcaption></figcaption></figure>

### FAQ

**When should I use this option?**

Keep disabled to save computer resources, unless you need to verify something on the page after the run (e.g., check if a form was filled correctly) or perform manual actions after the TaskBot finishes.


---

# 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.zerowork.io/using-zerowork/general-run-schedule-share-webhooks/run-settings/stay-on-page-after-run.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.
