diff --git a/Architecture-Server.md b/Architecture-Server.md
index 4d4ff93..3d7ce8d 100644
--- a/Architecture-Server.md
+++ b/Architecture-Server.md
@@ -1,5 +1,7 @@
# Tekton Armageddon - Server Architecture
+[Back to Home](./Home)
+
High-level architecture of the Nakama Lua backend. For detailed RPC reference (params, returns, errors), see [Nakama-Server-API](../Nakama-Server-API).
diff --git a/Nakama-Deployment.-.md b/Nakama-Deployment.-.md
index 5e15dfd..95389ca 100644
--- a/Nakama-Deployment.-.md
+++ b/Nakama-Deployment.-.md
@@ -1,5 +1,7 @@
# Nakama Deployment
+[Back to Home](./Home)
+
After generating an updated `tekton_admin.js` locally (see [Skin Creation Workflow](./Skin-Creation-Workflow) or the Gacha editor), push it to the remote Nakama server.
## Steps
diff --git a/SSH-Setup-Linux.md b/SSH-Setup-Linux.md
index b2b5373..0543069 100644
--- a/SSH-Setup-Linux.md
+++ b/SSH-Setup-Linux.md
@@ -1,5 +1,7 @@
# SSH Setup — Linux
+[Back to Home](./Home)
+
## Generate an SSH key
Open a terminal and run:
diff --git a/SSH-Setup-Windows.md b/SSH-Setup-Windows.md
index 1539af1..29c9d3c 100644
--- a/SSH-Setup-Windows.md
+++ b/SSH-Setup-Windows.md
@@ -1,5 +1,7 @@
# SSH Setup — Windows
+[Back to Home](./Home)
+
## Install Git for Windows
Download from https://git-scm.com/download/win and install with default options.
diff --git a/SSH-Setup-macOS.md b/SSH-Setup-macOS.md
index d332ed4..30d6f44 100644
--- a/SSH-Setup-macOS.md
+++ b/SSH-Setup-macOS.md
@@ -1,5 +1,7 @@
# SSH Setup — macOS
+[Back to Home](./Home)
+
## Generate an SSH key
Open **Terminal** and run:
diff --git a/Skin-Creation-Workflow.-.md b/Skin-Creation-Workflow.-.md
index ef54a79..ab3f757 100644
--- a/Skin-Creation-Workflow.-.md
+++ b/Skin-Creation-Workflow.-.md
@@ -1,5 +1,7 @@
# Skin Creation Workflow
+[Back to Home](./Home)
+
How to author a new character skin, register it in the game's shop/gacha catalog, and ship it to players.