diff --git a/docs/features/README.md b/docs/features/README.md
index 7a47def..df3e27b 100644
--- a/docs/features/README.md
+++ b/docs/features/README.md
@@ -6,8 +6,8 @@ Most code for features can be found in the [features](../../src/features) direct
## Table of Contents
-- [Applications](./applications/README.md)
-- [Virtual Drive](./virtual-drive//README.md)
-- [Windows](./windows/README.md)
-- [Taskbar](./taskbar/README.md)
-- [Settings](./settings/README.md)
+- [Applications](applications/README.md)
+- [Virtual Drive](virtual-drive//README.md)
+- [Windows](windows/README.md)
+- [Taskbar](taskbar/README.md)
+- [Settings](settings/README.md)
diff --git a/docs/features/applications/README.md b/docs/features/applications/README.md
index 2f3ff5a..a0b0496 100644
--- a/docs/features/applications/README.md
+++ b/docs/features/applications/README.md
@@ -10,6 +10,7 @@ Applications (sometimes shortened to apps) are processes that open a window when
- [
File Explorer](file-explorer/README.md)
- [
Media Viewer](media-viewer/README.md)
- [
Text Editor](text-editor/README.md)
+- [
Settings](settings/README.md)
## Common components
diff --git a/docs/features/applications/settings/README.md b/docs/features/applications/settings/README.md
new file mode 100644
index 0000000..3987abe
--- /dev/null
+++ b/docs/features/applications/settings/README.md
@@ -0,0 +1,5 @@
+[← Back](../README.md)
+
+#
Settings
+
+Allows the user to change their settings and personalize their instance of ProzillaOS.
\ No newline at end of file