diff --git a/docs.json b/docs.json
index f63b48a..c08291a 100644
--- a/docs.json
+++ b/docs.json
@@ -613,6 +613,7 @@
"workspaces",
"invite-collaborators",
"manage-members",
+ "user-groups",
"granular-permissions",
"comment"
]
diff --git a/user-groups.mdx b/user-groups.mdx
new file mode 100644
index 0000000..03feb3d
--- /dev/null
+++ b/user-groups.mdx
@@ -0,0 +1,53 @@
+---
+title: "User Groups"
+description: "Create groups to manage workspace and form access for multiple team members at once."
+sidebarTitle: "User Groups"
+icon: "users"
+---
+
+User Groups let admins bundle team members together and grant them workspace or form access all at once. Instead of assigning permissions to each member individually, you can manage access for an entire group in one place.
+
+
+ User Groups are available on the **Team** and **Enterprise** plans. Learn more about the [Team plan](/team-plan).
+
+
+## Create a group
+
+
+
+ From your dashboard, click your `Account name` in the upper left corner and select `Settings`. Then, switch to the **Groups** tab.
+
+
+ Click `+ New group` and give the group a name.
+
+
+ Using the dropdown menu on a group you can manage members or change the permissions of this group.
+
+
+
+## Assign permissions to a group
+
+Groups can have **Use** or **Edit** permissions on workspaces or individual forms, apps, or databases within a workspace.
+
+- **Use** – Members can view forms and their results and use apps but aren't able to edit them.
+- **Edit** – Members can edit and remove forms, apps, and databases.
+
+If a user has permissions from multiple sources (e.g., directly and via a group), the highest permission always wins. For example, if a group grants **Use** access but the user was individually granted **Edit** access, they'll have **Edit** access.
+
+
+ **Use** permissions are currently not implemented on databases. If a user only has **Use** permissions for a database, it will not show up for them.
+
+
+## Related articles
+
+
+
+ Set member access levels and restrict integration accounts.
+
+
+ Add, remove, and update team members.
+
+
+ Organize forms in folders and control user access.
+
+