# Getting Started

Start your 14-day free trial [here](https://creator.zerowork.io/register) — no credit card needed.

To get set up:

1. **Install the desktop agent**\
   Download the ZeroWork agent from [this link](https://creator.zerowork.io/download-agent) and follow this [quick guide](https://docs.zerowork.io/install-the-agent) to install it.
2. **Chrome must be installed (even if you don't use it)**\
   TaskBots run in an automated Chrome browser behind the scenes. You can build and start them from any browser, but Chrome needs to be installed on your device for the automation to work.\
   Also note: if you're using a browser with strict security settings (like Brave), you may need to whitelist the ZeroWork agent in your browser settings.
3. **Watch the crash course**\
   Our [crash course](https://docs.zerowork.io/crash-course) walks you through building and running your first TaskBot.


---

# 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/getting-started.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.
