> For the complete documentation index, see [llms.txt](https://themis-bot.gitbook.io/themis-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://themis-bot.gitbook.io/themis-docs/fundamentals/getting-set-up/verification.md).

# Verification

{% hint style="danger" %}
**Themis never asks you to scan a QR code or entering another website to access a specific server.**
{% endhint %}

Verify new users via captcha to avoid an influx of bots. The verification method is designed to be easy to complete on both mobile devices and desktops.&#x20;

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

The task is for the user to enter the numbers from the picture and click on :white\_check\_mark:. If the captcha has been successfully solved, the bot give the role you specified when created the verification panel.

![](/files/bgF5lK1r6vctrcRCy2FN)Output if the verification was successful

![](/files/dgVhNQPE8Q6GQSLhThPL)Output if the verification has failed

After selecting `Verification` in the selector, you will see the following menu:

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

#### Status

`Status` - is a binary parameter indicating the status of the function. It can be disabled or enabled.

When setting up the verification panel, you set the following parameters:&#x20;

* **Role** - the role given to the user after verification
* **Prune Time** - minutes available to the user for verification
* **Prune Action** - action to be taken by the bot if verification is not passed
* **Verification Channel** - the channel to which the panel will be sent for verification
* **Log Channel** - the channel where Themis will send reports

![](/files/vfDuW8C1G45gsbDDT56G)  Output of the configured verification panel

#### Logs

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

* Logs channel can be assigned with a button
* Logs can be exported in TXT, CSV and XML

#### Rules Message

In order to configure custom rules, you need to select `Rules`. After that, Themis will send the following embed panel:

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

You will be able to configure each rule separately: <img src="/files/W2KDHmydYxEVSd9zwf4h" alt="" data-size="original">

Then click `Submit` to apply changes.

#### Custom Message

Themis can send a custom embed message right before the verification panel. You can select this module with the select bar:

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

Then select an option from the list that you want to edit:

<figure><img src="/files/2V3oQ52YvpAJDpqsaV4L" alt=""><figcaption></figcaption></figure>

* Title: top text, which will be shown in bold
* Thumbnail: top right corner image that appears next to the message content.
* Message: main message content displayed below the title and thumbnail (if included). The body text is where you can provide more detailed information about the message, such as a description of a server or FAQ
* Embed Image: bottom image that displayed below the main message (in included). You can provide some graphics or animation in this area to make the embed message more attractive.&#x20;


---

# 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://themis-bot.gitbook.io/themis-docs/fundamentals/getting-set-up/verification.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.
