> ## Documentation Index
> Fetch the complete documentation index at: https://kaoribot.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Verification Sentinel

> Deep-security gatekeeping to keep bots and malicious actors out of your server.

## The Ultimate Gatekeeper

Manual verification is slow and prone to error. **Verification Sentinel** automates your server entrance with multi-layered checks, ensuring that every member who enters is human and trustworthy.

## Core Features

<CardGroup cols={2}>
  <Card icon="scan-barcode" title="CAPTCHA Verification">
    Force new members to complete a visual or interactive CAPTCHA on a secure web page before being granted access.
  </Card>

  <Card icon="test-tube" title="Account Age Requirements">
    Automatically kick or quarantine accounts that are too new (e.g., less than 24 hours old).
  </Card>

  <Card icon="shield-check" title="Reputation Check">
    Integration with **Kaori Reputation** to block users who have been flagged as malicious in other servers.
  </Card>

  <Card icon="user-plus" title="Auto-Role Assignment">
    Automatically grant a "Verified" role once the user passes through the Sentinel.
  </Card>
</CardGroup>

## Setup Guide

Setting up the Sentinel takes less than 2 minutes.

<Steps>
  <Step title="Run Setup">
    Use `/verify setup` in the channel where you want the "Verify" button to appear.
  </Step>

  <Step title="Configure Roles">
    Assign the role that should be given to users after they verify. Kaori will handle the permissions for your other channels automatically if you choose "Automatic Mode".
  </Step>

  <Step title="Set Requirements">
    Go to the [Dashboard](https://kaoribot.com/app) to enable CAPTCHA or age limits.
  </Step>
</Steps>

<Warning>
  Ensure that Kaori's role is positioned **above** the Verified role in your Discord server's role list, or the bot will not be able to assign it.
</Warning>
