# Image Captcha

The captcha verification method is one of the most popular verification systems among our users. So let's take a look at how it's set up.

The command to use to set up the captcha verification is `/setup-captcha`, and as we type it, we must fill in some information.

<figure><img src="/files/UZnipRBEmZx7mdikHkeD" alt=""><figcaption></figcaption></figure>

1. **verification-channel**
   * This is the channel where the verification system should be posted to
2. **verified-role**
   * Select the verified role here
3. **embed-title**
   * Here you can set the title of the verification embed
4. **embed-description**
   * Set the description of the verification embed
5. **log-channel**
   * Select a channel where logs related verification should be posted to
6. **kick-or-ban**
   * Users who repeatedly fail the verification can either be kicked out or banned. Or you could just disable this feature
7. **embed-footer**
   * Set the footer text of the verification embed
8. **failed-attempts**
   * You can specify here how many times a user can fail the verification before being kicked or banned if the above-mentioned kick-or-ban feature is enabled
9. **verified-role-2**
   * If you have a second verified role, you can assign it here
10. **verified-role-3**
    * If you have a third verified role, you can assign it here
11. **unverified-role**
    * If you have an unverified role, you can assign it here, and it will be removed from the user after successful verification
12. **embed-thumbnail**
    * You can upload an image to use as the thumbnail of the verification embed

<figure><img src="/files/Z8MV6jXYmaorDm1Vk5FV" alt=""><figcaption></figcaption></figure>


---

# 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://docs.authgg.us/setup-verification-system/image-captcha.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.
