> 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/run-in-background.md).

# Run in Background

When enabled, TaskBot will run in the background, hiding the browser window entirely.

When disabled, TaskBot will display the browser window on your screen, allowing you to watch its actions.

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/9pE9TkiXNU4EiDilT5gJ" alt=""><figcaption></figcaption></figure>

### FAQ

**When should I use this option?**

* **During Building or Testing:**\
  Keep this option disabled while building or testing your TaskBot so you can monitor its actions and ensure everything runs as expected.
* **After Ensuring Reliability:**\
  Once you’re confident your TaskBot is functioning reliably, you can enable this option. Here are some additional tips:
  * Many users with two or more monitors prefer to leave *Run in Background* disabled. This allows them to keep an eye on the TaskBot's progress in another browser window on their secondary monitor while continuing their work on their primary monitor.
  * Other users prefer to keep it enabled at all times, monitoring TaskBot activity via the **Running TaskBots display**, reviewing logs and setting up notifications for failed runs (see [Using Run Reports](/using-zerowork/using-run-reports.md)).


---

# 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/run-in-background.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.
