diff --git a/docs/User-Guide_Armbian-Config/Localisation.md b/docs/User-Guide_Armbian-Config/Localisation.md
index fcb5d512..37e19565 100644
--- a/docs/User-Guide_Armbian-Config/Localisation.md
+++ b/docs/User-Guide_Armbian-Config/Localisation.md
@@ -7,35 +7,47 @@ comments: true
## Change Global timezone
-
-[](#)
-
+
+[](#)
+
-__Edit:__ [footer](https://github.com/armbian/configng/new/main/tools/include/markdown/LOC001-footer.md) [header](https://github.com/armbian/configng/new/main/tools/include/markdown/LOC001-header.md)
+__Edit:__ [footer](https://github.com/armbian/configng/new/main/tools/include/markdown/GTZ001-footer.md) [header](https://github.com/armbian/configng/new/main/tools/include/markdown/GTZ001-header.md)
__Status:__ Stable
__Architecture:__ x86-64 aarch64 armhf riscv64
__Maintainer:__ @armbian
__Documentation:__ [Link](https://forum.armbian.com/)
+~~~ custombash
+armbian-config --cmd GTZ001
+~~~
+
+
+## Change Locales reconfigure the language and character set
+
+__Edit:__ [footer](https://github.com/armbian/configng/new/main/tools/include/markdown/LOC001-footer.md) [header](https://github.com/armbian/configng/new/main/tools/include/markdown/LOC001-header.md)
+__Status:__ Stable
+
~~~ custombash
armbian-config --cmd LOC001
~~~
-~~~ bash title="Change Locales reconfigure the language and character set:"
-armbian-config --cmd LOC002
+## Change Keyboard layout
+
+__Edit:__ [footer](https://github.com/armbian/configng/new/main/tools/include/markdown/KEY001-footer.md) [header](https://github.com/armbian/configng/new/main/tools/include/markdown/KEY001-header.md)
+__Status:__ Stable
+
+~~~ custombash
+armbian-config --cmd KEY001
~~~
-~~~ bash title="Change Keyboard layout:"
-armbian-config --cmd LOC003
+## Change System Hostname
+
+__Edit:__ [footer](https://github.com/armbian/configng/new/main/tools/include/markdown/HOS001-footer.md) [header](https://github.com/armbian/configng/new/main/tools/include/markdown/HOS001-header.md)
+__Status:__ Stable
+
+~~~ custombash
+armbian-config --cmd HOS001
~~~
-
-~~~ bash title="Change System Hostname:"
-armbian-config --cmd LOC005
-~~~
-
-
-
-
diff --git a/docs/images/GTZ001.png b/docs/images/GTZ001.png
new file mode 100644
index 00000000..b0469cf8
Binary files /dev/null and b/docs/images/GTZ001.png differ