> 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/digits-for-accountants/accountants.md).

# Accountants

<p align="center">Find step-by-step guides to set up your firm, manage clients, and run your workflows in Digits.</p>

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h4><i class="fa-paper-plane" style="color:$primary;">:paper-plane:</i>  Getting Started with Digits for Firms</h4></td><td>Set up your firm, explore your demo client, and start onboarding clients.</td><td><a href="https://help.digits.com/firms-getting-started/">Getting Started with Digits for Firms</a></td></tr><tr><td><h4><i class="fa-plug" style="color:$primary;">:plug:</i>  Connections</h4></td><td>Learn how to connect banks, credit cards, and financial apps securely to Digits.</td><td><a href="https://help.digits.com/firms-connections/">Connections</a></td></tr><tr><td><h4><i class="fa-ballot-check" style="color:$primary;">:ballot-check:</i>  Using Digits - Accounting Workflows</h4></td><td>Automate bookkeeping across Home, Checklist, Ledger, and vendor workflows.</td><td><a href="https://help.digits.com/firms-accounting-workflows/">Accounting Workflows</a></td></tr><tr><td><h4><i class="fa-gear" style="color:$primary;">:gear:</i>  My Firm Account</h4></td><td>Update billing, manage users, and customize firm settings to keep everything running smoothly.</td><td><a href="https://help.digits.com/my-firm-account/">My Firm Account</a></td></tr><tr><td><h4><i class="fa-users-gear" style="color:$primary;">:users-gear:</i>  Client Management</h4></td><td>Resources for managing clients after onboarding.</td><td><a href="https://help.digits.com/client-management/">Client Management</a></td></tr><tr><td><h4><i class="fa-user-tie">:user-tie:</i>  For Clients</h4></td><td>Guides for business owners whose books are managed by an accounting firm.</td><td><a href="https://help.digits.com/for-clients/">For Clients</a></td></tr><tr><td><h4><i class="fa-comments-question-check" style="color:$primary;">:comments-question-check:</i>  FAQs &#x26; Troubleshooting for Firms</h4></td><td>Find quick answers and fixes for common setup, workflow, and connection issues.</td><td><a href="https://help.digits.com/faqs-and-troubleshooting-for-firms/">FAQs &amp; Troubleshooting for Firms</a></td></tr></tbody></table>

***

{% 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/digits-for-accountants/accountants.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.
