# API Documentation

OpenG2P Registry exposes two primary API surfaces.

## Staff Portal API

REST APIs consumed by the Registry Staff Portal UI for registry configuration, record management, change requests, intake forms, and search.

{% content-ref url="/pages/J1ZwdU1jAo8fXOKya7Kr" %}
[Staff Portal API](/products/registry/registry/developer-zone/api-documentation/1.0.0/staff-portal-api.md)
{% endcontent-ref %}

## Partner API

REST APIs for external system integration, including data ingestion and DCI-compliant search.

{% content-ref url="/pages/DMI7dXZtCjw5Hr9DsZlE" %}
[Partner API](/products/registry/registry/developer-zone/api-documentation/1.0.0/partner-api.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/api-documentation.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.
