> For the complete documentation index, see [llms.txt](https://bch-1.gitbook.io/bch-anticheat/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bch-1.gitbook.io/bch-anticheat/getting-started/quickstart.md).

# Installation Guide

{% stepper %}
{% step %}

### Purchase a License Key

Obtain a license key from our [website ](https://bch-anticheat.com/)
{% endstep %}

{% step %}

### Download the Resource

After purchasing, go to your Dashboard  and click “Download” to get the latest version.
{% endstep %}

{% step %}

### Add Token

Copy  your unique License Token from Dashboard and paste it in Config.lua — BCH.Licensetoken
{% endstep %}

{% step %}

### Add to `server.cfg`

In your `server.cfg`, add the following line:

```
start (your name of anticheat)
```

Restart your server to apply the changes.
{% endstep %}
{% endstepper %}


---

# 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:

```
GET https://bch-1.gitbook.io/bch-anticheat/getting-started/quickstart.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.
