diff --git a/SUMMARY.md b/SUMMARY.md
index bb048155..153a6b49 100644
--- a/SUMMARY.md
+++ b/SUMMARY.md
@@ -8,9 +8,15 @@
* [📔 Create an Individual Registrant](social-registry/features/individuals-and-groups/user-guides/create-an-individual-registrant.md)
* [📔 Create a Group and Add Individual Registrants to the Group](social-registry/features/individuals-and-groups/user-guides/create-a-group-and-add-individual-registrants-to-the-group.md)
* [📔 Import CSV file to Social Registry](social-registry/features/individuals-and-groups/user-guides/import-csv-file-to-social-registry.md)
- * [Offline Registration](social-registry/features/offline-registration/README.md)
- * [Enumerator ID](social-registry/features/offline-registration/enumerator-id.md)
- * [Self Service Registration Portal](social-registry/features/self-service-registration-portal.md)
+ * [Offline Assisted Registration](social-registry/features/offline-assisted-registration/README.md)
+ * [Enumerator ID](social-registry/features/offline-assisted-registration/enumerator-id.md)
+ * [Online Self Registration](social-registry/features/online-self-registration.md)
+ * [Online Assisted Registration](social-registry/features/online-assisted-registration/README.md)
+ * [📔 User Guides](social-registry/features/online-assisted-registration/user-guides/README.md)
+ * [📔 Create a New Household](social-registry/features/online-assisted-registration/user-guides/create-a-new-household.md)
+ * [📔 Create a New Individual in Registration Portal](social-registry/features/online-assisted-registration/user-guides/create-a-new-individual-in-registration-portal.md)
+ * [📔 Create a New Portal User](social-registry/features/online-assisted-registration/user-guides/create-a-new-portal-user.md)
+ * [📔 Configure Portal User to Limit Accessing Location](social-registry/features/online-assisted-registration/user-guides/configure-portal-user-to-limit-accessing-location.md)
* [Deduplication](social-registry/features/deduplication/README.md)
* [📔 User Guides](social-registry/features/deduplication/user-guides/README.md)
* [📔 Configure ID Deduplication, Deduplicate, and Save Duplicate Groups/Individuals](social-registry/features/deduplication/user-guides/configure-id-deduplication-deduplicate-and-save-duplicate-groups-individuals.md)
@@ -18,12 +24,6 @@
* [Locking of Records](social-registry/features/locking-of-records.md)
* [Dynamic Registry](social-registry/features/registry-update-mechanisms.md)
* [Document Storage](social-registry/features/document-storage.md)
- * [Registration Portal](social-registry/features/registration-portal/README.md)
- * [📔 User Guides](social-registry/features/registration-portal/user-guides/README.md)
- * [📔 Create a New Household](social-registry/features/registration-portal/user-guides/create-a-new-household.md)
- * [📔 Create a New Individual in Registration Portal](social-registry/features/registration-portal/user-guides/create-a-new-individual-in-registration-portal.md)
- * [📔 Create a New Portal User](social-registry/features/registration-portal/user-guides/create-a-new-portal-user.md)
- * [📔 Configure Portal User to Limit Accessing Location](social-registry/features/registration-portal/user-guides/configure-portal-user-to-limit-accessing-location.md)
* [Configurability](social-registry/features/configurability/README.md)
* [📔 User Guide](social-registry/features/configurability/user-guide/README.md)
* [📔 Configure ID Types](social-registry/features/configurability/user-guide/configure-id-types.md)
diff --git a/social-registry/features/offline-registration/README.md b/social-registry/features/offline-assisted-registration/README.md
similarity index 100%
rename from social-registry/features/offline-registration/README.md
rename to social-registry/features/offline-assisted-registration/README.md
diff --git a/social-registry/features/offline-registration/enumerator-id.md b/social-registry/features/offline-assisted-registration/enumerator-id.md
similarity index 100%
rename from social-registry/features/offline-registration/enumerator-id.md
rename to social-registry/features/offline-assisted-registration/enumerator-id.md
diff --git a/social-registry/features/registration-portal/README.md b/social-registry/features/online-assisted-registration/README.md
similarity index 98%
rename from social-registry/features/registration-portal/README.md
rename to social-registry/features/online-assisted-registration/README.md
index f7a1a158..81379427 100644
--- a/social-registry/features/registration-portal/README.md
+++ b/social-registry/features/online-assisted-registration/README.md
@@ -1,8 +1,4 @@
----
-description: Work In Progress
----
-
-# Registration Portal
+# Online Assisted Registration
### Introduction
diff --git a/social-registry/features/registration-portal/user-guides/README.md b/social-registry/features/online-assisted-registration/user-guides/README.md
similarity index 100%
rename from social-registry/features/registration-portal/user-guides/README.md
rename to social-registry/features/online-assisted-registration/user-guides/README.md
diff --git a/social-registry/features/registration-portal/user-guides/configure-portal-user-to-limit-accessing-location.md b/social-registry/features/online-assisted-registration/user-guides/configure-portal-user-to-limit-accessing-location.md
similarity index 100%
rename from social-registry/features/registration-portal/user-guides/configure-portal-user-to-limit-accessing-location.md
rename to social-registry/features/online-assisted-registration/user-guides/configure-portal-user-to-limit-accessing-location.md
diff --git a/social-registry/features/registration-portal/user-guides/create-a-new-household.md b/social-registry/features/online-assisted-registration/user-guides/create-a-new-household.md
similarity index 100%
rename from social-registry/features/registration-portal/user-guides/create-a-new-household.md
rename to social-registry/features/online-assisted-registration/user-guides/create-a-new-household.md
diff --git a/social-registry/features/registration-portal/user-guides/create-a-new-individual-in-registration-portal.md b/social-registry/features/online-assisted-registration/user-guides/create-a-new-individual-in-registration-portal.md
similarity index 100%
rename from social-registry/features/registration-portal/user-guides/create-a-new-individual-in-registration-portal.md
rename to social-registry/features/online-assisted-registration/user-guides/create-a-new-individual-in-registration-portal.md
diff --git a/social-registry/features/registration-portal/user-guides/create-a-new-portal-user.md b/social-registry/features/online-assisted-registration/user-guides/create-a-new-portal-user.md
similarity index 100%
rename from social-registry/features/registration-portal/user-guides/create-a-new-portal-user.md
rename to social-registry/features/online-assisted-registration/user-guides/create-a-new-portal-user.md
diff --git a/social-registry/features/self-service-registration-portal.md b/social-registry/features/online-self-registration.md
similarity index 99%
rename from social-registry/features/self-service-registration-portal.md
rename to social-registry/features/online-self-registration.md
index 5bdd8138..7219f3a3 100644
--- a/social-registry/features/self-service-registration-portal.md
+++ b/social-registry/features/online-self-registration.md
@@ -1,8 +1,4 @@
----
-description: Work in Progress
----
-
-# Self Service Registration Portal
+# Online Self Registration
The Self Service Registration Portal for a Social Registry (SR-SSRP) is a digital platform designed to streamline and simplify the process of accessing and managing social services. It empowers citizens to interact with social services independently, reducing administrative burdens and improving service delivery.
diff --git a/social-registry/features/registry-update-mechanisms.md b/social-registry/features/registry-update-mechanisms.md
index fff7c793..83531fec 100644
--- a/social-registry/features/registry-update-mechanisms.md
+++ b/social-registry/features/registry-update-mechanisms.md
@@ -12,10 +12,10 @@ layout:
visible: true
---
-# Dynamic Updates
+# Dynamic Registry
In Social Registry (SR), the applicants' and registrants' data are received and updated in various ways.
The table below provides the mechanism used to receive and update data in SR.
-
Mechanism | Description |
---|
APIs | APIs provide automatic updates and real-time data synchronization between systems. |
Login-based direct data entry | Authorised users can log into the SR module to manually insert or change information. You have direct control over the data and can make changes quickly using this mechanism. |
Registration portal | Beneficiaries who have registered can log in to the portal to receive services from service providers, such as organisations or entities. They can manually add and update their details on the portal. |
ODK | - ODK (Open Data Kit) can be accessed via Android devices, Agents, and other devices. ODK is a tool that allows for data collection from mobile devices. The ODK Collect app allows enumerators or field workers to collect data offline. The registrant details are uploaded to ODK Central as the agent moves to a place with internet connectivity.
- The ODK Importer is a module built by OpenG2P. It is specifically designed to customise, set up the necessary field depending on the ODK form, and import the beneficiary's pertinent ODK form into OpenG2P Systems using the Social Registry module.
|
CSV | Users can upload a CSV (Comma-Separated Values) file with the most recent data to update the Social Registry. This approach is helpful for users with the data in a spreadsheet format or bulk updates. |
+Mechanism | Description |
---|
APIs | APIs provide automatic updates and real-time data synchronization between systems. |
Login-based direct data entry | Authorised users can log into the SR module to manually insert or change information. You have direct control over the data and can make changes quickly using this mechanism. |
Registration portal | Beneficiaries who have registered can log in to the portal to receive services from service providers, such as organisations or entities. They can manually add and update their details on the portal. |
ODK | - ODK (Open Data Kit) can be accessed via Android devices, Agents, and other devices. ODK is a tool that allows for data collection from mobile devices. The ODK Collect app allows enumerators or field workers to collect data offline. The registrant details are uploaded to ODK Central as the agent moves to a place with internet connectivity.
- The ODK Importer is a module built by OpenG2P. It is specifically designed to customise, set up the necessary field depending on the ODK form, and import the beneficiary's pertinent ODK form into OpenG2P Systems using the Social Registry module.
|
CSV | Users can upload a CSV (Comma-Separated Values) file with the most recent data to update the Social Registry. This approach is helpful for users with the data in a spreadsheet format or bulk updates. |