diff --git a/src/shrines/starwarskotor/guides.md b/src/shrines/starwarskotor/guides.md
new file mode 100644
index 00000000..bc9f1866
--- /dev/null
+++ b/src/shrines/starwarskotor/guides.md
@@ -0,0 +1,34 @@
+---
+layout: starwarskotor/content
+title: Guides
+pageTitle: "Star Wars: Knights of the Old Republic Guides"
+desc: "List of guides for the Star Wars: Knights of the Old Republic series I have written or found useful. This page also includes lists of cheats."
+tags: kotor shrine page
+toc: true
+templateEngineOverride: njk, md
+eleventyNavigation:
+ key: KotOR Guides
+ parent: KotOR Shrine
+ title: Guides
+ order: 2
+---
+
+## My KotOR Guides
+
+## KotOR 1 Guides by Others
+
+
+## KotOR 2: TSL Guides by Others
+
+ - Influence Walkthrough by by Achilles — This guide was written for the vanilla game. The Unofficial Dialog Patch on the page is not compatible with The Sith Lords Restored Content Mod (TSLRCM).
+ - TSLRCM Influence Guide by u/XDarkStrikerX
+ - TSLRCM Influence Guide Collaboration, organised by u/Egg-MacGuffin. Here is the direct link to the spreadsheet.
+
+
+## KotOR Cheats
+
+ - KotOR1 Warp Code List by by Sith Holocron
+ - TSL Warp Code List by by Sith Holocron
+
diff --git a/src/shrines/starwarskotor/guides/guides.11tydata.json b/src/shrines/starwarskotor/guides/guides.11tydata.json
new file mode 100644
index 00000000..09f1ba1e
--- /dev/null
+++ b/src/shrines/starwarskotor/guides/guides.11tydata.json
@@ -0,0 +1,12 @@
+{
+ "tags": ["contents", "feed items", "kotor guides"],
+ "layout": "starwarskotor/content",
+ "isArticle": true,
+ "eleventyComputed": {
+ "title": "{{ articleTitle }} | Guides",
+ "eleventyNavigation": {
+ "key": "{{ articleTitle }}",
+ "parent": "KotOR Guides"
+ }
+ }
+}
\ No newline at end of file