# Verification

The **Verification** command allows you to manage the verification system in your server. You can configure the verification process, set actions for failed attempts, and assign roles to verified users.

{% hint style="danger" %}
You need the **ManageGuild** and **ManageRoles** permissions to use this command.
{% endhint %}

## How to Use

### 1. **Access the Manage Menu**

* **Prefix Usage:**\
  `-verification`\
  Running this command will open the manage menu.
* **Slash Usage:**\
  `/verification configure`\
  Running this command will open the manage menu as well.

### 2. **Manage the Verification System**

In the manage menu, you have the following options:

* **Status:**\
  You can either **enable** or **disable** the verification system.
* **Setup:**\
  Choose the channel where the verification menu will be sent. After setup, the verification menu will be sent to that channel.
* **Verification Type:**\
  Select the type of verification:
  * **CAPTCHA:** Users will need to solve a CAPTCHA to get verified.
  * **BUTTON:** Users will click a button to verify themselves.
* **Action:**\
  Choose what happens if a user fails the verification after 3 attempts:
  * **None**
  * **Kick**
  * **Ban**
* **Role:**\
  Choose the role that users will receive after they are verified.
* **Logs:**\
  Select the channel where verification logs will be sent.
* **Captcha Lines:**\
  Enable or disable lines on the CAPTCHA image.

### 3. **Verify a Member Manually**

* **Prefix Usage:**\
  `-verify [member]`\
  Replace `[member]` with the user you want to verify manually.
* **Slash Usage:**\
  `/verification verify [member]`\
  Replace `[member]` with the user you want to verify manually.

***

For further assistance, refer to the bot's help menu or [contact our support server](https://discord.gg/cGNFnsXpwZ).
