diff --git a/docs/User-Guide_Armbian-Config/System.md b/docs/User-Guide_Armbian-Config/System.md
index 441316a1..8b960db1 100644
--- a/docs/User-Guide_Armbian-Config/System.md
+++ b/docs/User-Guide_Armbian-Config/System.md
@@ -172,8 +172,15 @@ __Documentation:__ [Link](https://forum.armbian.com/)
#### Install
+Copy the running Armbian system to another device
+
+
-This section provides an option to transfer the live running Armbian system from an SD card to internal storage devices such as eMMC, SATA, NVMe, or USB drives. It prepares the target storage, copies the active system, adjusts bootloader settings, and ensures the system can boot independently without requiring reinstallation.
+- Clones your current live OS installation
+- Keeps your settings, configuration, installed packages, and user data
+- Essentially “transfer my existing system to internal/external storage”
+
+Use this option to **transfer your current live Armbian system** to another storage device (eMMC, SSD, USB, etc.). This copies your existing installation exactly as it is — including settings, installed packages, and user data.
@@ -188,6 +195,49 @@ armbian-config --cmd STO001
~~~
+#### Download and flash
+
+
+Download a fresh, official Armbian OS image and write it to a device
+
+
+
+[](#)
+
+
+
+
+What can this tool do?
+
+- Install Armbian onto internal **eMMC, SSD, or other storage**
+- Create **bootable SD cards or USB drives** for any supported board
+- Recover a system by **re-flashing a clean image**
+- Switch between different **OS variants, kernel branches, or preinstalled applications**
+- Accelerate development with **fast, repeatable deployments** for testing and automation
+
+
+
+__Edit:__ [footer](https://github.com/armbian/configng/edit/main/tools/include/markdown/FLASH1-footer.md) [header](https://github.com/armbian/configng/edit/main/tools/include/markdown/FLASH1-header.md)
+__Status:__ Preview
+__Architecture:__ x86-64 arm64 armhf
+__Maintainer:__ @igorpecovnik
+
+~~~ custombash
+armbian-config --cmd FLASH1
+~~~
+
+
+
+
+
+
+
+~~~ bash title="Remove cached images:"
+armbian-config --cmd FLASH2
+~~~
+
+
+
#### Read Only FS
diff --git a/docs/images/FLASH1.png b/docs/images/FLASH1.png
new file mode 100644
index 00000000..a2989d07
Binary files /dev/null and b/docs/images/FLASH1.png differ