> For the complete documentation index, see [llms.txt](https://docs.openg2p.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.openg2p.org/1.3/use-cases/create-social-registry.md).

# Create Social Registry

## Process

The [Social Registry](/1.3/social-registry.md) collects data through [various mechanisms](/1.3/social-registry/features/registry-update-mechanisms.md).

<table><thead><tr><th width="167">Module/Feature</th><th width="261">Title</th><th>Document link</th></tr></thead><tbody><tr><td>Individuals</td><td>Create an Individual Registrant</td><td><a href="https://docs.openg2p.org/social-registry/features/individuals-and-groups/user-guides/create-an-individual-registrant">https://docs.openg2p.org/social-registry/features/individuals-and-groups/user-guides/create-an-individual-registrant</a></td></tr><tr><td>Groups</td><td>Create a Group and Add individual Registrants to the Group</td><td><a href="https://docs.openg2p.org/social-registry/features/individuals-and-groups/user-guides/create-a-group-and-add-individual-registrants-to-the-group">https://docs.openg2p.org/social-registry/features/individuals-and-groups/user-guides/create-a-group-and-add-individual-registrants-to-the-group</a></td></tr><tr><td>Import records</td><td>Import CSV file to Social Registry</td><td><a href="https://docs.openg2p.org/social-registry/features/individuals-and-groups/user-guides/import-csv-file-to-social-registry">https://docs.openg2p.org/social-registry/features/individuals-and-groups/user-guides/import-csv-file-to-social-registry</a></td></tr><tr><td>ODK</td><td>Configure and Import ODK Form</td><td><a href="https://docs.openg2p.org/social-registry/features/odk-importer/user-guide/configure-and-import-odk-form">https://docs.openg2p.org/social-registry/features/odk-importer/user-guide/configure-and-import-odk-form</a></td></tr><tr><td>ODK</td><td>Import Specific ODK Forms using ODK Instance ID</td><td><a href="https://docs.openg2p.org/social-registry/features/odk-importer/user-guide/import-specific-odk-forms-using-odk-instance-id">https://docs.openg2p.org/social-registry/features/odk-importer/user-guide/import-specific-odk-forms-using-odk-instance-id</a></td></tr><tr><td>APIs</td><td>API</td><td><a href="https://docs.openg2p.org/social-registry/features/api">https://docs.openg2p.org/social-registry/features/api</a></td></tr><tr><td>Registration Portal</td><td>Create New Household</td><td><a href="https://docs.openg2p.org/social-registry/features/registration-portal/user-guides/create-a-new-household">https://docs.openg2p.org/social-registry/features/registration-portal/user-guides/create-a-new-household</a></td></tr><tr><td>Registration Portal</td><td>Create a New Individual in Registration Portal</td><td><a href="https://docs.openg2p.org/social-registry/features/registration-portal/user-guides/create-a-new-individual-in-registration-portal">https://docs.openg2p.org/social-registry/features/registration-portal/user-guides/create-a-new-individual-in-registration-portal</a></td></tr><tr><td>Deduplication</td><td>Configure ID Deduplication, Deduplicate, and Save Duplicate Groups/Individuals</td><td><a href="https://docs.openg2p.org/social-registry/features/deduplication/user-guides/configure-id-deduplication-deduplicate-and-save-duplicate-groups-individuals">https://docs.openg2p.org/social-registry/features/deduplication/user-guides/configure-id-deduplication-deduplicate-and-save-duplicate-groups-individuals</a></td></tr><tr><td>Preference</td><td>Set Language Preference</td><td><a href="https://docs.openg2p.org/social-registry/features/languages-support/user-guides/set-language-preference">https://docs.openg2p.org/social-registry/features/languages-support/user-guides/set-language-preference</a></td></tr><tr><td>Settings</td><td>Create User</td><td><a href="https://docs.openg2p.org/social-registry/features/administration/user-guide/create-user">https://docs.openg2p.org/social-registry/features/administration/user-guide/create-user</a></td></tr><tr><td>Settings</td><td>Assign a Role to a User</td><td><a href="https://docs.openg2p.org/social-registry/features/administration/user-guide/assign-a-role-to-a-user">https://docs.openg2p.org/social-registry/features/administration/user-guide/assign-a-role-to-a-user</a></td></tr><tr><td>Portal User</td><td>Create a New Portal User</td><td><a href="https://docs.openg2p.org/social-registry/features/registration-portal/user-guides/create-a-new-portal-user">https://docs.openg2p.org/social-registry/features/registration-portal/user-guides/create-a-new-portal-user</a></td></tr><tr><td>Portal User</td><td>Configure Portal User to Limit Accessing Location</td><td><a href="https://docs.openg2p.org/social-registry/features/registration-portal/user-guides/configure-portal-user-to-limit-accessing-location">https://docs.openg2p.org/social-registry/features/registration-portal/user-guides/configure-portal-user-to-limit-accessing-location</a></td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.openg2p.org/1.3/use-cases/create-social-registry.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
