> For the complete documentation index, see [llms.txt](https://docs.mogoplus.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mogoplus.ai/mogoplus-open-banking/getting-started/mogoplus-open-banking-solution-overview.md).

# MOGOPLUS Open Banking Solution Overview

<figure><picture><source srcset="/files/mFUeBpIyz8hATxXwILwM" media="(prefers-color-scheme: dark)"><img src="/files/PJJo1yWQZmiT2ilaS8la" alt=""></picture><figcaption><p>This diagram illustrates a secure data-sharing workflow between the Lender, ADR, CDR Source and MOGOPLUS.</p></figcaption></figure>

## Data Flow Explanation:

### 1. Consent and Customer Order:

* Applicants provide consent to the **Lender** to access their data.
* The lender then initiates a **Insights Order** which triggers the data retrieval process.

### 2. Data Retrieval by ADR:

* The ADR sends a request to the **CDR Source** to obtain **CDR Data**.
* Upon receiving the CDR Data, ADR prepares it for submission.

### 3. Data Submission to MOGOPLUS:

* The ADR submits the collected data to **MOGOPLUS** using secure communication protocols **(mTLS + Token)**.
* This ensures the data is transmitted securely.

### 4. Insights Report:

* MOGOPLUS processes the submitted data and generates an **Insights Report**.
* This report is sent back to the ADR, which can be accessed by the lender.


---

# 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.mogoplus.ai/mogoplus-open-banking/getting-started/mogoplus-open-banking-solution-overview.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.
