# Biometrics

## Overview

MOSIP platform integrates with the following biometric key components:

1. [Biometric devices](/1.2.0/id-lifecycle-management/supporting-components/biometrics/biometric-devices.md) - Captures biometric data (fingerprint, iris, and face) for registration and authentication.
2. [ABIS](/1.2.0/id-lifecycle-management/supporting-components/biometrics/abis.md) - Facilitates biometric de-duplication and identification to ensure uniqueness and prevent identity fraud.
3. [Biometric SDK](/1.2.0/id-lifecycle-management/supporting-components/biometrics/biometric-sdk.md) - Provides integration tools for biometric data capture, processing, and quality checks.

All biometric components must comply with MOSIP's standard interfaces. Compatibility can be verified using the provided test kits.

Vendors supplying biometric systems are recognized as MOSIP [Partners](/1.2.0/id-lifecycle-management/support-systems/partner-management-services/partners.md).

## Modalities

MOSIP supports the following biometric modalities:

1. [Fingerprint](/1.2.0/id-lifecycle-management/supporting-components/biometrics/biometric-specification.md#fingerprint) - Defines fingerprint capture and authentication device specifications per ISO 19794-4:2011, covering resolution, image quality, compression, and operational standards.
2. [Iris](/1.2.0/id-lifecycle-management/supporting-components/biometrics/biometric-specification.md#iris) - Outlines iris capture and authentication device specifications per ISO 19794-6:2011, detailing resolution, image quality, compression, and operational standards.
3. [Face](/1.2.0/id-lifecycle-management/supporting-components/biometrics/biometric-specification.md#face-capture) - Defines face capture and authentication device specifications per ISO 19794-5:2011, covering camera quality, image standards, compression, and operational requirements.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.mosip.io/1.2.0/id-lifecycle-management/supporting-components/biometrics.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
