diff --git a/wiki-rtd/docs/wiki_faq/faq-documentation.md b/wiki-rtd/docs/wiki_faq/faq-documentation.md
index 54aeb2f..47f9e47 100644
--- a/wiki-rtd/docs/wiki_faq/faq-documentation.md
+++ b/wiki-rtd/docs/wiki_faq/faq-documentation.md
@@ -31,3 +31,19 @@ SA stands for Standalone, meaning the emulator is not a core inside RetroArch bu
 ## What does the CLI acronym mean?
 
 CLI stands for command-line interface and refers to commands you can run in the Linux Terminal.
+
+## When a guide tells me to create a .XYZ file what does that mean?
+
+Often when a guide tells you to create an empty file, for example:
+
+- `.ps3`
+- `.psvita`
+- `.scumm`
+- `.m3u`
+
+**Note:** This was done in KDE
+
+What you need to do is:
+
+1. `Right Click` -> `Create New` -> `Text File`
+2. Open and edit it with a text editor like: Kate, Kwrite, or the text editor of your choice.
diff --git a/wiki-rtd/docs/wiki_faq/faq-rd-usage.md b/wiki-rtd/docs/wiki_faq/faq-rd-usage.md
index 5543149..6d9fc9c 100644
--- a/wiki-rtd/docs/wiki_faq/faq-rd-usage.md
+++ b/wiki-rtd/docs/wiki_faq/faq-rd-usage.md
@@ -55,19 +55,3 @@ If you've accidentally deleted folders (BIOS, Saves, etc.) under `retrodeck/`, y
 ## I have .bin + .cue files and the games shows up twice in ES-DE
 
 We recommend that you use the built-in compression tool in the configurator to compress the games into another format like `.chd`. You will only get one entry and you will also save space.
-
-## When a guide tells me to create a .XYZ file what does that mean?
-
-Often when a guide tells you to create an empty file, for example:
-
-- `.ps3`
-- `.psvita`
-- `.scumm`
-- `.m3u`
-
-**Note:** This was done in KDE
-
-What you need to do is:
-
-1. `Right Click` -> `Create New` -> `Text File`
-2. Open and edit it with a text editor like: Kate, Kwrite, or the text editor of your choice.