diff --git a/fern/products/dashboard/dashboard.yml b/fern/products/dashboard/dashboard.yml
index 80888ee77..ea06875f5 100644
--- a/fern/products/dashboard/dashboard.yml
+++ b/fern/products/dashboard/dashboard.yml
@@ -5,6 +5,9 @@ navigation:
path: ./pages/overview.mdx
- section: Configuration
contents:
+ - page: Add a member
+ path: ./pages/add-member.mdx
+ slug: add-member
- page: Member permissions
path: ./pages/permissions.mdx
slug: permissions
diff --git a/fern/products/dashboard/pages/add-member.mdx b/fern/products/dashboard/pages/add-member.mdx
new file mode 100644
index 000000000..058c40a6e
--- /dev/null
+++ b/fern/products/dashboard/pages/add-member.mdx
@@ -0,0 +1,39 @@
+---
+title: Add a member
+description: Invite team members to your Fern organization and assign roles.
+---
+
+
+
+[Admins](/learn/dashboard/configuration/permissions) can invite new members to a Fern organization from the [Fern Dashboard](https://dashboard.buildwithfern.com/members). Each member is assigned a role that controls their Dashboard and CLI access.
+
+
+ Your [plan](https://buildwithfern.com/pricing) determines how many members you can add. See [Member permissions](/learn/dashboard/configuration/permissions#team-members-by-plan) for details.
+
+
+## Invite a member
+
+
+
+
+Navigate to the [Fern Dashboard](https://dashboard.buildwithfern.com/members) and select **Members** from the sidebar.
+
+
+
+
+Select **Invite member**, enter the new member's email address, and choose a role: **Admin**, **Editor**, or **Viewer**. See [Member permissions](/learn/dashboard/configuration/permissions#role-types) for a description of each role.
+
+
+
+
+The invited member receives an email with a link to join your organization. Once they accept, they appear in the members list with their assigned role.
+
+
+
+## Change a member's role
+
+To update a member's role, open the [Members](https://dashboard.buildwithfern.com/members) page, find the member, and select a new role from the dropdown next to their name.
+
+## Remove a member
+
+To remove a member from your organization, open the [Members](https://dashboard.buildwithfern.com/members) page, find the member, and select **Remove**.
diff --git a/fern/products/dashboard/pages/changelog/2026-03-12.mdx b/fern/products/dashboard/pages/changelog/2026-03-12.mdx
new file mode 100644
index 000000000..f297b3773
--- /dev/null
+++ b/fern/products/dashboard/pages/changelog/2026-03-12.mdx
@@ -0,0 +1,7 @@
+---
+tags: ["members"]
+---
+
+## Add a member page
+
+A new [Add a member](/learn/dashboard/configuration/add-member) page walks you through inviting team members to your Fern organization and assigning roles.
diff --git a/fern/products/dashboard/pages/overview.mdx b/fern/products/dashboard/pages/overview.mdx
index 7b4ab6457..741d5a86c 100644
--- a/fern/products/dashboard/pages/overview.mdx
+++ b/fern/products/dashboard/pages/overview.mdx
@@ -19,6 +19,13 @@ Visit your team's [Dashboard](https://dashboard.buildwithfern.com/) and complete
>
Configure your custom domain with automatic DNS record provisioning.
+
+ Invite team members to your organization and assign roles.
+