# Registration Portal

### Introduction

Registration portal is an external application portal where the registrant can add or update the registrant's demographic information of the individual and registrants.

This document provides technical guidelines for developing a Registration Portal, consisting of three modules:

1. Base Module
2. Registration Module
3. Odk mapper Module

Each module has specific functionalities that integrate to create a comprehensive registration portal.

### Functionality and features

| Features                                    | Functionality                                                                                                                                                                                                                                                                                                                                                                                                             |
| ------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Landing page                                | Info graphic representation of the registrant details. The dashboard will give records based on location.                                                                                                                                                                                                                                                                                                                 |
| <p>List view<br>- Individual<br>- Group</p> | <p>On Individual list view, it shows the brief information of all the individual.<br>Fields on list view are <em>Individual name, region, kebele, last updated, enumerator, status, and action button.</em><br><br>On group list view, it shows the brief information of all groups.<br>Fields on list view are <em>group name, region, kebele, members, last updated, status, enumerator and action button.</em><br></p> |
| Create                                      | Create button on portal, will open new page to add new registrant details.                                                                                                                                                                                                                                                                                                                                                |
| Update                                      | Update action on list view, will allow the registrant to edit the record.                                                                                                                                                                                                                                                                                                                                                 |
| Status                                      | Records on the portal will be locked or unlocked.                                                                                                                                                                                                                                                                                                                                                                         |
| Access Limit                                | It allows to view and mange the records only to the region and other administrative location where registrant is assigned and responsible. Once he/she login to the portal, this shows only the records which belong to his/her limits.                                                                                                                                                                                   |

## Design

###

## Related user guides

1. Portal base
2. Registration

##

## Related user guides

:notebook\_with\_decorative\_cover:[Create New Household](/1.3/social-registry/features/registration-portal/user-guides/create-a-new-household.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.openg2p.org/1.3/social-registry/features/registration-portal.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.
