diff --git a/docs/home/platform/dashboard/navigate/index.mdx b/docs/home/platform/dashboard/navigate/index.mdx
index 5dbe9fc7..68f91cc6 100644
--- a/docs/home/platform/dashboard/navigate/index.mdx
+++ b/docs/home/platform/dashboard/navigate/index.mdx
@@ -1,7 +1,7 @@
---
slug: /platform/dashboard/get-started/explore
-title: Navigate
-description: Explore your SignalWire Space.
+title: Sidebar navigation
+description: Learn to navigate the SignalWire Dashboard, its sidebar, and its toolbar.
x-custom:
ported_from_readme: true
tags:
@@ -10,9 +10,9 @@ x-custom:
import NewLegacy from '/docs/_common/dashboard/_ui-accordion.mdx'
-# Navigate the Dashboard
+# Navigation
-Welcome to your SignalWire Dashboard!
+The SignalWire Dashboard
-## Toolbar
-
-In the upper-right corner, you'll notice your toolbar has several items of importance.
-
-By clicking the bell, you can see our updates of new API features, updates to current APIs, upcoming LiveWire sessions to demonstrate SignalWire capabilities with real time Q&A, and more.
-To the right of that, a help menu provides you with helpful links for further information and support.
-Finally, the account icon with the drop-down menu on the far right will allow you to view your profile or log out.
-
-
+## Space menu
-
+The upper-left corner of the Dashboard features two important menus.
+Access the first by clicking on the name (subdomain) of your SignalWire Space:
+
+ 
-When you click on the dropdown menu to the view your profile, you will see additional options including **"Profile, Billing, Users, and Settings"** as well as the option to switch SignalWire Spaces or log out.
-
-:::info Admin pages
+### Space settings
+
+
+
+
+ Here you can update your Space's display name, geographic permissions, and enable protection on media URLs.
+
+
+
+
+ Learn more about international support, and how to request international activation
+
+
+
+
+
+### Members {#users}
+
+The **Members** page shows all users (depending on if you are an admin or not) and lets you invite other users.
+You can also invite users and restrict them to only being able to see specified projects.
-You will not be able to view Billing, Users, or Settings unless you are an Admin on that SignalWire Space.
+
-:::
+ 
-
+
-
+### Usage and billing
-
+Find information about account status, payment methods, past statements, payment history, and
+[auto-top-up](/platform/dashboard/guides/how-to-set-auto-top-up-by-credit-card/#auto-top-up)
+in this section.
---
-### Users
-
-The **Users** tab shows all users (depending on if you are an admin or not) and lets you invite other users.
-You can also invite users and restrict them to only being able to see specified projects.
+## Toolbar
-
+The upper-right area of the toolbar has these menus:
-
+- **Notifications:** Click the bell button to view the product and event feed.
+- **Help:** Click the `?` button for support and help resources.
+- **Account:** Click your profile picture to edit your profile, enable Multi-Factor Authentication, change your password, or generate a
+[Personal Access Token](#personal-access-tokens).
+
+ 
-
---
-## Side Navigational Bar
+## Main sidebar {#side-navigational-bar}
-On the lefthand side, you'll find the side nav bar.
-At the top, you'll see your project name and two opposite facing arrows.
-By clicking that button, you will see all of your projects and can easily switch between them.
+On the lefthand side, you'll find the primary sidebar.
+The top of the menu shows the name of the current Project.
+Open this drop-down menu to view and switch between all Projects.
@@ -161,7 +176,7 @@ The **Logs** tab contains all of your logs for your project. Calling, Conferenci
---
-### Personal Access Tokens
+### Personal Access Tokens {#personal-access-tokens}
The **Personal Access Tokens** tab lets you create and manage your personal access tokens for supported applications (such as FreeSWITCH).
diff --git a/images/dashboard/left-menu/menu.webp b/images/dashboard/left-menu/menu.webp
index 23cd2f06..02d9cfa6 100644
Binary files a/images/dashboard/left-menu/menu.webp and b/images/dashboard/left-menu/menu.webp differ
diff --git a/images/dashboard/toolbar-profile-dropdown.png b/images/dashboard/toolbar-profile-dropdown.png
deleted file mode 100644
index c411cc5d..00000000
Binary files a/images/dashboard/toolbar-profile-dropdown.png and /dev/null differ
diff --git a/images/dashboard/toolbar-right.png b/images/dashboard/toolbar-right.png
index 37a32f0b..a7a73ae0 100644
Binary files a/images/dashboard/toolbar-right.png and b/images/dashboard/toolbar-right.png differ
diff --git a/provisioning/nginx/redirects.map b/provisioning/nginx/redirects.map
index f578eac0..cc303f87 100644
--- a/provisioning/nginx/redirects.map
+++ b/provisioning/nginx/redirects.map
@@ -1223,4 +1223,6 @@
/page/your-signalwire-video-space /platform/dashboard/get-started/explore#video;
/page/your-signalwire-video-space/ /platform/dashboard/get-started/explore#video;
/help/your-signalwire-messaging-campaigns-space /platform/dashboard/get-started/explore#messaging-campaigns;
-/help/your-signalwire-messaging-campaigns-space/ /platform/dashboard/get-started/explore#messaging-campaigns;
\ No newline at end of file
+/help/your-signalwire-messaging-campaigns-space/ /platform/dashboard/get-started/explore#messaging-campaigns;
+/sdks/reference/realtime-sdk/messaging /sdks/reference/realtime-sdk/relay-v4/messaging;
+/sdks/reference/realtime-sdk/messaging/ /sdks/reference/realtime-sdk/relay-v4/messaging;
\ No newline at end of file