> For the complete documentation index, see [llms.txt](https://bundus.gitbook.io/help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bundus.gitbook.io/help/settings/edit-a-bank-account.md).

# Edit a bank account

Update a saved bank account when its holder name, bank, or payment details change.

### Edit the account

1. Open **Settings**.
2. Under **Business**, select **Bank Accounts**.
3. Select the pencil button beside the account.
4. Update the **Account holder name**, **Bank**, or **Country** as needed.
5. To change the account number or routing details, turn on **Replace routing**, then enter the replacement details.
6. Select **Save changes**.

![Edit bank account dialog with the Replace routing option](https://1239150628-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0xEFjtRHcsV7HPwU6C74%2Fuploads%2Fgit-blob-4220cfbc039055750284d9ecb9c47df63306cc5d%2F03-edit-account.jpg?alt=media)

### Check the result

Bundus closes the dialog and shows the updated account under **Saved bank accounts**. Existing routing details remain in place unless you turn on **Replace routing**.

### Related guides

* [Add a bank account](/help/settings/add-a-bank-account.md)
* [Make a bank account the default](/help/settings/make-a-bank-account-the-default.md)
* [Set default invoice notes](/help/settings/set-default-invoice-notes.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://bundus.gitbook.io/help/settings/edit-a-bank-account.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
