# SUB-ACCOUNTS

- [Create a Sub-Account](https://docs.1app.online/sub-accounts/create-a-sub-account.md): This endpoint helps help to create a sub-account/merchant for your customers
- [Attach Bank to a Sub-Account](https://docs.1app.online/sub-accounts/attach-bank-to-a-sub-account.md): This endpoint helps help to add bank account for a sub-account created
- [Attach Payout Account](https://docs.1app.online/sub-accounts/attach-payout-account.md): This endpoint helps help to specify settlement bank account for payout
- [Get All Sub-Accounts](https://docs.1app.online/sub-accounts/get-all-sub-accounts.md): This endpoint helps get the list of all sub-account created under your account.
- [Sub-Accounts History](https://docs.1app.online/sub-accounts/sub-accounts-history.md): This endpoint helps get the history of a sub-account created under your account.
- [Sub-Accounts Wallet](https://docs.1app.online/sub-accounts/sub-accounts-wallet.md): This endpoint helps get the balance a sub-account created under your account.


---

# 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.1app.online/sub-accounts.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.
