> 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/publish-your-docs.md).

# Configuration Guide

* BCH Anticheat is designed to be flexible — allowing every server owner to configure it to their own needs. Follow the steps below to get started:

## 1. Customize It Yourself <a href="#id-1.-customize-it-yourself" id="id-1.-customize-it-yourself"></a>

Every server is unique, and so is your anticheat setup. We strongly recommend that **each server owner configures BCH Anticheat themselves** to suit their specific gameplay environment and server rules.

## 2. Edit `config.lua` <a href="#id-2.-edit-config.lua" id="id-2.-edit-config.lua"></a>

All configuration settings can be found inside the `config.lua` file. Open this file using any text editor and adjust the available options to match your preferences.

{% hint style="info" %}
💡 Need help understanding a specific option? Open Ticket on our Discord Server and our Support will help you.
{% endhint %}

## 3. Enable Debug Mode (Optional) <a href="#id-3.-enable-debug-mode-optional" id="id-3.-enable-debug-mode-optional"></a>

If you're testing or troubleshooting, you can enable debug mode to receive detailed logs in your console.

To do this, simply set the following:

{% hint style="warning" %}
This option should be enabled only when you are testing detections!
{% endhint %}

```
BCH.debug = true
```

This will help you see what the anticheat is detecting and ensure everything is functioning as expected.


---

# 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/publish-your-docs.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.
