> 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/roles-and-permissions.md).

# Invite a Client to their Digits Account

***

{% hint style="info" icon="lightbulb-on" %}

### Before You Invite Someone

There are two types of users in Digits:

* **Team members** are your clients or work for your client. They access the client's books and collaborate with your firm.
* **Colleagues** work at your accounting firm. They're managed from your **Firm Dashboard** and can work in client books, but they aren't part of the client's organization.

Because team members belong to the client's organization, they can manage their own organization's settings and team members (if their role allows it). Firm colleagues can't.
{% endhint %}

***

### Choose a Team Member Role

When you invite someone, choose one of these roles:

<table><thead><tr><th width="167.45526123046875">Role</th><th>Description</th></tr></thead><tbody><tr><td><strong>Client</strong></td><td>Can access all available tools, comment, tag teammates, and collaborate with your firm.</td></tr><tr><td><strong>Read Only</strong></td><td>Can view information and collaborate through comments but can't make changes.</td></tr></tbody></table>

This role controls what the person can do in the client's books. It doesn't affect access to your firm's dashboard or other clients.

***

### How to Invite a Client to their Digits account

1. From the **Firm Dashboard**, open the business dashboard for the client you want to share.
2. From the left navigation menu, click **Invite Client**.
3. Enter the person’s **Name** and **Email**.
4. Select a **Role**.
5. *(Optional)* Add a custom message.
6. Click **Send Invite**.

<div align="left"><figure><img src="/files/2fIzlrpwbjt5zEdfnOrI" alt="" width="279"><figcaption></figcaption></figure></div>

The person will receive an email inviting them to Digits. After they accept the invitation, they'll be able to access that client's books.

To check the invitation status, open the **Invite Client** dialog and click **View All Clients** to see who has accepted their invitation and who is still pending.

***

### Organization Settings

**Organization Settings** belong to the client's organization.

Once a client has an eligible team member in their organization, they manage their own:

* Team members
* Roles and permissions
* Organization settings

Firm colleagues can continue working in the client's books and can invite additional team members, but they can't access or manage the client's **Organization Settings**.

***

### A Note About Your Client's Team

Inviting a client to Digits is different from managing the team members in that client's organization.

{% hint style="warning" icon="lightbulb-exclamation-on" %}

#### **You can invite, but you can't remove.**&#x20;

You can help **invite** people into a client's organization to get them. As a firm colleague, you can **invite** people to your client's organization to help them get started. However, once someone has joined as a team member, only an **Admin** in the client's organization can manage that person's access.As a firm colleague, you can **invite** people to your client's organization to help them get started. However, once someone has joined as a team member, only an **Admin** in the client's organization can manage that person's access.

That means only the client can:

* Remove an active team member
* Change a team member's organization role
* Manage their organization's team from the **Organization Dashboard**

If your client needs help managing their team, direct them to **Managing Your Team Members**.

**Note:** Removing a client from your firm (disaffiliating the client account) is different from removing a team member from the client's organization. These are separate actions.
{% endhint %}

***

### After the Client Joins

After a team member joins the client's organization, they can manage their own team from **Organization Settings**, provided they have the appropriate permissions.

For more information, see [Your Organization Dashboard ](https://help.digits.com/for-clients/my-organization-dashboard)

***

***

### Frequently Asked Questions

<details>

<summary>What’s the difference between colleagues and client team members?</summary>

Colleagues are your firm’s staff (invited at the firm level). Team Members are people at the client company (invited inside a specific client).

</details>

<details>

<summary>Who can invite client team members?</summary>

Any firm colleague with sufficient rights on that client (e.g., client admin or a firm Admin/Account Manager with admin rights).

</details>

<details>

<summary>Can I invite someone to multiple clients at once?</summary>

Invites are per client. A person only sees the clients they’re invited to.

</details>

<details>

<summary>The invite didn’t arrive—what now?</summary>

Ask them to check spam. **In Settings → Team Members**, revoke the Invitation (if pending) and send a fresh Invite.

</details>

<details>

<summary>Will adding team members affect billing?</summary>

No. Inviting client team members does not change your firm’s billing for that client.

</details>

<details>

<summary>Can client team members invite more people?</summary>

No. A firm colleague must send the invite.

</details>

<details>

<summary>Can I use the Demo Client to practice invitations?</summary>

No. The **Demo Client** doesn’t support invites. Use a real client (or [Firm Free Books](/my-firm-account/free-books.md)) to test the flow.

</details>

<details>

<summary>Can my client edit transactions in Digits?</summary>

Clients invited to Digits can view and edit individual transactions, leave comments, and share transactions. They cannot bulk edit, create, or delete transactions.

</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/client-management/roles-and-permissions.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.
