> For the complete documentation index, see [llms.txt](https://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://adblocklabs.com/docs/welcome-to-adblock-docs.md).

# Welcome to AdBlock docs

AdBlock is a system-wide ad blocker and privacy tool for Windows. Instead of relying on a single browser extension, it works at the device level — blocking ads, trackers, and malicious sites across every browser on your PC.

This is the official AdBlock documentation. Whether you're installing for the first time, activating a license, or curious how it works under the hood, you'll find what you need here.

## Enhance your browsing experience with Adblock

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h4><i class="fa-rocket-launch" style="color:$primary;">:rocket-launch:</i></h4></td><td><h4>Boost Your Speed</h4></td><td>Eliminate heavy ad scripts and trackers to reduce page loading times and save bandwidth. Browsing feels smoother and faster, and your device's battery lasts longer.</td><td></td></tr><tr><td><h4><i class="fa-square-x" style="color:$primary;">:square-x:</i></h4></td><td><h4>Block Ads With Ease</h4></td><td>Remove intrusive banners, pop-ups, and autoplay videos for a clean, distraction-free experience. An intuitive interface lets you customize ad-blocking settings to suit your needs.</td><td></td></tr><tr><td><h4><i class="fa-user-secret" style="color:$primary;">:user-secret:</i></h4></td><td><h4>Protect Your Privacy</h4></td><td>Say goodbye to invasive tracking and data collection. We block third-party trackers and analytics tools so your personal information stays private and secure.</td><td></td></tr><tr><td><h4><i class="fa-shield-check" style="color:$primary;">:shield-check:</i></h4></td><td><h4>Secure Your Browser</h4></td><td>Safeguard your browser from malicious ads, phishing attempts, and malware-infected content. Browse with confidence knowing you're protected from online threats.</td><td></td></tr></tbody></table>

## Learn more

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th data-type="content-ref"></th><th data-type="content-ref"></th></tr></thead><tbody><tr><td><h4>Getting started</h4></td><td><a href="/pages/c1c2bf7d7c5c4cdb53233f70a53b30ff0cc71460">/pages/c1c2bf7d7c5c4cdb53233f70a53b30ff0cc71460</a></td><td><a href="/pages/c3101d8e098a6f696c75f6bda47d0ea5fdade1e5">/pages/c3101d8e098a6f696c75f6bda47d0ea5fdade1e5</a></td></tr><tr><td><h4>Core concepts</h4></td><td><a href="/pages/FaSGGOl6CSP0t71WWh7l">/pages/FaSGGOl6CSP0t71WWh7l</a></td><td><a href="/pages/8d7897a648fcd91cdfe61c6055c3fc9a2774e089">/pages/8d7897a648fcd91cdfe61c6055c3fc9a2774e089</a></td></tr></tbody></table>


---

# 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://adblocklabs.com/docs/welcome-to-adblock-docs.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.
