# Captcha Verify System

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

* **Why to choose `Iko's` captcha verify system over other paid and famous bot's captcha verify system?**

> **Answer :** `Iko's` captcha verification system has been carefully drafted to secure your server from bot users. The captcha needs to be entered in DMs which prevents many server based bots. The captchas are carefully drafted , made case sensitive , striked through and blured to prevent image OCR.

## Some notable features :

* Unverified bot assigned on server join
* Fully customizable verification embed
* Change title , description , color and image of verification embed
* Change color and text of the button
* 3 tries per 10 minutes
* Users can fetch new captcha if current blurry

## Commands :

**`/captcha start` : start captcha verification system**

> **Necessary Arguments :**
>
> * `br-role` : Role assigned on bot verification
> * `bur-role` : Role assigned on server join and removed on bot verification

> **Optional Arguments :**
>
> * `img` : Link of image to be displayed in embed
> * `title` : Title of verification embed
> * `desc` : Description of verification embed
> * `color` : Color of verification embed (hex color with `#`)
> * `button-color` : Color of button with verification embed
> * `button-str` : Text to display within button

**`/captcha fetch` : fetch captcha verification embed again**

**`/captcha update` : update captcha verification system**

> **Optional Arguments :**
>
> * `br-role` : Role assigned on bot verification
> * `bur-role` : Role assigned on server join and removed on bot verification
> * `img` : Link of image to be displayed in embed
> * `title` : Title of verification embed
> * `desc` : Description of verification embed
> * `color` : Color of verification embed (hex color with `#`)
> * `button-color` : Color of button with verification embed
> * `button-str` : Text to display within button

**`/captcha stop` : stop captcha verification system**

**`/captcha status` : Fetch current status of 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://iko.itzleo.com/server-systems/captcha-verify-system.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.
