# Troubleshooting Cash Totals: Verifying Opening Balances

Opening Balances are critical to ensuring accurate cash metrics and reporting. In Digits, an Opening Balance represents the amount in a client’s bank account when Digits begins tracking data. It serves as the starting point for calculating metrics like Total Cash on the Dashboard and drives downstream reporting accuracy.

***

### How Digits Sources the Opening Balance <a href="#how-digits-sources-the-opening-balance-0-0" id="how-digits-sources-the-opening-balance-0-0"></a>

When you connect a bank account for a client, Digits attempts to retrieve the Opening Balance through one of the following methods:

1. **From QuickBooks Online (QBO):**\
   If the client’s data is imported from QBO, the Opening Balance is brought in automatically. You’ll see this logged as "*imported from QuickBooks*" in the Activity Log.<br>
2. **From the Bank (via Plaid):**\
   For direct bank connections, Digits retrieves up to 2 years of transactions using Plaid. If the account is recent enough, it uses this data to calculate the balance as of the connection date.<br>
3. **If No Data Is Available (Older Accounts or Manual Setup):**\
   If Digits cannot retrieve the balance (typically because the account predates the Plaid window) it estimates the Opening Balance based on the first visible transaction and books it as a journal entry labeled "*Digits generated opening balance.*"

***

### When You Might Need to Adjust (or Remove) the Opening Balance

You may need to update the Opening Balance if:

* The client’s **Total Cash** appears incorrect
* Older transactions are missing
* The opening balance doesn’t match the bank statement as of the connection date
* You want to replace the generated balance with a more accurate one

***

### How to Find the Opening Balance Entry

Because the Opening Balance represents the start of history, it’s often far back in the Ledger.

To locate it:

1. Go to **Accounting → Ledger → All Transactions**
2. Use the **date filter** to jump to the earliest available date
3. Look for a **Journal Entry** labeled:
   * *Digits generated opening balance*, or
   * *Imported from QuickBooks*

{% hint style="info" %}
**Tip:** If scrolling is slow, narrowing the date range to the first month of activity usually surfaces the entry quickly.
{% endhint %}

***

### Updating or Removing an Opening Balance

Opening Balances in Digits are recorded as manual journal entries, so you have full control over them. Unlike transactions pulled in through a bank connection, opening balance entries can be edited or deleted.

If an Opening Balance doesn’t look right, it’s usually best to delete it and recreate it with the correct amount, rather than trying to offset it later with additional entries.

#### **Option A:** **Edit the Existing Opening Balance**

1. Go to **Accounting → Ledger → All Transactions**.
2. Locate the Opening Balance entry (Journal Entry or Pay In).
3. Toggle to **Edit** mode at the top of the screen.&#x20;
4. Adjust the amount.
5. Click **Save & Close**.

### &#x20;**Option B**: **Delete and Recreate the Opening Balance**

{% stepper %}
{% step %}
**Step 1: Delete the Existing Entry**

1. Open the Opening Balance journal entry.
2. Toggle to **Edit** mode at the top of the screen.
3. Click **the Trash** icon in the top right to delete.
   {% endstep %}

{% step %}
**Step 2: Create a New Opening Balance**

1. Go to **Ledger → All Transactions**
2. Click **New Transaction → Journal Entry**
3. Enter the correct opening balance amount
4. Assign the appropriate accounts
5. Click **Save & Close**
   {% endstep %}
   {% endstepper %}

{% hint style="info" %}
Unsure of the correct amount? Refer to the client’s bank statement from the date of connection. Need journal entry help? See: [Journal Entries in Digits](https://help.digits.com/support/solutions/articles/151000215789-journal-entries-in-digits).
{% endhint %}

***

### Backfilling Historical Data (Optional) <a href="#backfilling-historical-data-optional--0-3" id="backfilling-historical-data-optional--0-3"></a>

If you have a CSV of older transactions, you can backfill to improve accuracy:

1. Go to **Ledger → All Transactions**.
2. Click the dropdown next to **New Transaction → Import Bank Transactions**.
3. Upload your CSV file and confirm the field mappings.
4. Click **Next** to complete the import.

:sparkles: Digits will incorporate this data and improve the overall accuracy of metrics and history.

***

{% 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://app.gitbook.com/s/x8QKZsFt122QPdcslRDC/contact-us" 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/firms-agentic-general-ledger/verify-opening-balances.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.
