# Moving funds

- [Payouts](https://developer.flash-payments.com/moving-funds/payouts.md): Disburse your money to a third party bank account
- [Withdraw funds](https://developer.flash-payments.com/moving-funds/payouts/withdraw-funds.md): Send money from your Flash Payments balances to Australian bank accounts or internationally per your approved use case.
- [Withdrawal statuses](https://developer.flash-payments.com/moving-funds/payouts/withdrawal-statuses.md): Withdrawal processing statuses
- [Withdrawal outcomes simulation](https://developer.flash-payments.com/moving-funds/payouts/withdrawal-outcomes-simulation.md): Test common payout outcomes in UAT, as you build and exercise your integration solution against the full range of real-life withdrawal flows, statuses and webhooks before going live.
- [Query withdrawals](https://developer.flash-payments.com/moving-funds/payouts/query-withdrawals.md)
- [Rejection codes](https://developer.flash-payments.com/moving-funds/payouts/rejection-codes.md): How to handle a payout rejection
- [Deposits](https://developer.flash-payments.com/moving-funds/deposits.md): Explains how to accept deposits programmatically
- [Deposit statuses](https://developer.flash-payments.com/moving-funds/deposits/deposit-statuses.md): Deposit processing statuses
- [Query deposits](https://developer.flash-payments.com/moving-funds/deposits/query-deposits.md)
- [Refund deposits](https://developer.flash-payments.com/moving-funds/deposits/refund-deposits.md): Return the funds back to the original sender
- [Senders](https://developer.flash-payments.com/moving-funds/senders.md): CRUD queries for your payment senders
- [Recipients](https://developer.flash-payments.com/moving-funds/recipients.md): CRUD queries for your payment recipients
- [Delivery methods](https://developer.flash-payments.com/moving-funds/recipients/delivery-methods.md): Different countries support different account types, transfer mechanisms, payment delivery methods.
- [Institutions](https://developer.flash-payments.com/moving-funds/institutions.md): CRUD queries for Institutions


---

# 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://developer.flash-payments.com/moving-funds.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.
