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


---

# 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/identity-issuance.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.
