diff --git a/wiki-rtd/docs/wiki_mods/citra-mods.md b/wiki-rtd/docs/wiki_mods/citra-mods.md
new file mode 100644
index 00000000..38088750
--- /dev/null
+++ b/wiki-rtd/docs/wiki_mods/citra-mods.md
@@ -0,0 +1,31 @@
+# Mods: Citra - 3DS
+The `~/retrodeck/mods/citra/` represents the `/load/mods/` folder in Citra.
+
+**Note:**
+`TITLEID` is different for every game.
+
+
+## How do I add mods?
+
+**Requirements:** Mod files
+
+**NOTE:** On the Steam Deck this could be easier to do in `Desktop Mode`.
+
+
+There are two ways of adding mods into Citra
+
+
+
+### From Citra
+1. Extract any mod from compressed `.zip` or any other format to folders.
+2. Open up Citra inside `RetroDECK Configurator` by pressing `Open Emulator` - `Citra`.
+3. Right click on the game you want to add mods into.
+4. Click on `Open Mods Location`.
+5. Paste the mod files inside that directory, each folder is stored by the `TITLLEID` of the game.
+6. Quit Citra
+
+### From the mod folder directly
+
+1. Extract any mod files from compressed `.zip` or any other format into folders.
+2. Go into `~/retrodeck/mods/citra/`. The folders are all named by `TITLEID`.
+3. Past the mods into the right `~/retrodeck/mods/yuzu/` folder.
diff --git a/wiki-rtd/docs/wiki_mods/dolphin-prime-mods.md b/wiki-rtd/docs/wiki_mods/dolphin-prime-mods.md
new file mode 100644
index 00000000..da9e336e
--- /dev/null
+++ b/wiki-rtd/docs/wiki_mods/dolphin-prime-mods.md
@@ -0,0 +1,37 @@
+# Mods: Dolphin / Primehack - GC & Wii
+Primehack is based on Dolphin so the method is the same.
+
+The `~/retrodeck/mods/dolphin/` & `~/retrodeck/mods/primehack/` that represents the `/load/GraphicMods` folder.
+
+
+**Note:**
+Some texture packs could made for a specific version or region of a game. Make sure you have the right game and textures for it.
+
+**Note:**
+`GAME_ID` is different for every game.
+
+## Enable Custom Textures
+* Open up Dolphin or Primehack inside `RetroDECK Configurator` by pressing `Open Emulator` - `Dolphin` or `Primehack`.
+* Press `Options` -> `Graphic Settings`
+
+`Enable Graphics Mods` and set it to `On`.
+
+## How do I add mods?
+
+**Requirements:** Mod files
+
+**NOTE:** On the Steam Deck this could be easier to do in `Desktop Mode`.
+
+
+### Directly into the mods folder
+
+1. Extract any mod files from compressed `.zip` or any other format into folders.
+
+2. Go into mods folders, they contain folders that are all named by `GAME_ID`.
+**Dolphin:**`~/retrodeck/mods/dolphin/`
+**Primehack:**`~/retrodeck/mods/primehack/`.
+
+3. Move the mods into the right folder:
+**Dolphin:** `~/retrodeck/mods/dolphin/`
+**Primehack:** `~/retrodeck/mods/primehack/`
+
diff --git a/wiki-rtd/docs/wiki_mods/yuzu-mods.md b/wiki-rtd/docs/wiki_mods/yuzu-mods.md
new file mode 100644
index 00000000..1c98a7ce
--- /dev/null
+++ b/wiki-rtd/docs/wiki_mods/yuzu-mods.md
@@ -0,0 +1,34 @@
+# Mods: Yuzu - Switch
+
+**Note:**
+`TITLEID` is different for every game.
+
+## How do I add mods?
+
+**Requirements:** Mod files
+
+**NOTE:** On the Steam Deck this could be easier to do in `Desktop Mode`.
+
+There are two ways of adding mods into Yuzu
+
+### From Yuzu directly
+1. Extract any mod files from compressed `.zip` or any other format to folders.
+2. Open up Yuzu inside `RetroDECK Configurator` by pressing `Open Emulator` - `Yuzu`.
+3. Right click on the game you want to add mods into.
+4. Click on `Open Mod Data Destination`.
+5. Paste the mod folders inside that directory.
+6. Right clicking on the game and selecting `Properties`.
+7. Enable the mods you want to enable by pressing the checkboxes in the `Add-Ons` tab and press OK.
+8. Quit Yuzu
+
+### From the mods/yuzu folder
+
+
+1. Extract any mod files from compressed `.zip` or any other format into folders.
+2. Go into `~/retrodeck/mods/yuzu/` and file the right folder for the game you want to add mods to. The folders are all named by `TITLEID`.
+3. Move those folders into `~/retrodeck/mods/yuzu/`
+4. Open up Yuzu inside `RetroDECK Configurator` by pressing `Open Emulator` - `Yuzu`.
+5. Right clicking on the game and selecting `Properties`.
+6. Enable the mods you want to enable by pressing the checkboxes in the `Add-Ons` tab and press OK.
+7. Quit Yuzu
+
diff --git a/wiki-rtd/mkdocs.yml b/wiki-rtd/mkdocs.yml
index 3b2f0da3..01c231c1 100644
--- a/wiki-rtd/mkdocs.yml
+++ b/wiki-rtd/mkdocs.yml
@@ -27,8 +27,9 @@ nav:
- Linux Desktop - Software Recommendations: wiki_devices/linux_desktop/linux-software.md
- Mod Guides:
- - Linux Desktop - Installation and Updates: wiki_devices/linux_desktop/linux-install.md
- - Linux Desktop - Software Recommendations: wiki_devices/linux_desktop/linux-software.md
+ - Mods - Citra: wiki_mods/citra-mods.md
+ - Mods - Dolphin/Primehack: wiki_mods/dolphin-prime-mods.md
+ - Mods - Yuzu: wiki_mods/yuzu-mods.md
- Texture Pack Guides:
- Texture Packs - Citra: wiki_texture_packs/citra-tp.md