diff --git a/docs/_static/img/rollback/cli-rollback1.png b/docs/_static/img/rollback/cli-rollback1.png
new file mode 100644
index 00000000000..d57de2f845a
Binary files /dev/null and b/docs/_static/img/rollback/cli-rollback1.png differ
diff --git a/docs/_static/img/rollback/cli-rollback2.png b/docs/_static/img/rollback/cli-rollback2.png
new file mode 100644
index 00000000000..1f7d24e8f4f
Binary files /dev/null and b/docs/_static/img/rollback/cli-rollback2.png differ
diff --git a/docs/_static/img/rollback/cli-rollback3.png b/docs/_static/img/rollback/cli-rollback3.png
new file mode 100644
index 00000000000..59a9ea0c7ca
Binary files /dev/null and b/docs/_static/img/rollback/cli-rollback3.png differ
diff --git a/docs/_static/img/rollback/history.png b/docs/_static/img/rollback/history.png
new file mode 100644
index 00000000000..13c5222a67e
Binary files /dev/null and b/docs/_static/img/rollback/history.png differ
diff --git a/docs/manual/Quick-Start Guides/06-Rollback-an-App.md b/docs/manual/Quick-Start Guides/06-Rollback-an-App.md
index 4af3ed1e9be..8914bcb093e 100644
--- a/docs/manual/Quick-Start Guides/06-Rollback-an-App.md
+++ b/docs/manual/Quick-Start Guides/06-Rollback-an-App.md
@@ -1,5 +1,34 @@
# 06 - App Roleback after an update
+
+### Reverting using the GUI
+
+### Reverting using the CLI
+
+1. enter cli to enter the SCALE command line interface
+2. enter app chart_release rollback
+It should give you this screen:
+
+3. Enter the release name and item_version like this:
+
+(be sure to remove the # before the releasename)
+4. Click save then click quit
+It should show something like this, confirming the rollback:
+
+
+### Finding the last installed version
+
+Sadly enough, SCALE does not lists which versions are available to roll-back to, but does required a version to be entered.
+There is a short walk-through to get the versioning history for the App in question:
+
+1. run export KUBECONFIG=/etc/rancher/k3s/k3s.yaml
+2. run helm history jackett -n ix-jackett where "jackett" should be replaced with the name of the App that broke your UI
+You'll see this:
+
+Take note of the "Chart" column, it lists the version numbers you can enter in the rollback interface, prefixed by the App Name.
+Ofcoarse only enter the version number in the GUI or CLI, not the name
+
+
#### Video Guide
