# My TaskBot Does Not Start Run

### Common Causes

1. Not having the latest version of the agent. How to check if you have the latest version: [How to Check and Update Your Agent](/using-zerowork/general-run-schedule-share-webhooks/how-to-check-and-update-your-agent.md). You can install the latest version here: <https://creator.zerowork.io/download-agent>.&#x20;
2. Expecting to see a user interface. The agent has no user interface. This is normal and intended. The agent just 'sits' on your toolbar on top right on Mac or bottom right on Windows. The actual building of the TaskBots takes place at <https://creator.zerowork.io/>.
3. Not noticing that the TaskBot ran. As soon as you click on the **Run** button to launch your TaskBot, a Chrome browser window pops up where the TaskBot runs. You have to click on it if it doesn't open automatically in front of you. And then you will see all the steps of your workflow happening in front of your eyes; otherwise, the TaskBot is probably running behind your other browser windows. You might want to switch on the "Stay on page" option for your first few runs because the run might take just a second or two, potentially going unnoticed ([Stay on Page after Run](/using-zerowork/general-run-schedule-share-webhooks/run-settings/stay-on-page-after-run.md)).
4. Not having Chrome installed on your device. While you don’t need to use Chrome for building or launching TaskBots—you can do so from any browser—Chrome must be installed because TaskBots rely on it to run.
5. If you use **creator.zerowork.io** in a browser other than Chrome, you might need to disable shields or blocking settings in your browser. For example, in Brave, you may need to disable "Shields" in the settings. This is because the TaskBot builder sends requests to a local resource—the agent in this case—when you click the **Run** button. Some browsers, like Brave, may interpret these requests as non-secure and block them.
6. If you get the error "You need to first install agent (..)", this means that your agent is either not installed (see [Install the Agent](/install-the-agent.md)) or is not active. The most common issue that it is not active is because you need to double click on your agent to ensure it is activated and added to your toolbar (see [Install the Agent](/install-the-agent.md#step-3-double-click-to-open-the-agent)). Another common reason is initiating **Run** from a browser other than Chrome, which may block the request to the agent. To resolve this, refer to point 5 above.
7. Agent actually runs, it just runs with errors (for example, because you workflow set-up might be invalid). Open your run reports and check for errors. This is how you can access run reports inside the TaskBot that you are trying to run:

<figure><img src="/files/l2BotLrm0Ck2L25eXxqc" alt=""><figcaption></figcaption></figure>

### Installation-Related Causes

* VPN interference. You might need to turn off your VPN when running TaskBots.
* Firewall interference. You might need to turn off your firewall when running TaskBots.
* Antivirus program interference. You might need to change to a different antivirus program or turn it off when running TaskBots.
* Browser security settings—to resolve this, refer to point 5 above.
* Enhanced security settings on your Windows device. While this is typically not needed, you might need to switch off reputation-based protection.

<figure><img src="/files/9LesWWHotm8hJlENzi5W" alt=""><figcaption></figcaption></figure>


---

# 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/common-problems/my-taskbot-does-not-start-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.
