# Home and Welcome

ZeroWork is dedicated to creators who want to build TaskBots that automate repetitive tasks such as typing, clicking and copy-pasting data in the browser.&#x20;

TaskBots are designed to mimic human interactions on any website by clicking buttons, saving text, and more. They act like real human users! This enables automation without limits. 🚀

No coding required.

### Typical Use Cases

* **Scrape**: Collect LinkedIn profiles, FB group members, IG followers, Amazon products.
* **Enrich data**: Enrich collected data by collecting data from individual pages such as email, job title, rating, reviews, etc.
* **Automate actions**: Auto-send DMs, auto-like content, auto-follow, auto-fill out forms.
* **Transform data** **(calculate, filter, compare)**: Auto-qualify your leads based on keywords, location or activity, auto-format or tag collected data.
* **Add AI**: Auto-post AI-generated blog posts, auto-comment with AI-generated comments, auto-reply to messages with AI, auto-send AI-generated product or prospect summaries to your email.

### Getting Started

* [Sign Up](https://docs.zerowork.io/getting-started)
* [Install the Agent](https://docs.zerowork.io/install-the-agent)
* [Crash Course](https://docs.zerowork.io/crash-course)
* [FAQs](https://zerowork.io/faq)

### TaskBot Creation Process&#x20;

* [Running TaskBots](https://docs.zerowork.io/using-zerowork/general-run-schedule-share-webhooks)
* [Using Building Blocks](https://docs.zerowork.io/using-zerowork/using-building-blocks)
* [Using Selectors](https://docs.zerowork.io/using-zerowork/using-selectors)
* [Using Tables](https://docs.zerowork.io/using-zerowork/using-tables)
* [Using Variables](https://docs.zerowork.io/using-zerowork/using-variables)

### Troubleshooting and Support

* [Common Problems](https://docs.zerowork.io/using-zerowork/common-problems)
* [TaskBot Creator Support](https://docs.zerowork.io/support/getting-support)


---

# 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/home-and-welcome.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.
