# Identity Issuance

The **ID Issuance** component in MOSIP encompasses the set of modules responsible for the creation and assignment of unique identities to individuals. It orchestrates the end-to-end process, starting from the collection of demographic and biometric data, through validation and processing, to the final generation of a unique identity number (UIN). The sub-modules under ID Issuance include:

* **Pre-registration**: Enables individuals to submit demographic details online in advance, expediting the in-person registration process.
* **Registration Client**: Facilitates the collection of demographic and biometric data at registration centers, providing an intuitive interface for operators.
* **Android Registration Client**: A mobile application version of the Registration Client, allowing for data collection in remote or field locations using Android devices.
* **Registration Processor**: Validates and processes registration data, ensuring its integrity before moving to the next stage.
* **id-repository**: Manages the storage and retrieval of identity data, ensuring secure and efficient access to demographic and biometric information.

Together, these modules ensure a secure, efficient, and streamlined approach to issuing unique identities within MOSIP. For more details on each module, refer to their respective overview pages.
