# Disbursement

A program may have disbursements done in multiple cycles with different start and end dates for each cycle. Such cycles may be defined and triggered as per the schedule defined in each cycle. Each program should have at least one Cycle Manager associated with it.

## Program Manager

The Program Manager is a software module in the OpenG2P platform. It manages the number of cycles in a program and each request to create a cycle is executed through the Program Manager. The Program administrators can easily replicate cycles by selecting the option to copy from the previous cycle. The manager also has a configuration option to create a cycle-less program.

## Cycle Manager

While the Program Manager manages all the cycles, each cycle is managed by a Cycle Manager. Cycle Manager provides many convenient single-click actions to enable Program administrators to quickly create new cycles, copy beneficiaries from the program, and prepare and approve entitlements.

## Related user guides

:notebook\_with\_decorative\_cover:[Configure Program Manager in Program](/resources/guides/user-guides/pbms/configure-program-manager-in-program.md)

:notebook\_with\_decorative\_cover:[Create and Approve Program Cycle](/products/pbms/previous-generation/functionality/disbursement-cycles/in-kind-transfer/user-guides/create-and-approve-disbursement-cycle.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/products/pbms/previous-generation/functionality/disbursement-cycles.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.
