> For the complete documentation index, see [llms.txt](https://docs.zerowork.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zerowork.io/using-zerowork/general-run-schedule-share-webhooks/run-settings/stay-on-page-after-run.md).

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