> 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/comments-and-collaboration.md).

# Comments & Collaboration

Digits keeps the conversation about your books **right next to the numbers**. Instead of emailing your accounting firm back and forth, you comment directly on the transaction, report, or item in question—so the context is always attached, and nothing gets lost.

This is also how you'll **answer questions from your firm**: when they need input on something, it shows up for you to respond to, in context.

***

#### How Do Comments Work?

You can leave a comment—a question, a note, or an answer—on the things you work with in Digits, including **transactions, bills, categories, reports, and reconciliations**. Everyone with access to that business (your team and your accounting firm) can see and reply, so a comment becomes a running thread in one place.

***

#### How Do I Leave a Comment?

1. Open the item you want to comment on—for example, click into a **transaction**.
2. Click the **comment bubble** icon.
3. Type your comment and post it.

You can also comment on **reports**: open a report and use the **collaboration panel** on the right to leave comments and track activity.

<div align="left"><figure><img src="/files/IyKS1L5lJSiEHE07cfNV" alt="" width="375"><figcaption></figcaption></figure></div>

***

#### How Do I Tag Someone?

Type **@** and choose a person to **@mention** them—your accountant, a teammate, or anyone with access. Mentioning someone notifies them so they know a comment needs their attention. Use it to loop in your firm on a specific question.

***

#### How Do I Respond to My Firm's Questions?

When your firm needs input—like "What was this expense for?"—they'll leave a comment on the item, and you'll get an **email notification**. You can respond two ways:

**Reply by email**\
Just reply directly to the notification email. Your response is added to the comment thread in Digits automatically.

**Reply in Digits**

1. Click **View Transaction** in the email, or open **Checklist** from your business dashboard and find it under **Comments**.

<div align="left"><figure><img src="/files/omEItrZuc2b2jpIiPJJB" alt="" width="261"><figcaption></figcaption></figure></div>

2. This opens the **transaction** in Digits.
3. Click the **comment bubble**, type your reply, and post it.

<div align="left"><figure><img src="/files/5vqkhpS92IkRQu01k6Zj" alt="" width="375"><figcaption></figcaption></figure></div>

Either way, your answer is saved right on the transaction, so the context stays attached and your firm can pick it up from there.

***

#### Where Do I See Everything That Needs My Attention?

Your **Checklist** is the central place for open questions and comments waiting for you. Anything left for you—by your firm or a teammate—shows up there as something to respond to.

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

***

## Frequently Asked Questions

**How do I ask my accounting firm a question in Digits?**

Open the transaction, report, or item you have a question about, click the **comment bubble**, type your question, and **@mention** your firm to notify them. Your question stays attached to that item so the context is clear.

**Where do I find questions my firm has asked me?**

Open your **Checklist** and look under **Comments**—it collects open questions and comments across your transactions, bills, categories, and reconciliations so you can respond in one place.

**How do I answer a question my firm left on a transaction?**

Open the item (from your Checklist or the transaction itself), read the comment, and reply in the same thread. Your answer is saved in context, right on that transaction.

**Can I comment on reports too?**

Yes. Open a report and use the **collaboration panel** on the right to leave comments, @mention teammates or your firm, and track activity.

**Will people be notified when I comment or @mention them?**

Yes. @mentioning someone notifies them that a comment needs their attention.

***

{% 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/comments-and-collaboration.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.
