diff --git a/content/rancher/v2.x/en/arm64-platform/_index.md b/content/rancher/v2.x/en/arm64-platform/_index.md
deleted file mode 100644
index 8dd99dab299..00000000000
--- a/content/rancher/v2.x/en/arm64-platform/_index.md
+++ /dev/null
@@ -1,22 +0,0 @@
----
-title: ARM64 Platform Support (Experimental)
-weight: 7600
----
-
-_Available as of v2.2.0_
-
-From Rancher v2.2.0, you can run Rancher server on ARM64 platform and manage ARM64 Kubernetes clusters. There is no extra configuration needed for ARM64. The instructions are same for AMD64.
-
->**Notes:**
->
->- Currently, monitoring, alerts, notifiers, pipelines and logging are not supported on ARM64 platform.
->
->- Currently, only Flannel network is supported to create custom Kubernetes clusters on ARM64 platform.
->
->- Currently, only Kubernetes version `v1.12` and above is supported on ARM64 platform.
->
->- Currently, only running Rancher server on ARM64 platform, creating custom clusters on ARM64 platform and importing ARM64 Kubernetes clusters platform have been tested.
->
->- Currently, catalog support may not work well with ARM64.
-
-
diff --git a/content/rancher/v2.x/en/installation/arm64-platform/_index.md b/content/rancher/v2.x/en/installation/arm64-platform/_index.md
new file mode 100644
index 00000000000..02fd9660303
--- /dev/null
+++ b/content/rancher/v2.x/en/installation/arm64-platform/_index.md
@@ -0,0 +1,27 @@
+---
+title: Running on ARM64 (Experimental)
+weight: 7600
+---
+
+_Available as of v2.2.0_
+
+> **Important:**
+>
+> Running on an ARM64 platform is currently an experimental feature and is not yet officially supported in Rancher. Therefore, we do not recommend using ARM64 based nodes in a production environment.
+
+The following options are available when using an ARM64 platform:
+
+- Running Rancher on ARM64 based node(s)
+ - Only [Single Node Install]({{< baseurl >}}/rancher/v2.x/en/installation/single-node/)
+- Create custom cluster and adding ARM64 based node(s)
+ - Kubernetes cluster version must be 1.12 or higher
+ - CNI Network Provider must be [Flannel]({{< baseurl >}}/rancher/v2.x/en/faq/networking/cni-providers/#flannel)
+- Importing clusters that contain ARM64 based nodes
+ - Kubernetes cluster version must be 1.12 or higher
+
+Please see [Cluster Options]({{< baseurl >}}/rancher/v2.x/en/cluster-provisioning/rke-clusters/options/) how to configure the cluster options.
+
+The following features are not tested:
+
+* Monitoring, alerts, notifiers, pipelines and logging
+* Launching apps from the catalog