diff --git a/docs/manage/_index.md b/docs/manage/_index.md
index 9495b51517..a9839df987 100644
--- a/docs/manage/_index.md
+++ b/docs/manage/_index.md
@@ -17,51 +17,32 @@ aliases:
- /product-overviews/fleet-management/
---
-Viam's fleet management tooling allows you to remotely deploy and manage software on any fleet of devices. You can monitor all connected devices and troubleshoot any issues - from anywhere.
+
+
Remotely deploy and manage software on any fleet of devices - from anywhere.
+
-
+- [**Fleet Management →**](/manage/fleet/reuse-configuration/)
+
+ Set up all your machines with shared configuration fragments.
+
+- [**Provisioning →**](/manage/fleet/provision/setup/)
+
+ Set up machines with a pre-defined configuration as they come online.
+
+- [**Monitoring →**](/manage/troubleshoot/monitor/)
+
+ Remotely monitor and operate all your machines.
+
+- [**Access Control →**](manage/manage/access/)
-
+ Collaborate with others on your machines.
-{{< how-to-expand "Deploy a fleet of machines" "4" "INTERMEDIATE" "" "fleet-platform-management">}}
-{{< cards >}}
-{{% card link="/manage/fleet/reuse-configuration/" noimage="true" %}}
-{{% card link="/manage/fleet/system-settings/" noimage="true" %}}
-{{% card link="/manage/fleet/provision/setup/" noimage="true" %}}
-{{% card link="manage/fleet/provision/end-user-setup/" noimage="true" %}}
-{{< /cards >}}
-{{< /how-to-expand >}}
+- [**Maintenance and Updates →**](/manage/software/update-software/)
-{{< how-to-expand "Deploy code and manage software on machines" "2" "INTERMEDIATE" "fleet-platform-management" >}}
-{{< cards >}}
-{{% card link="/manage/software/control-logic/" noimage="true" %}}
-{{% card link="/manage/software/deploy-software/" noimage="true" %}}
-{{% card link="/manage/software/update-software/" noimage="true" %}}
-{{< /cards >}}
-{{< /how-to-expand >}}
+ Roll out software updates to your machines in a few clicks.
-{{< how-to-expand "Manage access for organizations" "4" "INTERMEDIATE" "" "fleet-platform-team" >}}
-{{< cards >}}
-{{% card link="/manage/manage/access/" noimage="true" %}}
-{{% card link="/manage/manage/rbac/" noimage="true" %}}
-{{% card link="/manage/manage/oauth/" noimage="true" %}}
-{{% card link="/manage/manage/white-labelled-billing/" noimage="true" %}}
-{{< /cards >}}
-{{< /how-to-expand >}}
+- [**OS settings & Networking →**](/manage/fleet/system-settings/)
-{{< how-to-expand "Remotely monitor and troubleshoot" "5" "INTERMEDIATE" "" "fleet-platform-monitor" >}}
-{{< cards >}}
-{{% card link="/manage/troubleshoot/monitor/" noimage="true" %}}
-{{% card link="/manage/troubleshoot/alert/" noimage="true" %}}
-{{% card link="/manage/troubleshoot/teleoperate/custom-interface" customTitle="Teleoperate with custom interface" noimage="true" %}}
-{{% card link="/manage/troubleshoot/teleoperate/default-interface" customTitle="Teleoperate with default interface" noimage="true" %}}
-{{% card link="/manage/troubleshoot/troubleshoot/" noimage="true" %}}
-{{< /cards >}}
-{{< /how-to-expand >}}
+ Configure networks and package updates for the host operating system.
diff --git a/docs/operate/_index.md b/docs/operate/_index.md
index 0da6f04f8e..76cbf44198 100644
--- a/docs/operate/_index.md
+++ b/docs/operate/_index.md
@@ -14,43 +14,36 @@ aliases:
- /build/
---
-To get started, install Viam on any device and integrate your hardware. Then you can control your device and any attached physical hardware securely from anywhere in the world.
-
-
-
+
+
Control your device and any attached physical hardware from anywhere in the world.
+
+
+- [**Installation →**](/operate/get-started/setup/)
+
+ Install Viam on any device.
+
+- [**Registry →**](/operate/get-started/supported-hardware/)
+
+ An online hub of resources you can use on your machines..
+
+- [**Modules →**](/operate/get-started/other-hardware/create-module/)
+
+ Create modules to support your specialized hardware and software.
+
+- [**Viam applications →**](/operate/control/viam-applications/)
+
+ Deploy web applications to provide an interface for your machines.
+
+- [**SDKs →**](/dev/reference/sdks/)
+
+ Control your machines with Go, Python, TypeScript, Flutter, C++, and more.
+
+- [**Motion planning →**](/operate/mobility/motion-concepts/)
+
+ Use built-in motion planning software to move arms, bases, etc.
+
+- [**Micro-RDK →**](/operate/reference/viam-micro-server/)
-
-
-{{< how-to-expand "Connect devices" "4" "BEGINNER-FRIENDLY" "" "build-platform-connect" >}}
-{{< cards >}}
-{{% card link="/operate/get-started/basics/" noimage="true" %}}
-{{% card link="/operate/get-started/setup/" noimage="true" %}}
-{{% card link="/operate/get-started/supported-hardware/" noimage="true" %}}
-{{% card link="/operate/get-started/other-hardware/" noimage="true" %}}
-{{< /cards >}}
-{{< /how-to-expand >}}
-
-{{< how-to-expand "Build apps" "4" "BEGINNER-FRIENDLY" "" "build-platform-apps" >}}
-{{< cards >}}
-{{% card link="/operate/control/viam-applications/" noimage="true" %}}
-{{% card link="/operate/control/web-app/" noimage="true" %}}
-{{% card link="/operate/control/mobile-app/" noimage="true" %}}
-{{% card link="/operate/control/headless-app/" noimage="true" %}}
-{{< /cards >}}
-{{< /how-to-expand >}}
-
-{{< how-to-expand "Intelligent actuation and motion planning" "4" "INTERMEDIATE" "" "build-platform-motion" >}}
-{{< cards >}}
-{{% card link="/operate/mobility/motion-concepts/" noimage="true" %}}
-{{% card link="/operate/mobility/move-arm/" noimage="true" %}}
-{{% card link="/operate/mobility/move-base/" noimage="true" %}}
-{{% card link="/operate/mobility/move-gantry/" noimage="true" %}}
-{{< /cards >}}
-{{< /how-to-expand >}}
+ The lightweight version of `viam-server` for microcontrollers.