# Appendix

- [API Reference](https://docs.elemitech.com/appendix/api-reference.md)
- [Merchant Account Transfers](https://docs.elemitech.com/appendix/merchant-account-transfers.md): The process of Merchant Account Transfers involves the movement of funds from one merchant Account (From Account) to another  Merchant Account (To Account). Here are the steps;-
- [Availing Payout Funds](https://docs.elemitech.com/appendix/availing-payout-funds.md): Some merchants wish that collected funds can be used for processing payouts/disbursements. This section what the merchant needs to do to avail balance for handling payouts
- [Sub Account Transfers](https://docs.elemitech.com/appendix/sub-account-transfers.md): Merchants holding more than one balance are allowed the ability to transfer funds between currency wallets. The section below describes the steps.
- [Funds Settlement](https://docs.elemitech.com/appendix/funds-settlement.md): Some merchants wish that collected fund can be settled every so often. This section describes how the merchant can initiate a funds settlement request to the finance team for handling.
- [Transaction Audit Logs](https://docs.elemitech.com/appendix/transaction-audit-logs.md): This section describes the detailed description of how a given transaction was handled on the platform until it received a final status.
- [Cross Currency Transactions](https://docs.elemitech.com/appendix/cross-currency-transactions.md): The Elemi API allows for cross currency transactions whereby the request currency does not match the currency of the selected payment option. The platform handles the conversion appropriately.


---

# 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.elemitech.com/appendix.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.
