# Interoperability

## Introduction

At the very onset OpenG2P team has been cognizant of the importance of working with DPGs and other external components without having to develop proprietary and custom methods of connecting to other systems. Interoperability is a fundamental design principle in OpenG2P's thought process. We have been an active participant in interoperability efforts like G2P Connect, DCI, and GovStack. Specifically, the following interoperability efforts are in progress:

1. G2P Connect ID Mapper APIs in [SPAR](/1.2/platform/modules/social-payments-account-registry-spar.md).
2. G2P Connect Disbursement APIs in [PBMS](/1.2/platform/modules/program-and-beneficiary-management-system.md) and [G2P Cash Transfer Bridge](/1.2/platform/modules/g2p-cash-transfer-bridge.md).
3. G2P Connect Registry APIs in [PBMS ](/1.2/platform/modules/program-and-beneficiary-management-system.md)and [Social Registry.](/1.2/platform/modules/social-registry.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.2/platform/interoperability.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.
