> For the complete documentation index, see [llms.txt](https://www.adblocklabs.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.adblocklabs.com/docs/getting-started/how-to-install-adblock.md).

# AdBlock installation and compatibility

## Install AdBlock

Installing AdBlock takes just a few clicks:

1. Go to the [AdBlock download page](https://www.adblocklabs.com/).
2. Click **Download Now**.
3. Open the installer once it finishes downloading.
4. Follow the on-screen instructions.
5. That's it. AdBlock starts a **7-day free trial** automatically, so you're protected right away.

> Your free trial begins as soon as installation finishes — no license key or credit card needed. When you're ready to subscribe, see [How to activate your AdBlock license](/docs/guides/how-to-activate-adblock-license.md).

## System requirements

AdBlock runs on:

* **Operating system:** Windows 10 or Windows 11
* **Device:** any Windows 10 or 11 desktop or laptop

If you're on Windows 10 or later, you're good to go. AdBlock protects every browser on your PC — Chrome, Firefox, Edge, and any others — from a single install.

## Coming soon to macOS

AdBlock is currently available for Windows only. macOS support is in development. For the latest, check the [AdBlock website](https://www.adblocklabs.com/) or follow us on [Instagram](https://www.instagram.com/adblocklabs/), [Facebook](https://www.facebook.com/profile.php?id=61575751872249), and [X](https://x.com/AdblockLabs).


---

# 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://www.adblocklabs.com/docs/getting-started/how-to-install-adblock.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.
