# How to setup the Program ID

* Single registering institution ID can have multiple Program ID.
* One program ID can have only single type of Budget Account ID for Payer Debit.
* Registering Institution ID and Program ID  together resolves into unique Budget Account.
* [BD-011](https://github.com/openMF/ph-ee-integration-test/blob/1c601dda293fb37475ba3b1aba326e54625daaf8/src/test/java/resources/batch.feature#L147) describes Payer resolution using Program ID with Budget Account info.
* Configuration of Program ID in bulk processor is [here](https://github.com/openMF/ph-ee-bulk-processor/blob/9bf984fcf16105081ff53936f72405814ef8ba71/src/main/resources/application.yaml#L162-L166).
* You can override the same by adding the key-value pair in values.yaml as given below.
* To override the Program ID in the Setup of Registering Institution ID last step [example](https://app.gitbook.com/o/-L_J6oxbPK3wAuGnofJl/s/-L_J6oxfkTjM9Go4YNSW/~/changes/104/payment-hub-ee/how-to-setup-the-registering-institution-id-against-budget-account) is given.

  <br>


---

# 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://mifos.gitbook.io/docs/payment-hub-ee/overview/installation-instructions/configuration-instructions/how-to-setup-the-program-id.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.
