diff --git a/features.md b/features.md
index 5a4867f..78946dc 100644
--- a/features.md
+++ b/features.md
@@ -272,3 +272,47 @@
+
"Known Area" and its Controls
+This section, located on the right side of the main window, manages your personal name database (Known.txt), which the app uses to organize downloads into subfolders.
+
+
+ -
+ Open Known.txt: Opens the
Known.txt file in your system's default text editor for manual editing, such as bulk changes or cleanup.
+
+ -
+ Search character input: A live search filter that hides any list items not matching your input text. Useful for quickly locating specific names in large lists.
+
+ -
+ Known Series/Characters Area: Displays all names currently stored in your
Known.txt. These names are used when "Separate folders by Known.txt" is enabled.
+
+ -
+ Input at bottom & Add button: Type a new character or series name into the input field, then click "➕ Add". The app checks for duplicates, updates the list, and saves to
Known.txt.
+
+ -
+ Add to Filter: Opens a dialog showing all entries from
Known.txt with checkboxes. You can select one or more to auto-fill the "Filter by Character(s)" field at the top of the app.
+
+ -
+ Delete Selected: Select one or more entries from the list and click "🗑️ Delete Selected" to remove them from the app and update
Known.txt accordingly.
+
+
+
+Other Buttons
+
+ -
+ (?_?) mark button (Help Guide): Opens a multi-page help dialog with step-by-step instructions and explanations for all app features. Useful for new users.
+
+ -
+ History Button: Opens the Download History dialog (from
DownloadHistoryDialog.py), showing:
+
+ - Recently downloaded files
+ - The first few posts processed in the last session
+
+ This allows for a quick review of recent activity.
+
+ -
+ Settings Button: Opens the Settings dialog (from
FutureSettingsDialog.py), where you can change app-wide settings such as theme (light/dark) and language.
+
+ -
+ Support Button: Opens the Support dialog (from
SupportDialog.py), which includes developer info, source links, and donation platforms like Ko-fi or Patreon.
+
+