> For the complete documentation index, see [llms.txt](https://mifos.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mifos.gitbook.io/docs/payment-hub-ee/business-overview/vision.md).

# Vision

Payment Hub EE is at the heart of our end to end open source architecture for digital financial services providing the critical point of integration between the layers of the digital rail for payments interoperability, Mojaloop, and account management layer, Mifos. It brings together two highly complementary open source platforms, Mifos and Mojaloop, fueling innovation on top of these digital rails.

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

Four layers of Open APIs at the both the infrastructure level as well as the application level provide the necessary architecture in which to rapidly build innovative digital financial services. At the infrastructure level, one can build an entire digital financial services ecosystem, powering the switch and real-time payment system with the Mojaloop Open API and open source core banking from the ground up with Mifos and Fineract to build DFS platforms or entire back-office solutions. At the application layer, we provide a set of reference channel applications (mobile banking, mobile wallets, online banking) along with an Open Banking API layer and integration with OTT APIs like GSMA Mobile Money API to enable third party fintechs to build apps securely accessing data from these customers.

![](/files/-MCHqwb7T4hnDlNsBCOP)

<br>


---

# 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://mifos.gitbook.io/docs/payment-hub-ee/business-overview/vision.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.
