> ## 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.

# How Verisoul Works

> The main components of Verisoul's solution

<img style={{ borderRadius: '0.5rem', maxWidth: '100%' }} src="https://mintcdn.com/verisoul/wdkmEtsUGEUd5DIj/images/dashboard.png?fit=max&auto=format&n=wdkmEtsUGEUd5DIj&q=85&s=500240443785d7d6f20c4869ff4e11eb" alt="Digital security concept" width="1172" height="835" data-path="images/dashboard.png" />

## Comprehensive Fraud Prevention

<div className="mt-6 mb-8">
  <p className="text-lg">
    Verisoul provides a seamless way to understand an application's fake user prevalence and take the first steps toward preventing fake user harm. The client SDK and backend API enable continuous monitoring and prevention of multi-accounting, bots and high risk accounts.
  </p>
</div>

<Note>
  It's critical for applications to prevent fake accounts both at the onset and at critical moments in an account's lifespan.
</Note>

The Verisoul platform provides an all-in-one fake user prevention solution that can adapt to a range of needs all with a single quick integration.

<CardGroup cols={3}>
  <Card title="Real" icon="robot" iconType="duotone">
    Identify and prevent bots from accessing your platform
  </Card>

  <Card title="Trusted" icon="shield-check" iconType="duotone">
    Keep fraudsters out with advanced risk detection
  </Card>

  <Card title="Unique" icon="fingerprint" iconType="duotone">
    Prevent duplicate accounts and multi-accounting
  </Card>
</CardGroup>

## How It Works

<img style={{ borderRadius: '0.5rem', maxWidth: '100%' }} src="https://mintcdn.com/verisoul/wdkmEtsUGEUd5DIj/images/overview-graphic.png?fit=max&auto=format&n=wdkmEtsUGEUd5DIj&q=85&s=0546e0c0b615092238b25670f40b7dab" alt="Verisoul Overview Architecture" width="1764" height="1116" data-path="images/overview-graphic.png" />

<Steps>
  <Step title="Collect Data">
    ### Client-Side SDK

    Web and mobile frontend SDKs integrate with just a few lines of code:

    * No impact on user experience and low performance overhead
    * Automatically collects device and network data
    * Continuously monitors user behavior patterns

    ### Identity Data Collection

    Verisoul can optionally ingest account ID, email address, phone number and name:

    * Risk scoring (VoIP, Disposable, Reputation)
    * Identity matching to detect multiple account creation
    * Identity verification workflows
  </Step>

  <Step title="Make Decisions">
    ### ML Decisions & Scores

    Backend API returns risk scores and decisions in real time:

    * Rich set of signals for all vectors of fraud
    * ML models are tuned specifically for your application
    * Benefit from our consortium of customers

    ### Lists & Rules

    Customize your fraud prevention strategy with:

    * Custom blocklists and allowlists
    * Configurable rule sets
    * Real-time rule enforcement
  </Step>

  <Step title="Take Action">
    ### Dashboard

    Real-time dashboard for data analysis and customer support investigations:

    * Action accounts in real time through lists and workflows
    * Detailed analytics and reporting
    * No code rule creation for custom workflows (coming soon)

    ### Verifications

    Automate fraud workflows with fully managed verifications:

    * Phone number VoIP detection and risk scoring
    * Facial matching and liveness detection
    * Identity document verification
  </Step>
</Steps>

## Integration Journey

<CardGroup cols={2}>
  <Card title="Quick Setup" icon="bolt" iconType="duotone" href="/integration/overview">
    Get started with our simple integration process in minutes
  </Card>

  <Card title="Customizable" icon="sliders" iconType="duotone" href="/action/overview">
    Tailor the solution to your specific business needs
  </Card>

  <Card title="Comprehensive API" icon="code" iconType="duotone" href="/api-reference/introduction">
    Full API access for advanced integrations
  </Card>

  <Card title="Detailed Analytics" icon="chart-line" iconType="duotone" href="/dashboard/overview">
    Monitor and analyze fraud patterns in real-time
  </Card>
</CardGroup>

<div className="mt-8">
  <Note>
    Ready to get started? Check out our [integration guide](/integration/overview) or [schedule a demo](https://verisoul.com/book-a-demo) with our team.
  </Note>
</div>
