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

# Overview

> Understanding and implementing Verisoul ID Check

## What is ID Check?

ID Check is a biometric verification method that uses facial recognition and document verification technology to verify user identities. The workflow is used to match and deduplicate users, while ensuring that they're humans through advanced liveness detection.

<CardGroup cols={2}>
  <Card title="Document Verification" icon="user-check" iconType="duotone">
    Verify the user's ID document
  </Card>

  <Card title="Liveness Detection" icon="users" iconType="duotone">
    Ensure the verification is being performed by a real person
  </Card>

  <Card title="Face-to-ID Matching" icon="users" iconType="duotone">
    Verify that the user's face matches the photo on their ID
  </Card>

  <Card title="Device and Network Validation" icon="users" iconType="duotone">
    Validate the device and network to ensure the verification is secure
  </Card>
</CardGroup>

## How It Works

<Steps>
  <Step title="User and Document Capture">
    The user takes a selfie or short video using their device camera and uploads their ID document
  </Step>

  <Step title="Liveness Detection and Document Extraction">
    Our system verifies that it's a real person, not a photo or deepfake and extracts the user's ID document details
  </Step>

  <Step title="Verification">
    Get the results from the user's ID Check session:

    <div className="mt-2">
      <ul>
        <li><strong>Document Verification</strong>: Verify the user has a real ID document</li>
        <li><strong>Liveness Detection</strong>: Verify that the user is a real person</li>
        <li><strong>Face-to-ID Matching</strong>: Verify that the user's face matches the photo on their ID</li>
        <li><strong>Device and Network Validation</strong>: Validate the device and network are non risky to prevent ID selling and fraud farms </li>
      </ul>
    </div>
  </Step>
</Steps>

## When to Use ID Check

<CardGroup cols={2}>
  <Card title="Account Creation" icon="user-plus" iconType="duotone">
    For high-value services requiring identity verification
  </Card>

  <Card title="High-value Transactions" icon="money-bill-transfer" iconType="duotone">
    Requiring additional verification for security
  </Card>

  <Card title="Periodic Verification" icon="clock-rotate-left" iconType="duotone">
    Of high-risk accounts to ensure continued legitimacy
  </Card>

  <Card title="Multi-accounting Prevention" icon="users-slash" iconType="duotone">
    In gaming, gambling, or promotional offers
  </Card>
</CardGroup>

<Note>
  ID Check is designed to enhance security while maintaining user privacy. All biometric data is processed with the highest security standards and in compliance with relevant privacy regulations. Learn more about our [biometric compliance](/verifications/id-check/resources/biometric-compliance).
</Note>

## See It In Action

<iframe width="100%" height="400" src="https://www.youtube.com/embed/egJJrrEddoE" title="Verisoul ID Check Demo" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen />

## Get Started

Ready to implement ID Check in your application? Check out [Quickstart](/verifications/id-check/quickstart) to get up and running quickly.
