> For the complete documentation index, see [llms.txt](https://support.dashworks.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.dashworks.ai/faqs/user-roles.md).

# User Roles

Your workspace has two user roles - **Member** and **Admin.** Here are the additional features and permissions available to Admins:

<table><thead><tr><th width="249">Feature</th><th>Member</th><th>Admin</th></tr></thead><tbody><tr><td>Workspace Settings</td><td>No access</td><td>Full access</td></tr><tr><td>Analytics</td><td>No access</td><td>Full access</td></tr><tr><td>Org Instructions</td><td>No access</td><td>Full access</td></tr><tr><td>Member Management</td><td>Invite members</td><td>Invite members, block members, and change member roles</td></tr><tr><td>Bot Account</td><td>Cannot change Bot Account or its connections</td><td>Can setup and edit Bot Account and its connections</td></tr><tr><td>Bots</td><td>Create bots and edit bots that you've created</td><td>Create bots, and edit or delete any bot</td></tr><tr><td>App Connections</td><td>Can add Individual connections</td><td>Can add Org and Individual connections</td></tr><tr><td>Files</td><td>Can access any files in search results</td><td>Can upload and delete files, and access in search results</td></tr><tr><td>Answers</td><td>Can create new answers and edit them</td><td>Can create new answers, and edit or delete any answer</td></tr><tr><td>AI Model</td><td>Can set individual AI model default</td><td>Can set org-wide AI model default</td></tr><tr><td>Billing</td><td>No access</td><td>Full access</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:

```
GET https://support.dashworks.ai/faqs/user-roles.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
