/signup` will redirect to the login page.
-
-To add additional users:
-
-1. Navigate to **Preferences > Team** in the OpenReplay dashboard.
-2. Click the **Add Team Member** button.
-3. Fill in the user’s details:
- - **Full Name**
- - **Email Address**
-4. (Optional) Select **Admin Privileges** to grant team and project management permissions.
-5. Click **Invite**.
-
-> **Note:** Ensure your SMTP server is configured to send email invitations. If not, you must manually copy and share the invitation link. Refer to the [SMTP Configuration Guide](https://docs.openreplay.com/configuration/configure-smtp) for setup details.
-
-### Cloud Users
-
-Cloud users (Serverless or Dedicated) can manage invitations through the dashboard. Invited users automatically receive email invitations when added.
-
-1. Navigate to **Preferences > Team** in the OpenReplay dashboard.
-2. Click the **Add Team Member** button.
-3. Provide the user’s details as above.
-4. Assign roles and privileges if applicable.
-
-
-

-
-
-> **Cloud Users Access:** The user who first created the account has **Admin Privileges** and is assigned the role of **Owner**. All invitees are given the role **Member** by default if they are not granted with Admin Privileges, else they are given the **Admin** .
-
-## Remove Users
-
-To remove a user:
-
-1. Navigate to **Preferences > Team** in the OpenReplay dashboard.
-2. Locate the user in the team list.
-3. Click the **Edit** icon next to their name.
-4. Click the **Delete** icon.
-
-
-

-
-
-> **Note:** Admin Privileges are required to remove users.
-
-## Roles and permissions
-
-Roles and permissions allows administrators to define specific permissions for projects and features. This functionality is only available for **[Enterprise users](https://openreplay.com/enterprise.html)**.
-
-### Add a Role
-
-1. Navigate to **Preferences > Roles and Access** in the OpenReplay dashboard.
-2. Click the **Add** button.
-3. Define the role:
- - **Title:** e.g., Developer.
- - **Project Access:** Select the projects the role can access.
- - **Feature Access:** Specify the features this role can access.
-4. Save the role.
-
-
-## Have Questions?
-
-If you encounter any issues, reach out to us through our [Slack Community](#) and get direct assistance from our developers.
diff --git a/src/pages/en/tutorials/images/roles-and-access/add_role.gif b/src/pages/en/tutorials/images/roles-and-access/add_role.gif
new file mode 100644
index 00000000..a9330c20
Binary files /dev/null and b/src/pages/en/tutorials/images/roles-and-access/add_role.gif differ
diff --git a/src/pages/en/tutorials/images/roles-and-access/delete_role.gif b/src/pages/en/tutorials/images/roles-and-access/delete_role.gif
new file mode 100644
index 00000000..8eed002e
Binary files /dev/null and b/src/pages/en/tutorials/images/roles-and-access/delete_role.gif differ
diff --git a/src/pages/en/tutorials/invite-team-members.mdx b/src/pages/en/tutorials/invite-team-members.mdx
new file mode 100644
index 00000000..eba9fe46
--- /dev/null
+++ b/src/pages/en/tutorials/invite-team-members.mdx
@@ -0,0 +1,53 @@
+---
+title: "Team Management"
+metaTitle: "Managing team members"
+metaDescription: "Learn how to manage team members in an OpenReplay account"
+---
+
+OpenReplay allows you to manage team members by inviting or removing them as needed. This article outlines the steps for managing your team members.
+
+## Invite Team Members
+
+To invite team members:
+
+1. Navigate to **Preferences > Team** in the OpenReplay dashboard.
+2. Click the **Add Team Member** button.
+3. Fill in the user’s details:
+ - **Full Name**
+ - **Email Address**
+4. (Optional) Check Admin Privileges if the user needs team and project management access.
+5. (Enterprise Edition Only) Assign a role to define their project and feature access.
+6. Click **Invite**.
+
+
+

+
+
+
+
+
+1. **For Self-Hosted users**: Initial signup is limited to one user during setup. Additional users must be invited. Email invitations require SMTP configuration—without it, share invitation links manually. See our [SMTP guide](/configuration/configure-smtp).
+
+2. **For Cloud (Serverless or Dedicated) users**: The account creator has the role of **Owner** with Admin privileges. New members join as standard Members, but can be granted **Admin Privileges**. All invited team members automatically receive email invitations when added
+
+
+
+## Remove Team Members
+
+To remove a team member:
+
+1. Navigate to **Preferences > Team** in the OpenReplay dashboard.
+2. Locate the user in the team list.
+3. Click the **Edit** icon next to their name.
+4. Click the **Delete** icon.
+
+
+

+
+
+> **Note:** Admin Privileges are required to remove users.
+
+
+## Have Questions?
+
+If you encounter any issues, reach out to us through our [Slack Community](#) and get direct assistance from our developers.
diff --git a/src/pages/en/tutorials/roles-and-access.mdx b/src/pages/en/tutorials/roles-and-access.mdx
new file mode 100644
index 00000000..b91caf1d
--- /dev/null
+++ b/src/pages/en/tutorials/roles-and-access.mdx
@@ -0,0 +1,47 @@
+---
+title: "Roles and Access"
+metaTitle: "Define roles and access for team members"
+metaDescription: "Learn how to define roles and access for team members for OpenReplay Enterprise Edition"
+---
+
+Roles and access allows administrators to define specific permissions for projects and features.
+
+> **Note:** This functionality is only available for **[Enterprise edition](https://openreplay.com/enterprise.html)**.
+
+### Add a Role
+
+1. Navigate to **Preferences > Roles and Access** in the OpenReplay dashboard
+2. Click the **Add** button
+3. Define the role:
+ - **Title**: Name of the role (e.g., Developer)
+ - **Project Access**: Select accessible projects
+ - **Feature Access**: Choose available features
+4. Click **Add**
+
+
+

+
+
+### Edit a Role
+1. Navigate to **Preferences > Roles and Access**
+2. Find the role you want to edit
+3. Click the **Edit** icon
+4. Update access settings
+5. Click **Update**
+
+> **Note:** The **Owner** role cannot be modified.
+
+### Delete a Role
+1. Navigate to **Preferences > Roles and Access**
+2. Find the role you want to edit
+3. Click the **Edit** icon
+4. Click the **Delete** icon
+5. Click **Proceed** to confirm deletion
+
+
+

+
+
+## Have Questions?
+
+If you encounter any issues, reach out to us through our [Slack Community](#) and get direct assistance from our developers.
diff --git a/src/pages/en/v1.10.0/installation.mdx b/src/pages/en/v1.10.0/installation.mdx
index 8457b4fb..0fecc354 100644
--- a/src/pages/en/v1.10.0/installation.mdx
+++ b/src/pages/en/v1.10.0/installation.mdx
@@ -8,7 +8,7 @@ This section contains everything you need to get started with OpenReplay, from b
## Main How-To's
- [How to identify a User](/installation/identify-user): Associate your internal user ID with the session being recorded.
-- [How to add users to your team](/tutorials/adding-users): Learn how to add users to your team.
+- [How to add users to your team](/tutorials/invite-team-members): Learn how to add users to your team.
- [How to send Metadata](/installation/metadata): Also referred to as traits or user variables, metadata provides additional information about users while recording sessions.
- [How to send custom Events](/installation/custom-events): Add more intelligence by recording domain-specific events alongside session replays.
- [How to do Error Reporting](/installation/error-reporting): Report errors and exceptions and see them under the 'Errors' tab.
diff --git a/src/pages/en/v1.10.0/tutorials.mdx b/src/pages/en/v1.10.0/tutorials.mdx
index b45e4ae4..79b4be3c 100644
--- a/src/pages/en/v1.10.0/tutorials.mdx
+++ b/src/pages/en/v1.10.0/tutorials.mdx
@@ -24,7 +24,7 @@ Learn from the below tutorials using real-world use cases.
### Features
- [OmniSearch](/tutorials/omnisearch): Take advantage of our powerful search feature to find the right type of session for your project.
-- [Adding users to your team](/tutorials/adding-users): Learn how to add users to your self-hosted instance of OpenReplay.
+- [Adding users to your team](/tutorials/invite-team-members): Learn how to add users to your self-hosted instance of OpenReplay.
- [Issue Types](/tutorials/issues): Learn what all the auto-detected issues mean and how to get the most out of them.
- [Enhance your tracking ability with Custom Events](/tutorials/custom-events): Learn about custom events and how you can increase your tracking super powers.
- Dashboards:
diff --git a/src/pages/en/v1.11.0/installation.mdx b/src/pages/en/v1.11.0/installation.mdx
index 8457b4fb..0fecc354 100644
--- a/src/pages/en/v1.11.0/installation.mdx
+++ b/src/pages/en/v1.11.0/installation.mdx
@@ -8,7 +8,7 @@ This section contains everything you need to get started with OpenReplay, from b
## Main How-To's
- [How to identify a User](/installation/identify-user): Associate your internal user ID with the session being recorded.
-- [How to add users to your team](/tutorials/adding-users): Learn how to add users to your team.
+- [How to add users to your team](/tutorials/invite-team-members): Learn how to add users to your team.
- [How to send Metadata](/installation/metadata): Also referred to as traits or user variables, metadata provides additional information about users while recording sessions.
- [How to send custom Events](/installation/custom-events): Add more intelligence by recording domain-specific events alongside session replays.
- [How to do Error Reporting](/installation/error-reporting): Report errors and exceptions and see them under the 'Errors' tab.
diff --git a/src/pages/en/v1.11.0/tutorials.mdx b/src/pages/en/v1.11.0/tutorials.mdx
index b45e4ae4..79b4be3c 100644
--- a/src/pages/en/v1.11.0/tutorials.mdx
+++ b/src/pages/en/v1.11.0/tutorials.mdx
@@ -24,7 +24,7 @@ Learn from the below tutorials using real-world use cases.
### Features
- [OmniSearch](/tutorials/omnisearch): Take advantage of our powerful search feature to find the right type of session for your project.
-- [Adding users to your team](/tutorials/adding-users): Learn how to add users to your self-hosted instance of OpenReplay.
+- [Adding users to your team](/tutorials/invite-team-members): Learn how to add users to your self-hosted instance of OpenReplay.
- [Issue Types](/tutorials/issues): Learn what all the auto-detected issues mean and how to get the most out of them.
- [Enhance your tracking ability with Custom Events](/tutorials/custom-events): Learn about custom events and how you can increase your tracking super powers.
- Dashboards:
diff --git a/src/pages/en/v1.12.0/installation.mdx b/src/pages/en/v1.12.0/installation.mdx
index 8457b4fb..0fecc354 100644
--- a/src/pages/en/v1.12.0/installation.mdx
+++ b/src/pages/en/v1.12.0/installation.mdx
@@ -8,7 +8,7 @@ This section contains everything you need to get started with OpenReplay, from b
## Main How-To's
- [How to identify a User](/installation/identify-user): Associate your internal user ID with the session being recorded.
-- [How to add users to your team](/tutorials/adding-users): Learn how to add users to your team.
+- [How to add users to your team](/tutorials/invite-team-members): Learn how to add users to your team.
- [How to send Metadata](/installation/metadata): Also referred to as traits or user variables, metadata provides additional information about users while recording sessions.
- [How to send custom Events](/installation/custom-events): Add more intelligence by recording domain-specific events alongside session replays.
- [How to do Error Reporting](/installation/error-reporting): Report errors and exceptions and see them under the 'Errors' tab.
diff --git a/src/pages/en/v1.12.0/tutorials.mdx b/src/pages/en/v1.12.0/tutorials.mdx
index b45e4ae4..79b4be3c 100644
--- a/src/pages/en/v1.12.0/tutorials.mdx
+++ b/src/pages/en/v1.12.0/tutorials.mdx
@@ -24,7 +24,7 @@ Learn from the below tutorials using real-world use cases.
### Features
- [OmniSearch](/tutorials/omnisearch): Take advantage of our powerful search feature to find the right type of session for your project.
-- [Adding users to your team](/tutorials/adding-users): Learn how to add users to your self-hosted instance of OpenReplay.
+- [Adding users to your team](/tutorials/invite-team-members): Learn how to add users to your self-hosted instance of OpenReplay.
- [Issue Types](/tutorials/issues): Learn what all the auto-detected issues mean and how to get the most out of them.
- [Enhance your tracking ability with Custom Events](/tutorials/custom-events): Learn about custom events and how you can increase your tracking super powers.
- Dashboards:
diff --git a/src/pages/en/v1.13.0/installation.mdx b/src/pages/en/v1.13.0/installation.mdx
index 8457b4fb..0fecc354 100644
--- a/src/pages/en/v1.13.0/installation.mdx
+++ b/src/pages/en/v1.13.0/installation.mdx
@@ -8,7 +8,7 @@ This section contains everything you need to get started with OpenReplay, from b
## Main How-To's
- [How to identify a User](/installation/identify-user): Associate your internal user ID with the session being recorded.
-- [How to add users to your team](/tutorials/adding-users): Learn how to add users to your team.
+- [How to add users to your team](/tutorials/invite-team-members): Learn how to add users to your team.
- [How to send Metadata](/installation/metadata): Also referred to as traits or user variables, metadata provides additional information about users while recording sessions.
- [How to send custom Events](/installation/custom-events): Add more intelligence by recording domain-specific events alongside session replays.
- [How to do Error Reporting](/installation/error-reporting): Report errors and exceptions and see them under the 'Errors' tab.
diff --git a/src/pages/en/v1.13.0/tutorials.mdx b/src/pages/en/v1.13.0/tutorials.mdx
index b45e4ae4..79b4be3c 100644
--- a/src/pages/en/v1.13.0/tutorials.mdx
+++ b/src/pages/en/v1.13.0/tutorials.mdx
@@ -24,7 +24,7 @@ Learn from the below tutorials using real-world use cases.
### Features
- [OmniSearch](/tutorials/omnisearch): Take advantage of our powerful search feature to find the right type of session for your project.
-- [Adding users to your team](/tutorials/adding-users): Learn how to add users to your self-hosted instance of OpenReplay.
+- [Adding users to your team](/tutorials/invite-team-members): Learn how to add users to your self-hosted instance of OpenReplay.
- [Issue Types](/tutorials/issues): Learn what all the auto-detected issues mean and how to get the most out of them.
- [Enhance your tracking ability with Custom Events](/tutorials/custom-events): Learn about custom events and how you can increase your tracking super powers.
- Dashboards:
diff --git a/src/pages/en/v1.14.0/installation.mdx b/src/pages/en/v1.14.0/installation.mdx
index 8457b4fb..0fecc354 100644
--- a/src/pages/en/v1.14.0/installation.mdx
+++ b/src/pages/en/v1.14.0/installation.mdx
@@ -8,7 +8,7 @@ This section contains everything you need to get started with OpenReplay, from b
## Main How-To's
- [How to identify a User](/installation/identify-user): Associate your internal user ID with the session being recorded.
-- [How to add users to your team](/tutorials/adding-users): Learn how to add users to your team.
+- [How to add users to your team](/tutorials/invite-team-members): Learn how to add users to your team.
- [How to send Metadata](/installation/metadata): Also referred to as traits or user variables, metadata provides additional information about users while recording sessions.
- [How to send custom Events](/installation/custom-events): Add more intelligence by recording domain-specific events alongside session replays.
- [How to do Error Reporting](/installation/error-reporting): Report errors and exceptions and see them under the 'Errors' tab.
diff --git a/src/pages/en/v1.14.0/tutorials.mdx b/src/pages/en/v1.14.0/tutorials.mdx
index b45e4ae4..79b4be3c 100644
--- a/src/pages/en/v1.14.0/tutorials.mdx
+++ b/src/pages/en/v1.14.0/tutorials.mdx
@@ -24,7 +24,7 @@ Learn from the below tutorials using real-world use cases.
### Features
- [OmniSearch](/tutorials/omnisearch): Take advantage of our powerful search feature to find the right type of session for your project.
-- [Adding users to your team](/tutorials/adding-users): Learn how to add users to your self-hosted instance of OpenReplay.
+- [Adding users to your team](/tutorials/invite-team-members): Learn how to add users to your self-hosted instance of OpenReplay.
- [Issue Types](/tutorials/issues): Learn what all the auto-detected issues mean and how to get the most out of them.
- [Enhance your tracking ability with Custom Events](/tutorials/custom-events): Learn about custom events and how you can increase your tracking super powers.
- Dashboards:
diff --git a/src/pages/en/v1.15.0/installation.mdx b/src/pages/en/v1.15.0/installation.mdx
index 8457b4fb..0fecc354 100644
--- a/src/pages/en/v1.15.0/installation.mdx
+++ b/src/pages/en/v1.15.0/installation.mdx
@@ -8,7 +8,7 @@ This section contains everything you need to get started with OpenReplay, from b
## Main How-To's
- [How to identify a User](/installation/identify-user): Associate your internal user ID with the session being recorded.
-- [How to add users to your team](/tutorials/adding-users): Learn how to add users to your team.
+- [How to add users to your team](/tutorials/invite-team-members): Learn how to add users to your team.
- [How to send Metadata](/installation/metadata): Also referred to as traits or user variables, metadata provides additional information about users while recording sessions.
- [How to send custom Events](/installation/custom-events): Add more intelligence by recording domain-specific events alongside session replays.
- [How to do Error Reporting](/installation/error-reporting): Report errors and exceptions and see them under the 'Errors' tab.
diff --git a/src/pages/en/v1.15.0/tutorials.mdx b/src/pages/en/v1.15.0/tutorials.mdx
index b45e4ae4..79b4be3c 100644
--- a/src/pages/en/v1.15.0/tutorials.mdx
+++ b/src/pages/en/v1.15.0/tutorials.mdx
@@ -24,7 +24,7 @@ Learn from the below tutorials using real-world use cases.
### Features
- [OmniSearch](/tutorials/omnisearch): Take advantage of our powerful search feature to find the right type of session for your project.
-- [Adding users to your team](/tutorials/adding-users): Learn how to add users to your self-hosted instance of OpenReplay.
+- [Adding users to your team](/tutorials/invite-team-members): Learn how to add users to your self-hosted instance of OpenReplay.
- [Issue Types](/tutorials/issues): Learn what all the auto-detected issues mean and how to get the most out of them.
- [Enhance your tracking ability with Custom Events](/tutorials/custom-events): Learn about custom events and how you can increase your tracking super powers.
- Dashboards:
diff --git a/src/pages/en/v1.16.0/installation.mdx b/src/pages/en/v1.16.0/installation.mdx
index 8457b4fb..0fecc354 100644
--- a/src/pages/en/v1.16.0/installation.mdx
+++ b/src/pages/en/v1.16.0/installation.mdx
@@ -8,7 +8,7 @@ This section contains everything you need to get started with OpenReplay, from b
## Main How-To's
- [How to identify a User](/installation/identify-user): Associate your internal user ID with the session being recorded.
-- [How to add users to your team](/tutorials/adding-users): Learn how to add users to your team.
+- [How to add users to your team](/tutorials/invite-team-members): Learn how to add users to your team.
- [How to send Metadata](/installation/metadata): Also referred to as traits or user variables, metadata provides additional information about users while recording sessions.
- [How to send custom Events](/installation/custom-events): Add more intelligence by recording domain-specific events alongside session replays.
- [How to do Error Reporting](/installation/error-reporting): Report errors and exceptions and see them under the 'Errors' tab.
diff --git a/src/pages/en/v1.16.0/tutorials.mdx b/src/pages/en/v1.16.0/tutorials.mdx
index b45e4ae4..79b4be3c 100644
--- a/src/pages/en/v1.16.0/tutorials.mdx
+++ b/src/pages/en/v1.16.0/tutorials.mdx
@@ -24,7 +24,7 @@ Learn from the below tutorials using real-world use cases.
### Features
- [OmniSearch](/tutorials/omnisearch): Take advantage of our powerful search feature to find the right type of session for your project.
-- [Adding users to your team](/tutorials/adding-users): Learn how to add users to your self-hosted instance of OpenReplay.
+- [Adding users to your team](/tutorials/invite-team-members): Learn how to add users to your self-hosted instance of OpenReplay.
- [Issue Types](/tutorials/issues): Learn what all the auto-detected issues mean and how to get the most out of them.
- [Enhance your tracking ability with Custom Events](/tutorials/custom-events): Learn about custom events and how you can increase your tracking super powers.
- Dashboards:
diff --git a/src/pages/en/v1.17.0/installation.mdx b/src/pages/en/v1.17.0/installation.mdx
index 8457b4fb..0fecc354 100644
--- a/src/pages/en/v1.17.0/installation.mdx
+++ b/src/pages/en/v1.17.0/installation.mdx
@@ -8,7 +8,7 @@ This section contains everything you need to get started with OpenReplay, from b
## Main How-To's
- [How to identify a User](/installation/identify-user): Associate your internal user ID with the session being recorded.
-- [How to add users to your team](/tutorials/adding-users): Learn how to add users to your team.
+- [How to add users to your team](/tutorials/invite-team-members): Learn how to add users to your team.
- [How to send Metadata](/installation/metadata): Also referred to as traits or user variables, metadata provides additional information about users while recording sessions.
- [How to send custom Events](/installation/custom-events): Add more intelligence by recording domain-specific events alongside session replays.
- [How to do Error Reporting](/installation/error-reporting): Report errors and exceptions and see them under the 'Errors' tab.
diff --git a/src/pages/en/v1.17.0/tutorials.mdx b/src/pages/en/v1.17.0/tutorials.mdx
index b45e4ae4..79b4be3c 100644
--- a/src/pages/en/v1.17.0/tutorials.mdx
+++ b/src/pages/en/v1.17.0/tutorials.mdx
@@ -24,7 +24,7 @@ Learn from the below tutorials using real-world use cases.
### Features
- [OmniSearch](/tutorials/omnisearch): Take advantage of our powerful search feature to find the right type of session for your project.
-- [Adding users to your team](/tutorials/adding-users): Learn how to add users to your self-hosted instance of OpenReplay.
+- [Adding users to your team](/tutorials/invite-team-members): Learn how to add users to your self-hosted instance of OpenReplay.
- [Issue Types](/tutorials/issues): Learn what all the auto-detected issues mean and how to get the most out of them.
- [Enhance your tracking ability with Custom Events](/tutorials/custom-events): Learn about custom events and how you can increase your tracking super powers.
- Dashboards:
diff --git a/src/pages/en/v1.18.0/installation.mdx b/src/pages/en/v1.18.0/installation.mdx
index 8457b4fb..0fecc354 100644
--- a/src/pages/en/v1.18.0/installation.mdx
+++ b/src/pages/en/v1.18.0/installation.mdx
@@ -8,7 +8,7 @@ This section contains everything you need to get started with OpenReplay, from b
## Main How-To's
- [How to identify a User](/installation/identify-user): Associate your internal user ID with the session being recorded.
-- [How to add users to your team](/tutorials/adding-users): Learn how to add users to your team.
+- [How to add users to your team](/tutorials/invite-team-members): Learn how to add users to your team.
- [How to send Metadata](/installation/metadata): Also referred to as traits or user variables, metadata provides additional information about users while recording sessions.
- [How to send custom Events](/installation/custom-events): Add more intelligence by recording domain-specific events alongside session replays.
- [How to do Error Reporting](/installation/error-reporting): Report errors and exceptions and see them under the 'Errors' tab.
diff --git a/src/pages/en/v1.18.0/tutorials.mdx b/src/pages/en/v1.18.0/tutorials.mdx
index b45e4ae4..79b4be3c 100644
--- a/src/pages/en/v1.18.0/tutorials.mdx
+++ b/src/pages/en/v1.18.0/tutorials.mdx
@@ -24,7 +24,7 @@ Learn from the below tutorials using real-world use cases.
### Features
- [OmniSearch](/tutorials/omnisearch): Take advantage of our powerful search feature to find the right type of session for your project.
-- [Adding users to your team](/tutorials/adding-users): Learn how to add users to your self-hosted instance of OpenReplay.
+- [Adding users to your team](/tutorials/invite-team-members): Learn how to add users to your self-hosted instance of OpenReplay.
- [Issue Types](/tutorials/issues): Learn what all the auto-detected issues mean and how to get the most out of them.
- [Enhance your tracking ability with Custom Events](/tutorials/custom-events): Learn about custom events and how you can increase your tracking super powers.
- Dashboards:
diff --git a/src/pages/en/v1.19.0/installation.mdx b/src/pages/en/v1.19.0/installation.mdx
index 8457b4fb..0fecc354 100644
--- a/src/pages/en/v1.19.0/installation.mdx
+++ b/src/pages/en/v1.19.0/installation.mdx
@@ -8,7 +8,7 @@ This section contains everything you need to get started with OpenReplay, from b
## Main How-To's
- [How to identify a User](/installation/identify-user): Associate your internal user ID with the session being recorded.
-- [How to add users to your team](/tutorials/adding-users): Learn how to add users to your team.
+- [How to add users to your team](/tutorials/invite-team-members): Learn how to add users to your team.
- [How to send Metadata](/installation/metadata): Also referred to as traits or user variables, metadata provides additional information about users while recording sessions.
- [How to send custom Events](/installation/custom-events): Add more intelligence by recording domain-specific events alongside session replays.
- [How to do Error Reporting](/installation/error-reporting): Report errors and exceptions and see them under the 'Errors' tab.
diff --git a/src/pages/en/v1.19.0/tutorials.mdx b/src/pages/en/v1.19.0/tutorials.mdx
index b45e4ae4..79b4be3c 100644
--- a/src/pages/en/v1.19.0/tutorials.mdx
+++ b/src/pages/en/v1.19.0/tutorials.mdx
@@ -24,7 +24,7 @@ Learn from the below tutorials using real-world use cases.
### Features
- [OmniSearch](/tutorials/omnisearch): Take advantage of our powerful search feature to find the right type of session for your project.
-- [Adding users to your team](/tutorials/adding-users): Learn how to add users to your self-hosted instance of OpenReplay.
+- [Adding users to your team](/tutorials/invite-team-members): Learn how to add users to your self-hosted instance of OpenReplay.
- [Issue Types](/tutorials/issues): Learn what all the auto-detected issues mean and how to get the most out of them.
- [Enhance your tracking ability with Custom Events](/tutorials/custom-events): Learn about custom events and how you can increase your tracking super powers.
- Dashboards:
diff --git a/src/pages/en/v1.20.0/installation.mdx b/src/pages/en/v1.20.0/installation.mdx
index dcc1088a..c09d259a 100644
--- a/src/pages/en/v1.20.0/installation.mdx
+++ b/src/pages/en/v1.20.0/installation.mdx
@@ -8,7 +8,7 @@ This section contains everything you need to get started with OpenReplay, from b
## Main How-To's
- [How to identify a User](/installation/identify-user): Associate your internal user ID with the session being recorded.
-- [How to add users to your team](/tutorials/adding-users): Learn how to add users to your team.
+- [How to add users to your team](/tutorials/invite-team-members): Learn how to add users to your team.
- [How to send Metadata](/installation/metadata): Also referred to as traits or user variables, metadata provides additional information about users while recording sessions.
- [How to send custom Events](/installation/custom-events): Add more intelligence by recording domain-specific events alongside session replays.
- [How to do Error Reporting](/installation/error-reporting): Report errors and exceptions and see them under the 'Errors' tab.
diff --git a/src/pages/en/v1.20.0/tutorials.mdx b/src/pages/en/v1.20.0/tutorials.mdx
index aa442601..17995942 100644
--- a/src/pages/en/v1.20.0/tutorials.mdx
+++ b/src/pages/en/v1.20.0/tutorials.mdx
@@ -24,7 +24,7 @@ Learn from the below tutorials using real-world use cases.
### Features
- [OmniSearch](/tutorials/omnisearch): Take advantage of our powerful search feature to find the right type of session for your project.
-- [Adding users to your team](/tutorials/adding-users): Learn how to add users to your self-hosted instance of OpenReplay.
+- [Adding users to your team](/tutorials/invite-team-members): Learn how to add users to your self-hosted instance of OpenReplay.
- [Issue Types](/tutorials/issues): Learn what all the auto-detected issues mean and how to get the most out of them.
- [Enhance your tracking ability with Custom Events](/tutorials/custom-events): Learn about custom events and how you can increase your tracking super powers.
- Dashboards:
diff --git a/src/pages/en/v1.9.0/tutorials.mdx b/src/pages/en/v1.9.0/tutorials.mdx
index 1d54973f..5a7a263c 100644
--- a/src/pages/en/v1.9.0/tutorials.mdx
+++ b/src/pages/en/v1.9.0/tutorials.mdx
@@ -24,7 +24,7 @@ Learn from the below tutorials using real-world use cases.
### Features
- [OmniSearch](/tutorials/omnisearch): Take advantage of our powerful search feature to find the right type of session for your project.
-- [Adding users to your team](/tutorials/adding-users): Learn how to add users to your self-hosted instance of OpenReplay.
+- [Adding users to your team](/tutorials/invite-team-members): Learn how to add users to your self-hosted instance of OpenReplay.
- [Issue Types](/tutorials/issues): Learn what all the auto-detected issues mean and how to get the most out of them.
- [Enhance your tracking ability with Custom Events](/tutorials/custom-events): Learn about custom events and how you can increase your tracking super powers.
- Dashboards: