> For the complete documentation index, see [llms.txt](https://help.digits.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.digits.com/business-bills-and-invoices/banks-and-cards.md).

# Banks & Cards Overview

***

{% embed url="<https://app.arcade.software/share/Zuh0DDFVFZJaUFk5tRq0>" %}

### Viewing Your Accounts

All connected financial accounts appear on the left sidebar:

* **Bank Accounts** — checking, savings, or operating accounts
* **Credit Cards** — individual cards with transaction totals for the period

Click any account to see its transactions for the selected date range.

You’ll see:

* **Account balance**&#x20;
* **Total transactions for the period**
* **Party names, sources, categories, and amounts**

Use the search bar to quickly filter vendors, amounts, and line items.

<div align="left"><figure><img src="/spaces/qRt4dmfdGdiXcjoMqF8Z/files/qx2Nx72MSyEJaHsCebOw" alt="" width="563"><figcaption></figcaption></figure></div>

***

### Reviewing Transactions

Digits displays each transaction in a structured row that includes:

* **Date**
* **Party** (e.g., Stripe, Gusto, vendor names)
* **Source** (bank feed details)
* **Category** (proposed or previously selected)
* **Amount**
* **Running balance**

***

### Editing & Updating Transactions

While Banks & Cards shows the raw transaction list, you can still:

* **Edit a category**
* **Update the party name**
* **Add notes**
* **View supporting bank details**
* **Filter by type, date, or keyword**

See also: [Editing Transactions](/business-agentic-general-ledger/editing-transactions.md)

***

### Switching the Date Range

Use the date selector at the top to switch between:

* Monthly views
* Quarterly views
* Yearly views
* Custom ranges

The transaction list updates instantly.

<div align="left"><figure><img src="/spaces/qRt4dmfdGdiXcjoMqF8Z/files/IeLhJhvcQ5SnWwHYmeIv" alt="" width="201"><figcaption></figcaption></figure></div>

***

### Use Banks & Cards when you want to:

* Review raw bank feed data
* Confirm incoming transactions
* Check balances and activity
* Catch unusual charges
* Validate the period’s feed completeness

***

{% columns %}
{% column width="66.66666666666666%" valign="middle" %}
Got a question or feedback? Our team is all ears—come say hello!
{% endcolumn %}

{% column width="33.33333333333334%" valign="middle" %}

<p align="center"><a href="https://portal.usepylon.com/digits/forms/get-in-touch-with-digits-support" class="button primary" data-icon="envelope-open-text">Contact Digits Support</a></p>
{% endcolumn %}
{% endcolumns %}

***


---

# 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://help.digits.com/business-bills-and-invoices/banks-and-cards.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.
