diff --git a/README.md b/README.md
index 39129f8..cb9df00 100644
--- a/README.md
+++ b/README.md
@@ -26,6 +26,23 @@ python main.py
It’s very **simple** to use! Input the text you want to simulate, then hit **"Start Typing"**. Your text will appear in the lower input field as it's typed out, with a **progress bar** to monitor the process.
+---
+
+
+
+📝 **Capabilities** ⌨️
+
+Chainsaw Human Typing allows for several tweaks to be made about how the typing is done. Users can choose the:
+
+ - Delay until typing starts
+ - Interval
+ - Chars per stroke
+ - Mistake Percentage
+
+along with being able to randomize the interval and choose whether enter is typed all in a GUI.
+Users are also able to create different presets that save their typing settings. Current preset settings allow for unlimited presets to be created and for presets to be renamed or deleted.
+
+
---
diff --git a/docs/English/run-from-source.html b/docs/English/run-from-source.html
index ac40cc5..6dda462 100644
--- a/docs/English/run-from-source.html
+++ b/docs/English/run-from-source.html
@@ -16,7 +16,7 @@
Running Chainsaw Human Typing from Source
Clone the Repository: Clone the repository using Git. Open your terminal and run:
git clone https://github.com/LyubomirT/chainsaw-human-typing.git
-
Install Dependencies: Navigate to the project directory and install the required dependencies:
+ Install Dependencies: Navigate to the project directory source and install the required dependencies:
pip install -r requirements.txt
Run the Application: Execute the main script to start the application:
diff --git a/docs/English/usage.html b/docs/English/usage.html
index b9b525a..5133664 100644
--- a/docs/English/usage.html
+++ b/docs/English/usage.html
@@ -27,6 +27,14 @@ How to Use Chainsaw Human Typing
Start Typing: Click the "Start Typing" button to begin the simulation. The progress will be shown in the progress bar.
Stop Typing: If you wish to stop the simulation, click the "Stop Typing" button. This will halt the typing process immediately.
+
Chainsaw Human Typing also supports presets so that commonly used settings can be stored and easily reused
+
+ - Choose Desired Settings: With the application running, set all the values for the preset that you would normally use.
+ - Save Preset: Click the "Save Preset" button and enter a name for the preset. This will save the current settings for future use in presets.json.
+ - Load Preset: To load a preset, double click it from the preset menu and it will load in all the previously selected values.
+ - Delete Preset: To delete a preset, select it from the preset menu and press "Delete Preset".
+ - Rename a Preset: Presets can also be renamed by selecting them and pressing the "Rename preset" button.
+
Back to Home