# Developer Zone

- [Getting Started](https://docs.openg2p.org/1.1/guides/developer-guides/getting-started-1.md)
- [Installing OpenG2P On Linux](https://docs.openg2p.org/1.1/guides/developer-guides/installing-openg2p-on-linux.md)
- [Technology Stack](https://docs.openg2p.org/1.1/guides/developer-guides/technology-stack.md)
- [Modules](https://docs.openg2p.org/1.1/guides/developer-guides/modules.md)
- [G2P Entitlement In-kind](https://docs.openg2p.org/1.1/guides/developer-guides/modules/g2p-entitlement-in-kind.md)
- [G2P SelfServicePortal](https://docs.openg2p.org/1.1/guides/developer-guides/modules/g2p-selfserviceportal.md)
- [OpenG2P Program Payment: G2P Connect Payment Manager](https://docs.openg2p.org/1.1/guides/developer-guides/modules/openg2p-program-payment-g2p-connect-payment-manager.md): ! working Inprogress
- [G2P Notifications: Wiserv SMS Service Provider](https://docs.openg2p.org/1.1/guides/developer-guides/modules/g2p-notifications-wiserv-sms-service-provider.md)
- [G2P Registry: Rest API](https://docs.openg2p.org/1.1/guides/developer-guides/modules/g2p-registry-rest-api.md)
- [G2P Formio](https://docs.openg2p.org/1.1/guides/developer-guides/modules/g2p-formio.md)
- [G2P Registry: Base](https://docs.openg2p.org/1.1/guides/developer-guides/modules/openg2p-module-doc-template.md)
- [G2P Registry: Individual](https://docs.openg2p.org/1.1/guides/developer-guides/modules/openg2p-module-doc-template-1.md): The title should have the exact module name, e.g. g2p\_notifications\_voucher
- [G2P: Proxy Means Test](https://docs.openg2p.org/1.1/guides/developer-guides/modules/g2p-proxy-means-test.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.1/guides/developer-guides.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.
