# Registration Processor

## Overview

Registration Processor processes the data (demographic and biometric) of an Individual for quality and uniqueness and then issues a Unique Identification Number (UIN). It also provides functionality to update demographic and biometric data and issue a new UIN if lost. The source of data are primarily from

* MOSIP Registration Client
* Existing ID system(s) of a country

Important considerations are as follows:

* Once the packet is received on the server packets should not be lost.
* MOSIP defines and implement the basic registration packet processing flow. However, every country will have their own processing requirements like integration with their existing ID system and fetch data for validation. Registration processor provides options to add such stages.
* Registration processor has the capability to integrate with multiple ABIS providers.
* Each processing stage is scalable independently based on the load.
* Each stage in the processor is independent of other stages such that logic of a stage can be changed to improve efficiency without affecting the overall flow.

## Detailed functionality

[Registration Processor Functionality](/1.1.5/modules/registration-processor/registration-processor-functionality.md)

## Process flow

### Packet Pre-Processing

![](/files/-M654AMIMsEk_LW4Eaw6)

![](/files/-M654AMJ_qPTaZ82jSAT)

### New Packet Processing

![](/files/-M654AML3JsFZVubko8m)

![](/files/-M654AMMHhttLtjxo-yD)

### Update Packet Processsing

![](/files/-M654AMNJ6E7E6zuls7M)

![](/files/-M654AMOT2yBvWekcZX1)

### Lost UIN Packet Processing

![](/files/-M654AMPMV_SGVANxzU6)

![](/files/-M654AMQw4xsWzuFgLjd)

### Activate/De-Activate Packet Processing

![](/files/-M654AMRnnikql6Z6qQm)

## Logical View

![Registration Processor Logical view](/files/-M2D4HjsH99Niu4eyDlk)

## Services

For detailed description of Registration Processor Services refer to [registration processor repo](https://github.com/mosip/registration/tree/master/registration-processor).

For high level and low level design refer to [registration processor repo](https://github.com/mosip/registration/tree/master/registration-processor)

## Build and deploy

Refer to build and deploy instructions in [registration processor repo](https://github.com/mosip/registration/tree/master/registration-processor).

## APIs

[Registration Processor APIs](/1.1.5/apis/registration-processor-apis.md)


---

# 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.1.5/modules/registration-processor.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.
