# Decoupled yet Registry-Aware

The OpenG2P PBMS is designed to work with registries without assuming ownership of them. Instead of pulling registry data into its own system, PBMS accesses registries in a decoupled manner and generates beneficiary lists by applying rules directly on registry data. This ensures that registries remain the single source of truth while PBMS operates on top of them. To support the definition of eligibility, disbursement, and entitlement rules, PBMS maintains awareness of registry schemas and metadata, enabling accurate interpretation and application of rules.


---

# 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/pbms/features/decoupled-yet-registry-aware.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.
