> For the complete documentation index, see [llms.txt](https://daisychain.gitbook.io/help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://daisychain.gitbook.io/help/settings/users-and-roles.md).

# Users and Roles

{% embed url="<https://www.loom.com/share/bcbd0897d24b4b02a863190f26a2e0d4?sid=1333e9fd-241e-44b5-81e1-020a065cf9d8>" %}

### Inviting and Managing Users

To invite a new user to your account, navigate to **Settings > Users.** You can invite users by entering in their email address and pressing the *Invite User* button.

After someone has been invited, but before they've accepted their invitation, you can click the "Resend" button to send them another invitation, or click "Revoke Invitation" if you'd like to cancel it.

After someone has joined your account, you can also click the "Remove" button if you want to ensure they can't log into Daisychain again, or the "Change Role" button to change their role.

### Roles Overview

Users can currently have one of three roles, each of which has different permissions:

* **Admin:** Full control over the entire account. Admins can manage all settings, users, integrations, data exports, API keys, and billing.
* **Manager:** Operational access to most day-to-day features. Managers can create and manage broadcasts, flows, pathways, automations, conversations, and integrations. They can also manage tags, saved filters, quick replies, notes, and questions. (Managers *cannot* manage other users' roles, or fully manage API keys.)
* **User:** Limited access focused on inbox work. Users can view and reply to conversations, send individual messages/replies, tag people, update assignments and custom fields, and record question responses. (Users *cannot* create broadcasts, manage flows or pathways, change settings, or access integrations.)

### Permissions by Role

<table><thead><tr><th width="350.40625">Feature</th><th>Admin</th><th>Manager</th><th>User</th></tr></thead><tbody><tr><td><strong>People</strong></td><td></td><td></td><td></td></tr><tr><td>View all people</td><td>✅</td><td>✅</td><td>❌</td></tr><tr><td>Edit standard fields</td><td>✅</td><td>✅</td><td>❌</td></tr><tr><td>Edit custom fields</td><td>✅</td><td>✅</td><td>✅</td></tr><tr><td>Edit assignments</td><td>✅</td><td>✅</td><td>✅</td></tr><tr><td>Manage tags</td><td>✅</td><td>✅</td><td>✅</td></tr><tr><td>Record question responses</td><td>✅</td><td>✅</td><td>✅</td></tr><tr><td>Data export</td><td>✅</td><td>✅</td><td>❌</td></tr><tr><td>Bulk tasks (tag, assign, add to pathway)</td><td>✅</td><td>✅</td><td>❌</td></tr><tr><td><strong>Messaging</strong></td><td></td><td></td><td></td></tr><tr><td>View and reply to conversations (Inbox)</td><td>✅</td><td>✅</td><td>✅</td></tr><tr><td>Send individual messages</td><td>✅</td><td>✅</td><td>✅</td></tr><tr><td>Create and send broadcasts</td><td>✅</td><td>✅</td><td>❌</td></tr><tr><td>Reply to broadcast replies (reply queue)</td><td>✅</td><td>✅</td><td>✅</td></tr><tr><td>Manage quick replies</td><td>✅</td><td>✅</td><td>Read only</td></tr><tr><td><strong>Pathways</strong></td><td></td><td></td><td></td></tr><tr><td>View pathways and stages</td><td>✅</td><td>✅</td><td>❌</td></tr><tr><td>Move people through stages</td><td>✅</td><td>✅</td><td>❌</td></tr><tr><td>Create and edit pathways</td><td>✅</td><td>✅</td><td>❌</td></tr><tr><td><strong>Automations &#x26; Flows</strong></td><td></td><td></td><td></td></tr><tr><td>Create and manage flows</td><td>✅</td><td>✅</td><td>❌</td></tr><tr><td>Create and manage automations</td><td>✅</td><td>✅</td><td>❌</td></tr><tr><td><strong>Integrations</strong></td><td></td><td></td><td></td></tr><tr><td>View integrations</td><td>✅</td><td>✅</td><td>❌</td></tr><tr><td>Manage integrations</td><td>✅</td><td>❌</td><td>❌</td></tr><tr><td><strong>Settings &#x26; Administration</strong></td><td></td><td></td><td></td></tr><tr><td>Account settings (billing, URL shortening)</td><td>✅</td><td>Read only</td><td>❌</td></tr><tr><td>Manage users and roles</td><td>✅</td><td>❌</td><td>❌</td></tr><tr><td>Manage API keys</td><td>✅</td><td>Read only</td><td>❌</td></tr><tr><td>Manage teams</td><td>✅</td><td>Read only</td><td>❌</td></tr><tr><td>Manage saved filters</td><td>✅</td><td>✅</td><td>❌</td></tr><tr><td>Manage notes</td><td>✅</td><td>✅</td><td>❌</td></tr><tr><td>Two-factor authentication settings</td><td>✅</td><td>❌</td><td>❌</td></tr></tbody></table>


---

# 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://daisychain.gitbook.io/help/settings/users-and-roles.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.
