diff --git a/docs/getting-started/bucketeer-dashboard.mdx b/docs/getting-started/bucketeer-dashboard.mdx
index eb3aa35c..f59bb931 100644
--- a/docs/getting-started/bucketeer-dashboard.mdx
+++ b/docs/getting-started/bucketeer-dashboard.mdx
@@ -18,14 +18,15 @@ The image below presents the Bucketeer dashboard sidebar, and after you find a d
alt="Bucketeer dashboard sidebar"
/>
-- **(Project) Environment Selector**: use this selector to choose the desired project and environment. The modifications you make will only affect the current project/environment. Environments can be used to target specific parts of the project and make it easier to manage.
+- **Environment Selector**: use this selector to choose the desired environment. The modifications you make will only affect the current environment. Environments can be used to target specific parts of the project and make it easier to manage.
- **Feature Flags**: this section displays all the flags within the selected project. You can choose a flag to manage its environment-specific targeting and rollout rules.
+- **User Segments**: this page allows you to check all segments for the current environment. Select a segment to manage its settings.
+- **Debugger**: verify which variation of a feature flag is assigned to a specific end-user. Use it for troubleshooting targeting rules and ensuring your flag logic works as intended.
+- **Audit Logs**: access all the audit logs for the selected environment.
- **Goals**: manage all the goals associated with your project. Select a goal to adjust its settings.
- **Experiments**: view a list of experiments in the current environment. Select an experiment to manage its settings and view the results.
-- **Segments**: this page allows you to check all segments for the current environment. Select a segment to manage its settings.
-- **Audit Logs**: access all the audit logs for the selected environment.
-- **Accounts**: manage user accounts for the current environment. You can add or remove users and change their roles.
-- **API Keys**: check all the API Keys associated with the current environment. You can manage the settings of existing keys or add new ones.
-- **Documentation**: use this link to access the Bucketeer documentation quickly.
-- **Settings**: check and configure all the settings for the current environment. You can create notifications, pushes, and webhooks. Pushes enable real-time SDK updates. Notifications can alert you when someone adds or updates something in the admin console, and you can also monitor operational task statuses. The webhook feature allows you to control the on/off status of feature flags.
-- **Admin Settings**: this section allows you to define several admin settings. You can create and manage projects and environments, create accounts, and review notifications and audit logs.
+- **Gear icon**: this section allows you to manage several admin settings for your organization, including:
+ - Organization and project settings.
+ - Members and API keys.
+ - Available integrations, such as Slack and FCM.
+
diff --git a/docs/getting-started/create-an-account.md b/docs/getting-started/create-an-account.md
index f4760c9b..9783e737 100644
--- a/docs/getting-started/create-an-account.md
+++ b/docs/getting-started/create-an-account.md
@@ -11,9 +11,9 @@ Bucketeer allows you to manage and track data related to different environments.
The following steps show how to create an account as an Admin.
-1. Select the target environment from the select menu on the top left.
-2. Navigate to the **Accounts** page from the sidebar menu.
-3. Click **+ Add** button to add a new account.
+1. Click on the gear icon on the sidebar menu.
+2. Select **Members**.
+3. Click **+ Invite Member** button to add a new account.
4. Enter the new member's email and define their role.
-5. Click **Submit** to create the account.
+
+ :::info Teams
+ You can create teams and assign members to it.
+
+ Use teams to group members, making it easier when listing them on the list page.
+ ::::
+
+ :::info Role Member
+
+ When you assign the role Member to a new account, the owner can only access information related to the Environment you choose. These users are unable to create or update organization settings, projects, environments, API keys, or members.
+ ::::
+
+
+5. Click **Invite Member** to create the account.
-5. **Check events**: Each flag has an Evaluation page where you can track its usage. To check usage data, access the dashboard, go to **Feature Flags**, select the desired flag, and switch to the **Evaluation** tab. If recorded data exists on this page, your implementation was successful. Otherwise, revisit the previous steps and make sure you executed tests using the created flag. The image below presents an example of a correct integration.
+5. **Check events**: Each flag has an Evaluation page where you can track its usage. To check usage data, access the dashboard, go to **Feature Flags**, select the desired flag, and switch to the **Evaluations** tab. If recorded data exists on this page, your implementation was successful. Otherwise, revisit the previous steps and make sure you executed tests using the created flag. The image below presents an example of a correct integration.