> 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/client-management/what-clients-can-and-cant-do.md).

# What Clients Can & Can't Do

When you manage a client's books in Digits, the people in that client's organization have different permissions based on **their role** and **their subscription plan**.

* A person's **role** determines what they can do.
* The client's **plan** determines which features are available.

For example, if a client's plan doesn't include **Connections** or **Category Manager**, those features won't appear—even if the person's role would normally allow them to use them.

Both the plan and the person's role must allow an action before it can be performed.

***

### **Client Roles**

People in a client's organization can have one of two roles:

<table><thead><tr><th width="154.31964111328125">Role</th><th>Description</th></tr></thead><tbody><tr><td><strong>Client</strong></td><td>A client's full-access role is called Client — the label you'll see when inviting a client team member. (The same role appears as Admin inside the client's own Organization Settings.)</td></tr><tr><td><strong>Read Only</strong></td><td>Members can view and comment, but can't create, edit, or delete.</td></tr></tbody></table>

**What Client Team Members Can and Can't Do**

<table data-search="false"><thead><tr><th width="410.3238525390625">Capability</th><th width="150.8232421875">Client</th><th width="179.8118896484375">Client Read Only</th></tr></thead><tbody><tr><td>Invite or remove their own team members</td><td>✅</td><td>❌</td></tr><tr><td>Manage their billing and subscription (if the client is self-paid)</td><td>✅</td><td>❌</td></tr><tr><td>View financials and reports</td><td>✅</td><td>✅</td></tr><tr><td>Comment, tag, and share</td><td>✅</td><td>✅ (comment)</td></tr><tr><td>Add a bank / financial connection</td><td>✅</td><td>❌</td></tr><tr><td>Add or edit accounts in the Chart of Accounts (Category Manager)</td><td>❌</td><td>❌</td></tr><tr><td>Edit or reclassify individual transactions</td><td>⚠️ Limited</td><td>❌</td></tr><tr><td>Edit a transaction in a closed / locked period</td><td>❌</td><td>❌</td></tr></tbody></table>

#### Chart of Accounts

Managed clients can view and comment on the **Chart of Accounts**, but they can't add, edit, or delete accounts. Your accounting firm manages the Chart of Accounts for your organization.

#### Editing Transactions

Client Admins can edit or reclassify individual transactions when allowed. They can't perform bulk ledger edits or make structural changes to the books.

#### Closed Periods

Once an accounting period is closed, transactions dated within that period can't be edited by anyone—including your client or your firm's colleagues. To make changes, the period must first be reopened.

***

### Does This Vary by Plan?

Yes. Some features depend on the client's subscription plan, while others depend on the user's role.

See [Digits for Firms Plans](/my-firm-account/firm-plans.md) for a comparison of available features.

* If a client **can't see** a feature, check their subscription plan.
* If they **can see** the feature but can't use it, check their role.

***

### Frequently Asked Questions

<details>

<summary>What's the difference between a Client Admin and a Read-Only client?</summary>

A Client Admin can use Digits day to day — manage their team and billing, add connections, and edit individual transactions — while a Read-Only client can only view financials and leave comments. Neither can restructure the books or edit the Chart of Accounts.

</details>

<details>

<summary>Can a client edit a transaction in a closed period?</summary>

No. Once an accounting period is closed, transactions dated within it are locked for everyone — the client and your firm's colleagues alike. The period must be reopened before anyone can edit them.

</details>

<details>

<summary>Can my client manage their own team?</summary>

A Client Admin can invite and remove their own team members and set each person's access. A Read-Only client can't manage the team. (Note: your firm can help invite people during setup, but can't remove a client's active team members.)

</details>


---

# 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/client-management/what-clients-can-and-cant-do.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.
