diff --git a/website/src/lib/docs/en/files-and-stats.mdx b/website/src/lib/docs/en/files-and-stats.mdx
index 12c97fae..3d8bf743 100644
--- a/website/src/lib/docs/en/files-and-stats.mdx
+++ b/website/src/lib/docs/en/files-and-stats.mdx
@@ -12,8 +12,8 @@ title: Files and statistics
## File list
Once you have [opened](./menu/file) files, they will be shown as tabs in the file list located at the bottom of the map.
-You can reorder the files by dragging and dropping the tabs.
-When many files are open, you can scroll through the list of tabs to navigate between them.
+You can reorder them by dragging and dropping the tabs.
+And when many files are open, you can scroll through the list of tabs to navigate between them.
### File selection
@@ -35,7 +35,7 @@ As mentioned in the [view options section](./menu/view), you can switch between
The vertical file list is useful when you have many files open, or files with multiple [tracks, segments or waypoints](../gpx).
Indeed, this layout allows to inspect the content of the files through collapsible sections.
-You can apply [edit actions](./menu/edit) and [tools](./toolbar/) to inner file items.
+You also can apply [edit actions](./menu/edit) and [tools](./toolbar/) to inner file items.
Furthermore, you can drag and drop the inner items to reorder them, or move them in the hierarchy or even to another file.
## Elevation profile and statistics
diff --git a/website/src/lib/docs/en/menu.mdx b/website/src/lib/docs/en/menu.mdx
index 1c97fda9..71fd9887 100644
--- a/website/src/lib/docs/en/menu.mdx
+++ b/website/src/lib/docs/en/menu.mdx
@@ -8,12 +8,8 @@ title: Menu
# { title }
-The main menu, located at the top of the interface, provides access to actions, options and settings divided into several categories:
-- [File actions](./menu/file)
-- [Edit actions](./menu/edit)
-- [View options](./menu/view)
-- [Settings](./menu/settings)
+The main menu, located at the top of the interface, provides access to actions, options and settings divided into several categories explained separately in the following sections.
- Most of the menu actions can also be performed using keyboard shortcuts that are displayed in the menu.
+ Most of the menu actions can also be performed using the keyboard shortcuts displayed in the menu.
\ No newline at end of file
diff --git a/website/src/lib/docs/en/menu/file.mdx b/website/src/lib/docs/en/menu/file.mdx
index ac22b526..3d37ab3c 100644
--- a/website/src/lib/docs/en/menu/file.mdx
+++ b/website/src/lib/docs/en/menu/file.mdx
@@ -41,4 +41,8 @@ Open the export dialog to save the currently selected files to your computer.
###
Export all...
-Open the export dialog to save all files to your computer.
\ No newline at end of file
+Open the export dialog to save all files to your computer.
+
+
+ If your download does not start after clicking the download button, please check your browser settings to allow downloads from this website.
+
\ No newline at end of file
diff --git a/website/src/lib/docs/en/toolbar.mdx b/website/src/lib/docs/en/toolbar.mdx
index 88421fa9..74c7dc7e 100644
--- a/website/src/lib/docs/en/toolbar.mdx
+++ b/website/src/lib/docs/en/toolbar.mdx
@@ -2,9 +2,31 @@
title: Toolbar
---
+
+
# { title }
The toolbar is located on the left side of the map, and is the heart of the application, as it provides access to the main features of **gpx.studio**.
-As for the [edit actions](./menu/edit), most of the tools can be applied to multiple files at once.
+Each tool is represented by an icon, and can be activated by clicking on it.
-The next sections describe the tools individually.
\ No newline at end of file
+
+
+As with [edit actions](./menu/edit), most tools can be applied to multiple files at once, and to [inner tracks and segments](./gpx).
+
+The next sections describe each tool in detail.
\ No newline at end of file
diff --git a/website/src/lib/docs/en/toolbar/clean.mdx b/website/src/lib/docs/en/toolbar/clean.mdx
index 6b90d637..0c4a3114 100644
--- a/website/src/lib/docs/en/toolbar/clean.mdx
+++ b/website/src/lib/docs/en/toolbar/clean.mdx
@@ -9,6 +9,10 @@ title: Clean
#
{ title }
+When the clean tool is selected, dragging the map will create a rectangle selection.
+
+Depending on the options selected in the dialog shown below, clicking the delete button will remove GPS points and/or [points of interest](../gpx) located either inside or outside the selection.
+
\ No newline at end of file
diff --git a/website/src/lib/docs/en/toolbar/extract.mdx b/website/src/lib/docs/en/toolbar/extract.mdx
index fcf2ac59..1c51f82a 100644
--- a/website/src/lib/docs/en/toolbar/extract.mdx
+++ b/website/src/lib/docs/en/toolbar/extract.mdx
@@ -5,10 +5,20 @@ title: Extract
#
{ title }
+This tool allows you to extract [tracks (or segments)](../gpx) from files (or tracks) containing multiple of them.
+
-
\ No newline at end of file
+
+
+Applying the tool to a file containing multiple tracks will create a new file for each of the tracks it contains.
+Similarly, applying the tool to a track containing multiple segments will create (in the same file) a new track for each of the segments it contains.
+
+