# How Connections Work

***

### Types of Connections

{% columns %}
{% column %}
**Bank and Card Connections (via Plaid)**

These connect directly to financial institutions like Chase or Bank of America.

Each login creates one connection, which can include multiple accounts, such as checking, savings, or credit cards.
{% endcolumn %}

{% column %}
**App Connections**

These connect to tools like Gusto (payroll), Stripe (payments), Ramp (cards), or Bill.com.

They use each app’s own authorization flow and may behave differently from bank connections.
{% endcolumn %}
{% endcolumns %}

***

### Connections vs. Accounts

A connection and an account are not the same:

* A **connection** is the top-level link to an institution or service (for example, Chase)
* An **account** is an individual account within that connection (for example, a checking account or credit card)

A single connection can include multiple accounts.

{% hint style="info" %}
**Tip:** If you only need to remove or manage one account, you don’t need to remove the entire connection.
{% endhint %}

***

### How Data Flows In

When you create a connection, you choose a start date. Digits imports transactions from that date forward and continues syncing automatically.

For bank and card connections, you may occasionally need to re-authorize through your bank. This is expected and helps keep the connection active.

***

### Connection Statuses

<table><thead><tr><th width="270.7613525390625">Status</th><th>What it means</th></tr></thead><tbody><tr><td><strong>Connected</strong></td><td>Syncing normally</td></tr><tr><td><strong>Connecting</strong></td><td>Initial setup or just re-authenticated (may take a few minutes)</td></tr><tr><td><strong>Initial Sync In Progress</strong></td><td>Waiting for the bank or service to finish adding accounts</td></tr><tr><td><strong>Paused</strong></td><td>Connection has been manually disabled and is not syncing</td></tr><tr><td><strong>Disconnected</strong></td><td>Your bank requires you to log in again to resume syncing</td></tr><tr><td><strong>Re-authentication required</strong></td><td>A specific re-authorization is needed (distinct from fully disconnected)</td></tr><tr><td><strong>Setup Incomplete</strong></td><td>Category mappings or activation steps need to be finished</td></tr><tr><td><strong>Awaiting accountant</strong></td><td>Setup is pending your accountant finalizing the connection</td></tr><tr><td><strong>Delayed Syncing</strong></td><td>Sync is behind. Digits is working on catching it up</td></tr><tr><td><strong>Archived</strong></td><td>Permanently disconnected; no new data will import</td></tr></tbody></table>

***

### QuickBooks is Not a Connection

QuickBooks works differently from other connections in Digits.

When you connect QuickBooks during setup, Digits imports your historical data up to a selected cutover date. This is a one-time import, not an ongoing sync.

After setup is complete, QuickBooks is no longer connected.

See: [Migrate Data from Quickbooks](/business-getting-started/migrate-from-quickbooks.md)

***

**Related articles**

* [Change the Start Date for a Connection](/business-connections/start-date.md)
* [Delete or Remove Transactions in Digits](/business-connections/remove-transactions.md)
* [Archive and Delete a Connection](/business-connections/remove-connections.md)
* [Starting Over in Digits](/business-connections/starting-over.md)

***

{% 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: 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://help.digits.com/business-connections/how-connections-work.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.
