# Terminology

| Term                        | Description                                                                                                                                                                               |
| --------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| sender                      | Initiator of request by any application/service/system/platform using G2P Connect compliant interfaces                                                                                    |
| receiver                    | Receive of request by any application/service/system/platform using G2P Connect compliant interfaces and either process or forwards downstream with minimal or no validations as a Sender |
| payer                       | a person or organization that gives money from a store of value account                                                                                                                   |
| payee                       | a person or organization that receives money into a store of value account                                                                                                                |
| fa                          | Financial Address to uniquely identify person/organization to a store of value account                                                                                                    |
| Scheme Mgmt or Program Mgmt | Interchangeably used to define issuance mechanisms of a social assistance                                                                                                                 |
| Beneficiary                 | a person or organization that receives money as part of social assistance                                                                                                                 |


---

# 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://g2pconnect.cdpi.dev/protocol/terminology.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.
