> 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/welcome-to-digits.md).

# Welcome to Digits

Your accounting firm has moved your books to Digits—so your financials stay current, and you can see where your business stands anytime, anywhere from your computer or your phone.

***

#### What Is Digits?

Digits is where your financials live and stay up to date. Your accounting firm manages your books here, and you get a real-time window into your numbers—no waiting until month-end to see how you're doing.

Your accounting firm trains Digits to work the way *they* do, so the results reflect their expertise, standards, and professional judgment. That means your books benefit from your firm's guidance continuously, not just at month-end or year-end.

{% hint style="info" icon="lightbulb-exclamation-on" %}
Curious how that works, or what's included in your plan? Your accounting firm is the best person to ask—what you see in Digits depends on the plan they've set you up with.
{% endhint %}

***

#### What Can You Do in Digits?

* **See where you stand** — real-time financials, key metrics, and reports.
* **Stay in the loop** — review your activity without digging through email.
* **Collaborate with your accounting firm** — ask questions and respond right on the transaction. See Comments & Collaboration.
* **Work from anywhere** — on the web and on your phone.

<a href="https://apps.apple.com/us/app/digits-accounting/id6759429236" class="button primary" data-icon="apple">Download the App</a>

***

#### Where Do I Go Next?

* **How Digits Works With Your Accounting Firm** — who does what between you and your accounting firm.
* **Your Organization Dashboard** vs. **Your Business Dashboard** — how to find your way around.
* **Comments & Collaboration** — how to ask questions and answer your accounting firm.

***

{% 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/welcome-to-digits.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.
