# Change the Start Date for a Connection

***

### Before You Start

Digits uses two types of start (cutover) dates:

{% columns %}
{% column %}
**Accounting Start Dates**

Each bank, card, or integration (such as Stripe, Ramp, or payroll) has its own start date.

* Controls how far back data is imported for that connection
* Can be updated at any time
* Cannot be earlier than a QuickBooks cutover date (if one exists)
  {% endcolumn %}

{% column %}
**QuickBooks Cutover Date (initial setup only)**

If you migrated from QuickBooks Online, Digits sets a cutover date during setup.

* Applies to your entire account
* Cannot be changed after setup
* Limits how far back any connection can import data

If you need to change this date, you’ll need to **start over**.

See: [Starting Over in Digits](/business-connections/starting-over.md)
{% endcolumn %}
{% endcolumns %}

***

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

### How to Change a Connection or Account Start Date

1. Click **Connections** in the left navigation
2. Select **My Connections**
3. Click **Manage** next to the connection
4. Click the account in the left panel

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

5. Turn off **Import all historical transactions**
6. Select a new start date from the calendar

<div align="left"><figure><img src="/files/FVjGzSBmZA2bHckuzSRw" alt="" width="351"><figcaption></figcaption></figure></div>

7. Click **Done** to save your changes

{% hint style="danger" icon="calendar-days" %}
**Note:** Plaid can only pull up to 2 years of transaction history for connected bank and credit card accounts.
{% endhint %}

Digits updates which transactions are visible based on the new start date. Transactions before that date will no longer appear.

***

### When to Change the Start Date

Change the start date if:

<i class="fa-octagon-check" style="color:green;">:octagon-check:</i>  Too much historical data was imported

<i class="fa-octagon-check" style="color:green;">:octagon-check:</i>  You want to limit transactions to a specific period

<i class="fa-octagon-check" style="color:green;">:octagon-check:</i>  You’re cleaning up data without removing the entire connection

<i class="fa-hexagon-xmark" style="color:red;">:hexagon-xmark:</i>  You can't update the QuickBooks cutover date after setup. See: [Starting Over in Digits](/business-connections/starting-over.md)

**Other Options:**

If updating the start date doesn’t solve your issue:

* **Delete and reconnect the connection** to fully reset imported transactions. See: [Archive and Delete a Connection](/business-connections/remove-connections.md)
* **Adjust balances with journal entries** if you’re already live and need to correct historical data. See:   [Journal Entries in Digits](/business-agentic-general-ledger/journal-entries.md)

{% hint style="info" icon="lightbulb-exclamation-on" %}
**Just need to remove a few transactions?** Changing the start date is best when you want to trim the historical range of imports for a connection. To remove individual synced transactions from Plaid, Stripe, or QuickBooks Online without affecting the rest of the connection, see [Delete or Remove Transactions in Digits](/business-connections/remove-transactions.md)
{% endhint %}

***

### Frequently Asked Questions

<details>

<summary>Can I set a future start date? </summary>

No. The start date must be today or a date in the past.

</details>

***

{% 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/start-date.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.
