> 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/for-clients/how-digits-works-with-your-accounting-firm.md).

# How Digits Works With Your Accounting Firm

Digits and your accounting firm work together to give you the financial information you need, when you need it, so you can make better business decisions. Your accounting firm provides the expertise and professional judgment, while Digits keeps your financials up to date in real time. The team behind your books doesn't change—Digits simply gives you real-time visibility into their work and where your business stands.

***

### Who Does What?

Your accounting team is still your accounting team. They continue to provide the expertise, judgment, and advice you rely on. Digits keeps your financials current, giving both you and your accounting team a real-time view of your business so you can make informed decisions throughout the month, not just after the books are closed.

| Your accounting firm                                              | Digits                                                                     |
| ----------------------------------------------------------------- | -------------------------------------------------------------------------- |
| Provides accounting expertise and professional judgment.          | Keeps your financials current throughout the month.                        |
| Reviews exceptions and handles complex accounting decisions.      | Automates routine bookkeeping and accounting workflows.                    |
| Advises you on your business and answers accounting questions.    | Gives you and your accounting firm a shared, real-time view of your books. |
| Helps you understand your financials and make informed decisions. | Surfaces up-to-date financial information so you can act sooner.           |

***

### Frequently Asked Questions

<details>

<summary>Is AI doing my accounting now?</summary>

No—your accounting firm does your accounting. Digits handles the repetitive work under their supervision, trained on their decisions, and your team reviews the results. Every output reflects your accounting firm's standards

</details>

<details>

<summary>Do I Still Need My Accounting Firm?</summary>

Absolutely. Your accounting firm runs your accounting and provides the judgment behind your numbers—Digits doesn't change that. What changes is that their expertise reaches your books continuously, and your team spends less time on data entry and more time helping you make decisions.

</details>

<details>

<summary>Does this mean fewer people on my account?</summary>

Same team, better use of their time. The hours that used to go to data entry now go to analysis, planning, and answering your questions.

</details>

<details>

<summary>What do I have to do to get started?</summary>

Almost nothing—your accounting firm handles the setup. You'll get access to your financials on the web and mobile, and your accounting firm will walk you through it.

</details>

<details>

<summary>Is my data safe?</summary>

Your accounting firm can walk you through exactly how your data is handled. For any specifics, reach out to them directly.

</details>

<details>

<summary>Will My Financials Be Up to Date?</summary>

Yes—that's the point. Instead of waiting until the month closes, Digits keeps your numbers current so you can check where you stand today, from the web or mobile. Think of monthly financials as looking in the rearview mirror; Digits is the windshield.

</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
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/for-clients/how-digits-works-with-your-accounting-firm.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.
