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

# Integration

> Integration options for incorporating identity verification into your applications.

Urtentic provides several integration options to incorporate identity verification into your applications seamlessly. Our SDKs simplify implementation while maintaining security and compliance standards.

## Available Integration Methods

<CardGroup cols={3}>
  <Card title="Web SDK" icon="window" href="/sdk/web/getting-started">
    JavaScript-based solution for web applications with pre-built UI components and a flexible API for complete control over the verification flow.
  </Card>

  <Card title="Mobile SDK" icon="mobile" href="/sdk/mobile/getting-started">
    Flutter and React Native integration using a WebView-based approach — embed the hosted verification flow directly in your iOS or Android app.
  </Card>

  <Card title="Direct Link" icon="link" href="/sdk/direct-link/getting-started">
    Redirect users to a hosted verification flow with minimal development effort while providing a seamless experience.
  </Card>
</CardGroup>

## Key Features

* **Pre-built UI Components**: Accelerate integration with ready-made verification interfaces
* **Customizable Workflows**: Tailor the verification process to your specific requirements
* **Comprehensive Event Handling**: Get detailed callbacks throughout the verification journey
* **Cross-Platform Support**: Consistent experience across desktop and mobile devices
* **Automatic Updates**: Always benefit from the latest security and feature enhancements

## Which Integration Method Should I Choose?

| Feature                | Web SDK  | Mobile SDK | Direct Link     |
| ---------------------- | -------- | ---------- | --------------- |
| Integration Complexity | Moderate | Moderate   | Low             |
| UI Customization       | High     | Limited    | Limited         |
| Developer Control      | Complete | Moderate   | Basic           |
| Implementation Time    | 1-3 days | 1-2 days   | Less than 1 day |
| Maintenance Required   | Minimal  | Minimal    | None            |

<Tabs>
  <Tab title="Choose Web SDK">
    Choose the **Web SDK** when you need:

    * Deep integration with your existing web application
    * Custom UI to match your brand identity
    * Complete control over the verification flow
    * Detailed event handling and callbacks
  </Tab>

  <Tab title="Choose Mobile SDK">
    Choose the **Mobile SDK** when you need:

    * Native iOS or Android app integration (Flutter or React Native)
    * Full verification flow embedded within your app via WebView
    * Camera and liveness detection inside the app experience
    * Event-driven callbacks to update app state after verification
  </Tab>

  <Tab title="Choose Direct Link">
    Choose **Direct Link** when you need:

    * Fastest possible implementation
    * No frontend development resources
    * Simple redirect-based flow
    * Minimal maintenance overhead
  </Tab>
</Tabs>
