# Add Bank Account

Use this page to register your company's bank account for payroll, invoicing, and integrations.

#### Fields

<table><thead><tr><th width="200">Field</th><th width="90" align="center">Required</th><th>Description</th></tr></thead><tbody><tr><td>Bank Name</td><td align="center">✅</td><td>Choose from the supported dropdown list.</td></tr><tr><td>Routing Number</td><td align="center">✅</td><td>Must be a valid 9-digit U.S. routing number.</td></tr><tr><td>Account Number</td><td align="center">✅</td><td>The full receiving account number (masked on save).</td></tr></tbody></table>

#### Notes

* Bank name selection filters valid routing ranges.
* Only **Admin** and **Owner** roles can create or edit accounts.
* Once saved, data is masked for security reasons.


---

# 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://rute.gitbook.io/carrier/company/settings/bank-and-card/add-bank-account.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.
