# Building a Registry

OpenG2P Registry is a domain-agnostic core. To create a registry for a specific domain (Farmer, Vehicle, Health Worker, etc.), you extend the core with domain-specific ORM models, Pydantic schemas, and metadata configuration. This section covers the concepts, patterns, and step-by-step guidance.

## In this section

{% content-ref url="/pages/UuXTjE1UvZDSEKDG9be2" %}
[Concepts](/products/registry/registry/developer-zone/building-a-registry/concepts.md)
{% endcontent-ref %}

{% content-ref url="/pages/l0Ux20CkXi7UTRf1CdWY" %}
[Step-by-Step Guide](/products/registry/registry/developer-zone/building-a-registry/guide-to-building-a-registry.md)
{% endcontent-ref %}

{% content-ref url="/pages/huI5o1QIb2LeNj5ybovz" %}
[Deployment Design](/products/registry/registry/developer-zone/building-a-registry/deployment-design.md)
{% endcontent-ref %}


---

# 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/products/registry/registry/developer-zone/building-a-registry.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.
