diff --git a/features.md b/features.md
index 78946dc..c96c403 100644
--- a/features.md
+++ b/features.md
@@ -316,3 +316,76 @@
Support Button: Opens the Support dialog (from SupportDialog.py), which includes developer info, source links, and donation platforms like Ko-fi or Patreon.
+
Log Area Controls
+These controls are located around the main log panel and offer tools for managing downloads, configuring advanced options, and resetting the application.
+
+
+ -
+ Multi-part: OFF
+ This button acts as both a status indicator and a configuration panel for multi-part downloading (parallel downloading of large files).
+
+ - Function: Opens the
Multipart Download Options dialog (defined in MultipartScopeDialog.py).
+ - Scope Options: Choose between "Videos Only", "Archives Only", or "Both".
+ - Number of parts: Set how many simultaneous connections to use (2–16).
+ - Minimum file size: Set a threshold (MB) below which files are downloaded normally.
+ - Status: After applying settings, the button's text updates (e.g.,
Multi-part: Both); otherwise, it resets to Multi-part: OFF.
+
+
+
+ -
+ 👁️ Eye Emoji Button (Log View Toggle)
+ Switches between two views in the log panel:
+
+ - 👁️ Progress Log View: Shows real-time download progress, status messages, and errors.
+ - 🚫 Missed Character View: Displays names detected in posts that didn’t match the current filter — useful for updating
Known.txt.
+
+
+
+ -
+ Reset Button
+ Performs a full "soft reset" of the UI when the application is idle.
+
+ - Clears all inputs (except saved Download Location)
+ - Resets checkboxes, buttons, and logs
+ - Clears counters, queues, and restores the UI to its default state
+ - Note: This is different from Cancel & Reset UI, which halts active downloads
+
+
+
+
+The Progress Log and "Only Links" Mode Controls
+
+
+ -
+ Standard Mode (Progress Log)
+ This is the default behavior. The main_log_output field displays:
+
+ - Post processing steps
+ - Download/skipped file notifications
+ - Error messages
+ - Session summaries
+
+
+
+ -
+ "Only Links" Mode
+ When enabled, the log panel switches modes and reveals new controls.
+
+ - 📜 Extracted Links Log: Replaces progress info with a list of found external links (e.g., Mega, Dropbox).
+ - Export Links Button: Saves the extracted links to a
.txt file.
+ - Download Button: Opens the
Download Selected External Links dialog (from DownloadExtractedLinksDialog.py), where you can:
+
+ - View all supported external links
+ - Select which ones to download
+ - Begin download directly from cloud services
+
+
+ - Links View Button: Toggles log display between:
+
+ - 🔗 Links View: Shows all extracted links
+ - ⬇️ Progress View: Shows download progress from external services (e.g., Mega)
+
+
+
+
+