# Create Program

## Description

The guide here provides steps to create a new program. A program is typically created by a Program Manager who can create and administer programs.

## Pre-requisites

The user must have a Program Manager role. See [Create User and Assign Role](/1.1/guides/user-guides/assign-roles-to-users.md) guide.

## Steps

1. Navigate to *Programs* using the menu bar.

<figure><img src="/files/V3C18ynHAZYEMmu5JSBy" alt=""><figcaption><p>Create a new program</p></figcaption></figure>

2. Click on the *Create Program* to reach the Program creation page. Provide Program name, target type and currency. There are tabs for the configuration of various managers.
3. **Eligibility criteria:**

   <div align="center"><figure><img src="/files/U1hbvIfn7Jbz7sk1ibqj" alt=""><figcaption><p>Configure eligibility criteria</p></figcaption></figure></div>
4. Use\_+Add filter\_ to set eligibility criteria using [Domain Filters](/1.1/beneficiary-management/eligibility.md#domain-filters). You may set multiple eligibility criteria.
5. **Cycle Manager:** Set parameters of [disbursement cycles](/1.1/beneficiary-management/disbursement-cycles.md).

   <figure><img src="/files/sUlxpRDghLF99SB9Samu" alt=""><figcaption></figcaption></figure>

   * *Auto-approve Entitlements:* To set entitlements via rules, without any manual approvals.
   * *Approver Group:* The group name of the user who has permission to approve cycles. See [Create User and Assign Role](/1.1/guides/user-guides/assign-roles-to-users.md).
   * *Recurrence:* The time period for the repetition of a cycle.
6. **Entitlement Manager:** Set parameters for [entitlements](/1.1/beneficiary-management/entitlement.md).

   <figure><img src="/files/5WvX6fxMMMWcf4ewNMvN" alt=""><figcaption></figcaption></figure>

   * *Amount Per Cycle:* The amount disbursement of a group or individual per cycle.
   * *Amount Per Individual In Group:* Amount of disbursement per individual in a group when the program [target type](/1.1/beneficiary-management.md#target-types) is "group".
   * *Maximum number of individuals in a group:* Maximum number of individuals who get disbursements per group (optional).
   * *Transfer Fee(%):* Fee incurred for disbursement as a percentage of disbursement (optional).
   * *Transfer Fee Amount:* Fee incurred for disbursement as an absolute amount (optional).
   * *Entitlement Validation Group:* The group name of the user who has permission to approve entitlements. See [Create User and Assign Role](/1.1/guides/user-guides/assign-roles-to-users.md).
7. Click the *Next* button to import the matching registrants to the creating program. In the pop-up window select *Yes*.

<figure><img src="/files/HPtQP3Tro01FxpwEgtWw" alt=""><figcaption></figcaption></figure>

8. Once the program is created it will be listed under the program list view page.


---

# 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/user-guides/create-a-program.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.
