diff --git a/README.md b/README.md
index 4af13da..7eef0fa 100644
--- a/README.md
+++ b/README.md
@@ -244,6 +244,9 @@ reboot normally.
---
+
+↑ Back to top
+
## Phase 2 — iDRAC Setup
You need to do two things with iDRAC:
@@ -379,6 +382,9 @@ This is your remote window into the server — you can now manage it from your d
---
+
+↑ Back to top
+
## Phase 3 — BIOS Settings
These settings enable the CPU features that allow devices (GPUs, USB controllers)
@@ -591,6 +597,9 @@ where the first Apply does not persist — applying a second time fixes it.
---
+
+↑ Back to top
+
## Phase 4 — H730 RAID Configuration
**Goal:** Mirror the two 2.5" rear drives together so a single drive failure
@@ -796,6 +805,9 @@ then click **Exit**. The server will reboot.
---
+
+↑ Back to top
+
## Phase 5 — Install Proxmox VE 9.1
### Step 5.1 — Download the Proxmox ISO
@@ -1068,6 +1080,9 @@ You are now looking at the Proxmox web interface — the main dashboard.
---
+
+↑ Back to top
+
## Phase 6 — Proxmox Post-Install
From this point you will use **SSH** instead of the web console for most tasks.
@@ -1198,6 +1213,9 @@ After running this, refresh the Proxmox web UI — the popup will be gone.
---
+
+↑ Back to top
+
## Phase 7 — Fan Control + Staggered Spin-Up
**What this phase does:** Fixes two hardware quirks that bite R730xd owners
@@ -1562,6 +1580,9 @@ Stagger complete.
---
+
+↑ Back to top
+
## Phase 8 — Convert 3.5" Drives to Non-RAID Mode
**What this does:** Right now the H730 sees your 3.5" drives as "Unconfigured
@@ -1726,6 +1747,9 @@ effect — reboot again and re-run `lsblk`. If still missing, re-run
---
+
+↑ Back to top
+
## Phase 9 — Map Physical Bays to Drives
**The problem:** Linux names drives `sdb`, `sdc`, `sdd` etc. based on the order
@@ -1836,6 +1860,9 @@ You'll paste these paths into `qm set` commands in Phase 11, Step 11.6.
---
+
+↑ Back to top
+
## Phase 10 — GPU Passthrough Setup
**What this does:** Tells the Linux kernel to stop trying to use the GPUs
@@ -2055,6 +2082,9 @@ grep CMDLINE /etc/default/grub
---
+
+↑ Back to top
+
## Phase 11 — Create the VMs
**What this phase does:** Creates three VMs in the Proxmox web interface, attaches
@@ -2721,6 +2751,9 @@ Management, then install the Sync.com desktop client and point it at that drive.
---
+
+↑ Back to top
+
## Phase 12 — Deploy Frigate in VM 101
**What this phase does:** Installs Docker inside VM 101, creates a ZFS
@@ -3141,3 +3174,5 @@ zfs list
# Edit /opt/frigate/config.yml and reduce retention days, then:
docker compose restart
```
+
+↑ Back to top