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