diff --git a/docs/install/docker-vm-runtime.md b/docs/install/docker-vm-runtime.md
index 77436f44486..3fba137c67f 100644
--- a/docs/install/docker-vm-runtime.md
+++ b/docs/install/docker-vm-runtime.md
@@ -71,6 +71,10 @@ ENV NODE_ENV=production
CMD ["node","dist/index.js"]
```
+
+The download URLs above are for x86_64 (amd64). For ARM-based VMs (e.g. Hetzner ARM, GCP Tau T2A), replace the download URLs with the appropriate ARM64 variants from each tool's release page.
+
+
## Build and launch
```bash
diff --git a/docs/install/docker.md b/docs/install/docker.md
index f80d0809fc8..b072ede04da 100644
--- a/docs/install/docker.md
+++ b/docs/install/docker.md
@@ -23,6 +23,12 @@ This guide covers:
Sandboxing details: [Sandboxing](/gateway/sandboxing)
+## On this page
+
+- [Containerized Gateway](#containerized-gateway-docker-compose) — run the full OpenClaw Gateway in Docker
+- [Agent Sandbox](#agent-sandbox-host-gateway--docker-tools) — isolate agent tool execution in containers while the gateway runs on the host
+- [Troubleshooting](#troubleshooting)
+
## Requirements
- Docker Desktop (or Docker Engine) + Docker Compose v2
diff --git a/docs/install/installer.md b/docs/install/installer.md
index 5859c22fd0d..f32fe2de198 100644
--- a/docs/install/installer.md
+++ b/docs/install/installer.md
@@ -180,7 +180,7 @@ Designed for environments where you want everything under a local prefix (defaul
- Downloads a pinned supported Node tarball (currently default `22.22.0`) to `/tools/node-v` and verifies SHA-256.
+ Downloads a pinned supported Node LTS tarball (the version is embedded in the script and updated independently) to `/tools/node-v` and verifies SHA-256.
If Git is missing, attempts install via apt/dnf/yum on Linux or Homebrew on macOS.
diff --git a/docs/install/kubernetes.md b/docs/install/kubernetes.md
index 577ff9d2df5..a11f0b6dcc5 100644
--- a/docs/install/kubernetes.md
+++ b/docs/install/kubernetes.md
@@ -138,7 +138,7 @@ OPENCLAW_NAMESPACE=my-namespace ./scripts/k8s/deploy.sh
Edit the `image` field in `scripts/k8s/manifests/deployment.yaml`:
```yaml
-image: ghcr.io/openclaw/openclaw:2026.3.1
+image: ghcr.io/openclaw/openclaw:latest # or pin to a specific version from https://github.com/openclaw/openclaw/releases
```
### Expose beyond port-forward
diff --git a/docs/install/northflank.mdx b/docs/install/northflank.mdx
index 4c3467a26d0..f4b870bc8da 100644
--- a/docs/install/northflank.mdx
+++ b/docs/install/northflank.mdx
@@ -1,4 +1,8 @@
---
+summary: "Deploy OpenClaw on Northflank with one-click template"
+read_when:
+ - Deploying OpenClaw to Northflank
+ - You want a one-click cloud deploy with browser-based setup
title: Deploy on Northflank
---
diff --git a/docs/install/railway.mdx b/docs/install/railway.mdx
index ec1fbd919e5..ebd4391af87 100644
--- a/docs/install/railway.mdx
+++ b/docs/install/railway.mdx
@@ -1,4 +1,8 @@
---
+summary: "Deploy OpenClaw on Railway with one-click template"
+read_when:
+ - Deploying OpenClaw to Railway
+ - You want a one-click cloud deploy with browser-based setup
title: Deploy on Railway
---
diff --git a/docs/install/render.mdx b/docs/install/render.mdx
index 5d325d43ed7..64efe92227e 100644
--- a/docs/install/render.mdx
+++ b/docs/install/render.mdx
@@ -1,4 +1,8 @@
---
+summary: "Deploy OpenClaw on Render with Infrastructure-as-Code"
+read_when:
+ - Deploying OpenClaw to Render
+ - You want a declarative cloud deploy with Render Blueprints
title: Deploy on Render
---
diff --git a/docs/vps.md b/docs/vps.md
index 9847f88e98d..008f24b9b16 100644
--- a/docs/vps.md
+++ b/docs/vps.md
@@ -21,8 +21,9 @@ deployments work at a high level.
- **GCP (Compute Engine)**: [GCP](/install/gcp)
- **Azure (Linux VM)**: [Azure](/install/azure)
- **exe.dev** (VM + HTTPS proxy): [exe.dev](/install/exe-dev)
-- **AWS (EC2/Lightsail/free tier)**: works well too. Video guide:
+- **AWS (EC2/Lightsail/free tier)**: works well too. Community video guide:
[https://x.com/techfrenAJ/status/2014934471095812547](https://x.com/techfrenAJ/status/2014934471095812547)
+ (community resource, may become unavailable)
## How cloud setups work