# Subaccounts Overview

### When do you need to register sub-accounts?

Beta is required by law to collect and verify the personal information of all users who will receive fiat or crypto assets from us.

Therefore, If your application plans to offer [`Exchange Crypto to Fiat`](/documentation-beta-ramps/exchange-crypto-to-fiat/exchange-overview.md) or [`Pay Anything from Crypto Wallet`](/documentation-beta-ramps/pay-anything-from-crypto-wallet/pay-from-wallet-overview.md), you will need to use the endpoints listed in this section.

{% hint style="info" %}
The Request Payments product does not need these endpoints to be integrated.
{% endhint %}

### What's the purpose of each endpoint?

* [**Subaccounts**](/documentation-beta-ramps/registering-subaccounts/registering-subaccounts.md)**:** Registers and Updates the user's personal information (or business information). Each user will be given a `subaccount_id` that will be their unique identifier inside Beta.<br>
* [**Wallet Address:**](/documentation-beta-ramps/registering-subaccounts/wallet-addresses.md) Registers `external` wallet addresses for withdrawals and `shared` wallet addresses for deposits.<br>
* [**Bank Account:**](/documentation-beta-ramps/registering-subaccounts/bank-account-information.md) Registers bank accounts to be used by subaccounts on withdrawals.


---

# 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.betaramps.com/documentation-beta-ramps/registering-subaccounts/subaccounts-overview.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.
