# Add Bank Account(s)

### Steps to Add a Bank Account

1. **Access Bank Account Settings:**
   * Go to **Settings**, navigate to the **Bank Accounts** section, where you'll see a list of previously added bank accounts.
   * Click on **Add Bank Account** to open the bank account setup module.
2. **Select Transfer Type:**
   * Choose either **ACH** (for US banks) or **SEPA** (for European banks).
   * **Note for SEPA:** To enable SEPA transfers, you must add a European address to your KYC details, as SEPA transfers require a European residency.
3. **Enter Bank Details:**

   * **Bank Name:** Provide the name of your bank.
   * **Account Owner Type:** Select whether the account is individual or business.
   * **Personal Details:** Enter the first name, last name, and address associated with the bank account.
   * **Bank Account Details:** Input your **Account Number** and **Routing Number** (for ACH in the US).

   <figure><img src="/files/KIIs8SIMREtV6DvxYwfQ" alt="" width="442"><figcaption></figcaption></figure>
4. **Complete the Setup:**
   * Once all details are entered, click **Add Bank Account** to link the account for future payouts.


---

# 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.braidpay.com/braidpay/manage-funds/add-bank-account-s.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.
