> 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/user-guides.md).

# User Guides

- [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)


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.openg2p.org/resources/guides/user-guides.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
