diff --git a/features.md b/features.md
index 095b31f..a48531d 100644
--- a/features.md
+++ b/features.md
@@ -147,3 +147,62 @@
+
Folder Organization Checkboxes
+
+ -
+ Separate folders by Known.txt: Automatically organizes downloads into folders based on name matches.
+
+ - Uses "Filter by Character(s)" input first, if available.
+ - Then checks names in
Known.txt.
+ - Falls back to extracting from post title.
+
+
+ -
+ Subfolder per post: Creates a unique folder per post, using the post’s title.
+
+ - Prevents mixing files from multiple posts.
+ - Can be combined with Known.txt-based folders.
+ - Ensures uniqueness (e.g.,
My Post Title_1).
+ - Automatically removes empty folders.
+
+
+ -
+ Date prefix: Enabled only with "Subfolder per post". Prepends the post date (e.g.,
2025-08-03 My Post Title) for chronological sorting.
+
+
+
+General Functionality Checkboxes
+
+ -
+ Use cookie: Enables login-based access via cookies.
+
+ - Paste cookie string directly, or browse to select a
cookies.txt file.
+ - Cookies are used in all authenticated API requests.
+
+
+ -
+ Use Multithreading: Enables parallel downloading of posts.
+
+ - Specify the number of worker threads (e.g., 10).
+ - Disabled for Manga Mode and Only Links mode.
+
+
+ -
+ Show external links in log: Adds a secondary log that displays links (e.g., Mega, Dropbox) found in post text.
+
+ -
+ Manga/Comic mode: Sorts posts chronologically before download.
+
+ - Ensures correct page order for comics/manga.
+
+ Scope Button (Name: ...): Controls filename style:
+
+ - Name: Post Title — e.g.,
Chapter-1.jpg
+ - Name: Date + Original — e.g.,
2025-08-03_filename.png
+ - Name: Date + Title — e.g.,
2025-08-03_Chapter-1.jpg
+ - Name: Title+G.Num — e.g.,
Page_001.jpg
+ - Name: Date Based — e.g.,
001.jpg, with optional prefix
+ - Name: Post ID — uses unique post ID as filename
+
+
+