> For the complete documentation index, see [llms.txt](https://docs.finpay.id/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.finpay.id/disbursement/integration-method/no-integration-dashboard.md).

# No Integration (Dashboard)

## Overview

**No Integration (Dashboard)** lets you send money without building an API integration.

Use the [Finpay dashboard](https://dashboard.finpay.id) to run **single transfers** or **batch transfers** (via file upload).

## When to use No Integration

Use this option when you:

* Want a no-code setup.
* Only need occasional payouts.
* Have an ops team that runs transfers manually.
* Want to start quickly before moving to API automation.

For automated payouts from your system, use [Core API (Host-to-Host)](/disbursement/integration-method/core-api-host-to-host.md).

## What you need before you start

* A Finpay Disbursement account with dashboard access.
* A configured destination list for your use case. See [Supported Disbursement Destination](/disbursement/supported-disbursement-destination.md).
* Sufficient balance in your disbursement account (top-up model).

## Getting started

{% stepper %}
{% step %}

### Set up your account

Register your business account and complete the required activation steps.
{% endstep %}

{% step %}

### Log in to the dashboard

Use the dashboard to access:

* [Single Disbursement](/disbursement/integration-method/no-integration-dashboard/single-disbursement.md)
* [Batch Disbursement](/disbursement/integration-method/no-integration-dashboard/bulk-disbursement.md)
  {% endstep %}

{% step %}

### Top up your disbursement balance

Disbursement uses a **top-up balance** model.

You maintain funds in your Finpay balance. Finpay holds the funds securely until you instruct a payout.
{% endstep %}

{% step %}

### Send transfers

* Use **Single Disbursement** for one-off transfers.
* Use **Batch Disbursement** to upload a file for bulk payouts.
  {% endstep %}
  {% endstepper %}

{% hint style="info" %}
Batch transfers are done via spreadsheet upload. Follow the format shown in the dashboard.
{% endhint %}


---

# 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.finpay.id/disbursement/integration-method/no-integration-dashboard.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.
