# Introduction

NeoX DIB is a system that provides an interactive interface that allows Merchants to perform payment transactions via APIs.

Merchant can make payments and manage transactions directly on Merchant Portal or using APIs in this document.

To be able to execute a disbursement order, Merchants need to deposit money to increase their disbursement account; when the payment is successful, the Merchant's disbursement account will decrease accordingly.

Merchant needs to register an account on Merchant Portal and activate the Disbursement Service before using it.

### Business flows:

* Deposit/Topup (prefund account).

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

* Making Disbursement Request

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


---

# 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://docs.neox.vn/docs/global/disbursement/integration/introduction.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.
