# Auto Bot Verify

![](https://i.imgur.com/aijC4Op.png)

<br>

* **What is `DiSWIKI`'s auto bot verification system?**

> **Answer :** `DiSWIKI's` follows `one for two` algorithm to auto bot verify users. According to this algorithm if a user has manual captcha verified in `x` servers then the user can auto bot verify in `2x` servers.
>
> Example : If I manually captcha verify in one server then I can auto bot verify in other two servers.

## Commands :

⠀

**`/auto captcha start` : Start automatic bot verification system**

> **Necessary Arguments :**
>
> * `bvr` : Role assigned on auto bot verification
> * `logchannel` : Channel where logs for automatic bot verification will be dumped

> **Optional Arguments :**
>
> * `bur` : Role assigned on auto bot verification

⠀

**`/auto captcha update` : Start automatic bot verification system**

> **Optional Arguments :**
>
> * `bvr` : Role assigned on auto bot verification
> * `logchannel` : Channel where logs for automatic bot verification will be dumped
> * `bur` : Role assigned on auto bot verification

⠀

**`/auto captcha stop` : Stop automatic bot verification system**


---

# 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://diswiki.itzleo.com/bot-verification/auto-bot-verify.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.
