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

# Introduction

> Welcome to the User Verification Documentation

<img style={{ borderRadius: '10px' }} src="https://mintcdn.com/vishodi/CAP6wS9LMf91VZ0u/images/vishodi%20graphic.jpg?fit=max&auto=format&n=CAP6wS9LMf91VZ0u&q=85&s=e00ac726c77b4581bc00062357539f68" alt="Hero Light" width="960" height="640" data-path="images/vishodi graphic.jpg" />

## Welcome to the User Verification Documentation

This documentation provides a comprehensive guide to using the User Verification API and locally run classification models. Whether you're validating names, detecting disposable emails, or ensuring data quality, this guide will help you get started.

<CardGroup cols={2}>
  <Card title="Quickstart Guide" icon="rocket" href="/quickstart">
    Learn how to set up and start using the documentation in minutes.
  </Card>

  <Card title="API Reference" icon="code" href="/user-verification-api/introduction">
    Explore the API endpoints and their usage.
  </Card>
</CardGroup>

## Key Features

* **First Name Verification**: Validate first names to ensure they are real and not fake.
* **Last Name Verification**: Detect and validate last names for better data quality.
* **Disposable Email Detection**: Identify and block disposable or temporary email addresses.
* **Complete User Verification**: Combine name and email validation for comprehensive checks.

<CardGroup cols={2}>
  <Card title="First Name Verification" icon="user" href="/user-verification/firstname">
    Validate and detect first names.
  </Card>

  <Card title="Last Name Verification" icon="user" href="/user-verification/lastname">
    Validate and detect last names.
  </Card>

  <Card title="Disposable Email Detection" icon="fire" href="/user-verification/disposable_email">
    Detect disposable or temporary email addresses.
  </Card>

  <Card title="Complete Verification" icon="shield" href="/user-verification/complete_verification">
    Perform full user verification with names and emails.
  </Card>
</CardGroup>

## Playground and Troubleshooting

Learn how to set up your development environment and troubleshoot common issues.

<CardGroup cols={2}>
  <Card title="Playground" icon="vial-circle-check" href="/user-verification-api/endpoint/create">
    Understand and resolve common API errors.
  </Card>

  <Card title="Error Handling" icon="screwdriver" href="/user-verification/errors">
    Understand and resolve common API errors.
  </Card>
</CardGroup>
