> For the complete documentation index, see [llms.txt](https://docs.openg2p.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.openg2p.org/resources/guides.md).

# Guides

- [User Guides](https://docs.openg2p.org/resources/guides/user-guides.md)
- [PBMS](https://docs.openg2p.org/resources/guides/user-guides/pbms.md)
- [Create Program](https://docs.openg2p.org/resources/guides/user-guides/pbms/create-a-program.md)
- [Configure Payment Manager in Program](https://docs.openg2p.org/resources/guides/user-guides/pbms/create-payment-manager.md)
- [Create Eligibility Manager under Program](https://docs.openg2p.org/resources/guides/user-guides/pbms/create-eligibility-manager.md)
- [Create Program Manager for a Program](https://docs.openg2p.org/resources/guides/user-guides/pbms/configure-program-manager-in-program.md): Program
- [Create Manager Type](https://docs.openg2p.org/resources/guides/user-guides/pbms/create-manager-type.md)
- [Create Payment Manager Types](https://docs.openg2p.org/resources/guides/user-guides/pbms/create-manager-type/create-payment-manager-types.md)
- [Create Payment Hub EE Payment Manager](https://docs.openg2p.org/resources/guides/user-guides/pbms/create-manager-type/create-payment-manager-types/create-payment-hub-ee-payment-manager.md)
- [Create Payment Interoperability Layer Payment Manager](https://docs.openg2p.org/resources/guides/user-guides/pbms/create-manager-type/create-payment-manager-types/create-payment-interoperability-layer-payment-manager.md)
- [Create Default Payment Manager](https://docs.openg2p.org/resources/guides/user-guides/pbms/create-manager-type/create-payment-manager-types/create-default-payment-manager.md)
- [Create Cash Payment Manager](https://docs.openg2p.org/resources/guides/user-guides/pbms/create-manager-type/create-payment-manager-types/create-cash-payment-manager.md)
- [Create File Payment Manager](https://docs.openg2p.org/resources/guides/user-guides/pbms/create-manager-type/create-payment-manager-types/create-file-payment-manager.md)
- [Configure Entitlement Manager under Program](https://docs.openg2p.org/resources/guides/user-guides/pbms/create-entitlement-manager-type-1.md)
- [Archive, Delete, End, and Re-activate a Program](https://docs.openg2p.org/resources/guides/user-guides/pbms/archive-delete-end-and-re-activate-a-program.md)
- [Configure Default Program Manager](https://docs.openg2p.org/resources/guides/user-guides/pbms/configure-default-program-manager.md)
- [Create Deduplication Manager under Program](https://docs.openg2p.org/resources/guides/user-guides/pbms/create-deduplication-manager.md)
- [Documentation Guides](https://docs.openg2p.org/resources/guides/documentation-guides.md)
- [Documentation Guidelines](https://docs.openg2p.org/resources/guides/documentation-guides/documentation-guidelines.md)
- [Embed a Miro diagram](https://docs.openg2p.org/resources/guides/documentation-guides/documentation-guidelines/embed-a-miro-diagram.md)
- [OpenG2P Module Doc Template](https://docs.openg2p.org/resources/guides/documentation-guides/openg2p-module-doc-template.md): The title should have the exact module name, e.g. g2p\_notifications\_voucher


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/resources/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.
