# Platform Services

OpenG2P platform services provide shared, cross-cutting capabilities that every product module builds on. These services are deployed once and consumed by Registry, PBMS, SPAR, and other components.

| Service                          | Purpose                                                                  |
| -------------------------------- | ------------------------------------------------------------------------ |
| **Identity & Access Management** | Authentication, authorization, and RBAC via Keycloak                     |
| **Consent Management**           | Consent capture, storage, and verification for data sharing              |
| **Data Sharing**                 | Controlled, auditable exchange of registrant data with external systems  |
| **Privacy & Security**           | Encryption key management, security controls, and audit reports          |
| **Monitoring & Reporting**       | Dashboards, system health, and logging infrastructure                    |
| **Interoperability**             | Standards-based integration with national ID, payment, and other systems |


---

# 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/platform/platform-services.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.
