diff --git a/docs/core-concepts/workspaces/members.mdx b/docs/core-concepts/workspaces/members.mdx
index 93a41a3c..fcfe92a9 100644
--- a/docs/core-concepts/workspaces/members.mdx
+++ b/docs/core-concepts/workspaces/members.mdx
@@ -2,28 +2,1166 @@
title: Members
---
-Members can be your collaborators, employees, executives, managers or even clients. Each member in your workspace needs a role for them to start using Plane.
+# Manage users, roles and permissions
-## **Workspace roles**
+Keeping your workspace organized and secure is a big part of running projects smoothly. Plane makes it simple to manage who can access your workspace, what they can do, and how they collaborate with others. This guide walks you through managing members and assigning roles, and an understanding of all the permissions for each role.
-Every user on a workspace has a specific role associated with them, which determines their permissions and what actions they are allowed to take within the workspace. This helps to ensure that users only have access to the resources and functions that they need in order to complete their work.
+## Roles
-**Available roles**
+Each user in your workspace has a role, which defines their level of access and permissions. Here’s a quick overview of the available roles:
-- **Admin** - The administrator of the workspace is the supreme administrator and has all permissions set to `true` within the workspace.
+- **Admin**
+Admins have full access to everything in the workspace. They can manage members, update settings, and perform all actions across projects, cycles, and modules. If you're an admin, you’re essentially running the show.
-- **Member** - Workspace members are essentially team members within the organization, and they have the ability to read, write, edit, and delete entities inside projects, cycles, and modules within the workspace. It is important to note that workspace members can create new projects.
-- **Guest** - External members of organizations can be invited as guests, which grants them the ability to view all content to which they have been invited.
+- **Member**
+Members are your core team. They can create, edit, and delete content in projects, cycles, and modules. Members also have the ability to create new projects. This role works well for collaborators who need to contribute to day-to-day tasks.
-## Adding members
+- **Guest**
+Guests are external collaborators—like clients or contractors—who need limited access. They can only view the specific content they’ve been invited to. This role is perfect for keeping outsiders in the loop without giving them full access.
-To invite members to the workspace, go to the [settings](/core-concepts/workspaces/overview#workspace-settings) of your workspace and then to the members tab. From there, you can invite a user by clicking on the "Add member" button, which will open a modal. In this modal, you can enter the email addresses of the members you wish to invite and select their roles.
- 
-After inviting members, they will receive a notification via email. If you are using a self-hosted Plane instance, it is advisable to set up an SMTP server now to facilitate sending invite notifications. Once the member accepts the invitation, they will be added to your workspace. If they decline the invitation, you have the option to remove them from the workspace.
+### Grant view access to Guests
+You can enable this setting in **Project Settings > Members**. Enabling this setting allows guest users to view all project issues, providing them with broader visibility into the project's progress and details. This is useful for external stakeholders who need full context without editing permissions.
+ 
-## Updating member roles
-In the workspace settings, accessible from the members page, you can promote or demote individuals. Administrators have the authority to promote or demote any member, while regular members can only promote others to the member role.
- 
-## Removing members
-An admin of the workspace has the ability to remove any user from the members page. Once removed, the user will lose access to the workspace.
- 
+## Permissions
+Permissions define what actions users can take within a workspace or project. By assigning appropriate roles, you can ensure everyone has the right level of access to collaborate effectively while maintaining security.
+
+
+ Workspaces
+
+
+
+
+
+
+
+ Permission
+ Admin
+ Member
+ Guest
+
+
+ Access Workspace settings
+ ✓
+ x
+ x
+
+
+ Create Workspace
+ ✓
+ x
+ x
+
+
+ Update Workspace
+ ✓
+ x
+ x
+
+
+ Delete Workspace
+ ✓
+ x
+ x
+
+
+ Add user
+ ✓
+ x
+ x
+
+
+ Remove user
+ ✓
+ x
+ x
+
+
+ Change user role
+ ✓
+ x
+ x
+
+
+ Manage Project states
+ ✓
+ x
+ x
+
+
+ Manage Billing and plans
+ ✓
+ x
+ x
+
+
+ Manage Integrations
+ ✓
+ x
+ x
+
+
+ Manage Imports
+ ✓
+ x
+ x
+
+
+ Manage Exports
+ ✓
+ x
+ x
+
+
+ Manage Webhooks
+ ✓
+ x
+ x
+
+
+ Manage API tokens
+ ✓
+ x
+ x
+
+
+ Manage Worklogs
+ ✓
+ x
+ x
+
+
+ Home
+ ✓
+ ✓
+ ✓
+
+
+ Your work
+ ✓
+ ✓
+ x
+
+
+ Inbox
+ ✓
+ ✓
+ ✓
+
+
+ Drafts
+ ✓
+ ✓
+ x
+
+
+ Projects
+ ✓
+ ✓
+ ✓
+
+
+ View private projects
+ ✓
+ x
+ x
+
+
+ View public projects
+ ✓
+ ✓
+ x
+
+
+ Join private projects
+ ✓
+ x
+ x
+
+
+ Join public projects
+ ✓
+ ✓
+ x
+
+
+ Cycles
+ ✓
+ ✓
+ x
+
+
+ Views
+ ✓
+ ✓
+ ✓
+
+
+ Analytics
+ ✓
+ ✓
+ x
+
+
+
+ Your favourites
+ ✓
+ ✓
+ x
+
+
| Permission | +Workspace Admin | +Project Admin | +Member | +Guest | +
|---|---|---|---|---|
| Access Project settings | +✓ | +✓ | +x | +x | +
| Create Project | +✓ | +✓ | +✓ | +x | +
| Update Project | +✓ | +✓ | +x | +x | +
| Archive Project | +✓ | +✓ | +x | +x | +
| Delete Project | +✓ | +✓ | +x | +x | +
| Add user | +✓ | +✓ | +x | +x | +
| Remove user | +✓ | +✓ | +x | +x | +
| Change user role | +✓ | +✓ | +x | +x | +
| Enable features | +✓ | +✓ | +x | +x | +
| Manage issue states | +✓ | +✓ | +x | +x | +
| Manage issue labels | +✓ | +✓ | +x | +x | +
| Manage Estimates | +✓ | +✓ | +x | +x | +
| Manage Automations | +✓ | +✓ | +x | +x | +
| Manage issue types and custom properties | +✓ | +✓ | +x | +x | +
| Add Project to favorites | +✓ | +✓ | +✓ | +x | +
| Publish Project | +✓ | +✓ | +x | +x | +
| Copy link | +✓ | +✓ | +✓ | +x | +
| View Archived projects | +✓ | +✓ | +✓ | +✓ | +
+
| Permission | +Workspace Admin | +Project Admin | +Member | +Guest | +Guest with view access |
+ Comments | +
|---|---|---|---|---|---|---|
| Create Issue | +✓ | +✓ | +✓ | +x | +x | ++ |
| View Issues | +✓ | +✓ | +✓ | +x | +✓ | +Guests without view access can only see their own issues accepted through Intake. | +
| Modify Issue | +✓ | +✓ | +✓ | +x | +x | ++ |
| Duplicate Issue | +✓ | +✓ | +✓ | +x | +x | ++ |
| Copy link | +✓ | +✓ | +✓ | +x | +x | ++ |
| Archive Issue | +✓ | +✓ | +✓ | +x | +x | ++ |
| Delete Issue | +✓ | +✓ | +✓ | +x | +x | ++ |
| Edit Issue properties | +✓ | +✓ | +✓ | +x | +x | ++ |
| View Issue activity | +✓ | +✓ | +✓ | +x | +✓ | ++ |
| Log work | +✓ | +✓ | +✓ | +x | +x | ++ |
| Add Comments | +✓ | +✓ | +✓ | +x | +✓ | ++ |
| View Comments | +✓ | +✓ | +✓ | +x | +✓ | ++ |
| Add Reactions | +✓ | +✓ | +✓ | +x | +✓ | ++ |
+
| Permission | +Workspace Admin | +Project Admin | +Member | +Guest | +
|---|---|---|---|---|
| Create Cycle | +✓ | +✓ | +✓ | +x | +
| View Cycles | +✓ | +✓ | +✓ | +x | +
| View Cycle issues | +✓ | +✓ | +✓ | +x | +
| Edit Cycle | +✓ | +✓ | +✓ | +x | +
| Add issues | +✓ | +✓ | +✓ | +x | +
| Archive Cycle | +✓ | +✓ | +✓ | +x | +
| Delete Cycle | +✓ | +✓ | +✓ | +x | +
| Copy link | +✓ | +✓ | +✓ | +x | +
| Add Cycle to favorites | +✓ | +✓ | +✓ | +x | +
| View Cycle details | +✓ | +✓ | +✓ | +x | +
| Filter Cycles | +✓ | +✓ | +✓ | +x | +
| Search Cycles | +✓ | +✓ | +✓ | +x | +
+
| Permission | +Workspace Admin | +Project Admin | +Member | +Guest | +
|---|---|---|---|---|
| Create Module | +✓ | +✓ | +✓ | +x | +
| View Modules | +✓ | +✓ | +✓ | +x | +
| View Module issues | +✓ | +✓ | +✓ | +x | +
| Edit Module | +✓ | +✓ | +✓ | +x | +
| Add issues | +✓ | +✓ | +✓ | +x | +
| Archive Module | +✓ | +✓ | +✓ | +x | +
| Delete Module | +✓ | +✓ | +✓ | +x | +
| Copy link | +✓ | +✓ | +✓ | +x | +
| Add Module to favorites | +✓ | +✓ | +✓ | +x | +
| View Module details | +✓ | +✓ | +✓ | +x | +
| Add links to Module | +✓ | +✓ | +✓ | +x | +
| Sort Modules | +✓ | +✓ | +✓ | +x | +
| Filter Modules | +✓ | +✓ | +✓ | +x | +
| Search Modules | +✓ | +✓ | +✓ | +x | +
+
| Permission | +Workspace Admin | +Project Admin | +Member | +Guest | +Guest with view access |
+ Comments | +
|---|---|---|---|---|---|---|
| Create View | +✓ | +✓ | +✓ | +✓ | +✓ | ++ |
| See Views | +✓ | +✓ | +✓ | +x | +✓ | +Guests without view access can only see the Views they create | +
| Edit View | +✓ | +✓ | +✓ | +x | +✓ | ++ |
| Add issues | +✓ | +✓ | +✓ | +x | +x | ++ |
| Delete View | +✓ | +✓ | +✓ | +x | +✓ | ++ |
| Sort Views | +✓ | +✓ | +✓ | +x | +✓ | ++ |
| Filter Views | +✓ | +✓ | +✓ | +x | +✓ | ++ |
| Search Views | +✓ | +✓ | +✓ | +x | +✓ | ++ |
| Add View to favorites | +✓ | +✓ | +✓ | +x | +x | ++ |
| Publish View | +✓ | +✓ | +✓ | +x | +x | ++ |
| Copy link | +✓ | +✓ | +✓ | +x | +x | ++ |
+
| Permission | +Workspace Admin | +Project Admin | +Member | +Guest | +Guest with view access |
+
|---|---|---|---|---|---|
| Create Page | +✓ | +✓ | +✓ | +x | +x | +
| View Pages | +✓ | +✓ | +✓ | +x | +✓ | +
| Edit Page | +✓ | +✓ | +✓ | +x | +x | +
| Archive Page | +✓ | +✓ | +✓ | +x | +x | +
| Delete Page | +✓ | +✓ | +✓ | +x | +x | +
| Add Page to favorites | +✓ | +✓ | +✓ | +x | +x | +
| Publish Page | +✓ | +✓ | +✓ | +x | +x | +
| Copy link | +✓ | +✓ | +✓ | +x | +x | +
| Sort Pages | +✓ | +✓ | +✓ | +x | +✓ | +
| Filter Pages | +✓ | +✓ | +✓ | +x | +✓ | +
| Search Pages | +✓ | +✓ | +✓ | +x | +✓ | +
+
| Permission | +Workspace Admin | +Project Admin | +Member | +Guest | +Guest with view access |
+ Comments | +
|---|---|---|---|---|---|---|
| Create Intake issue | +✓ | +✓ | +✓ | +✓ | +✓ | ++ |
| View Intake issues | +✓ | +✓ | +✓ | +✓ | +✓ | +Guest without view access can only view the Intake issues they create | +
| View Intake issue | +✓ | +✓ | +x | +✓ | +x | +Guest without view access can only modify the Intake issues they create | +
| Accept Intake issue | +✓ | +✓ | +x | +x | +x | ++ |
| Reject Intake issue | +✓ | +✓ | +x | +x | +x | ++ |
| Snooze Intake issue | +✓ | +✓ | +✓ | +x | +x | +Members can't snooze issues created by other users | +
| Mark duplicate | +✓ | +✓ | +✓ | +x | +x | +Members can't mark duplicate Intake issues created by other users | +
| Delete Intake issue | +✓ | +✓ | +✓ | +x | +x | +Members can't delete Intake issues created by other users | +
| Add attachments | +✓ | +✓ | +✓ | +✓ | +✓ | +Members and Guests can only attach files to the Intake issues they create | +
| Modify Intake issue properties | +✓ | +✓ | +✓ | +✓ | +✓ | +Members and Guests can only modify Intake issue properties they create | +
| View activity | +✓ | +✓ | +✓ | +x | +✓ | ++ |
| Add comments | +✓ | +✓ | +✓ | +x | +✓ | ++ |
| Add reactions | +✓ | +✓ | +✓ | +x | +✓ | ++ |
| Copy link | +✓ | +✓ | +✓ | +x | +✓ | ++ |
| Sort Intake issues | +✓ | +✓ | +✓ | +✓ | +✓ | ++ |
| Filter Intake issues | +✓ | +✓ | +✓ | +✓ | +✓ | ++ |