# Verification

{% hint style="warning" %}
To set up verification, make sure that everyone has access **only** to the verification channel, and that there is no "verify" role.
{% endhint %}

1. First of all, you need to create embed with bot by using any method from this [guide](/guides/publishing-embeds.md).
2. Use `/set verify_button`, specify Reina's message ID you want to attach the button to, choose "verify" role, which user will recieve after successful verification and one of provided methods of verification (math problem, website captcha or text captcha inside discord).
3. If you want to change verification method, use command `/config verify_method`

<figure><img src="/files/KYywNuOgEKbFFxSfBQ7f" alt=""><figcaption><p>Example of message</p></figcaption></figure>

<figure><img src="/files/WyIzvQNZVyGqzrEJIcTe" alt=""><figcaption><p>Math problem method</p></figcaption></figure>

<figure><img src="/files/C3k7Vt9dDMChzbX04uUL" alt=""><figcaption><p>Text captcha method</p></figcaption></figure>

<figure><img src="/files/hdXz9jjSDjUkozWAl6J1" alt=""><figcaption><p>External website captcha</p></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://en.docs.reina.guru/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.
