> 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/1.3/pbms/functionality/beneficiary-management/beneficiary-registry/user-guides/assign-a-program-to-an-individual.md).

# Assign a Program to an Individual

This document provides instructions to assign a program to an individual.

## Prerequisites

* The user must have Registrar and Administrator role.
* The user must have access to the Beneficiary Registry module in OpenG2P systems.

## Procedure

1. Click the main menu icon ![](/files/jsRVDffM09VtGFJaNGuN) and select ***Registry***.

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

***Registry*** screen is displayed.

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

2. Click the ***Individuals*** in the menu bar.

***Individuals*** screen is displayed.

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

The individuals names are listed below the ***Name*** column.

3. Click the individual name which has to be assigned to a program.

For example, here the individual name "Ross, Hai" is selected.

***Individuals/ROSS, HAI*** screen is displayed.

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

4. Click the ***Action*** button and select ***Add to Program***.

***Add to Program*** screen is displayed.

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

5. Select the appropriate program from the drop-down.

or

6. Select the ***Search More.***

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

***Search: Program*** screen is displayed.

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

7. Search for the appropriate program or click the program below the ***Name*** column.

The program name is displayed in the ***Program*** drop-down.

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

8. Click the ***Assign*** button to assign the program to an individual.
9. Click the ***Cancel*** button to exit from the screen.

For example, you can find the newly assigned program listed in the ***Program*** tab in the Individuals/Ross, Hai screen.

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


---

# 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/1.3/pbms/functionality/beneficiary-management/beneficiary-registry/user-guides/assign-a-program-to-an-individual.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.
