# Face Onboarding

The Face Onboarding module allows a user to begin or resume Onboarding using face recognition, reusing their data from a previous Session with their consent. This reduces friction for returning users. If no previous Session is found, the verification continues along a standard Onboarding or KYC path.

## Integrations

:white_check_mark: Web | :x: iOS | :x: Android

## How It Works

When a user reaches the Face Onboarding module, they are prompted to proceed with face recognition. If the user has completed a prior Onboarding, they are asked to consent to reusing that data. The system then attempts to match the user's face against existing records.

- **If a match is found**, prior Onboarding data is available for reuse, streamlining the remainder of the flow.
- **If no match is found**, the verification continues with a full Onboarding or KYC path.

This approach helps prevent duplicate accounts and supports fraud mitigation by identifying whether a user record already exists before collecting new information.

## Use Face Onboarding

For instructions on implementing and configuring Face Onboarding on each supported platform, use the following pages:

- [Face Onboarding (Dashboard)](https://developer.incode.com/docs/face-onboarding-dashboard)
- [Face Onboarding (Web SDK)](https://developer.incode.com/docs/face-onboarding-web-sdk)

<br />
