diff --git a/docs/img/widgets_projects_groups.png b/docs/img/widgets_projects_groups.png
new file mode 100644
index 00000000..56f50bd9
Binary files /dev/null and b/docs/img/widgets_projects_groups.png differ
diff --git a/docs/widgets_project_groups.md b/docs/widgets_project_groups.md
index 6e3560c8..1abb4ac0 100644
--- a/docs/widgets_project_groups.md
+++ b/docs/widgets_project_groups.md
@@ -5,3 +5,34 @@ title: Widgets - project groups
{% include xstyle.css %}
### Project groups
+
+#### Description
+
+Project groups ease the way to work with several projects, it's easier to activate a one, recompile it and to go back to another one.
+A group can include any project whose the format is handled by Coedit.
+
+Another interesting feature is that the groups can be build by a single click, in parallel, sequentially or using wait points which are defined for each item in the group. When working with static libraries, this system allows faster builds.
+
+Even if a group would not be used to build, for example with DUB since it manages the dependencies, it's still interesting to create the group, just to ease the selection of a project and to open more easily one of its source from the [project inspector](widgets_project_inspector).
+
+The actions operated on the group are available from the **Projects group** menu. The widget is only used to modify the items.
+
+
+
+The groups don't affect the workflow and the feature can be totally ignored to preserve the way CE worked in version 1 and 2.
+A project is not part of the group until it's explicitly added. The project that has this independent status is called the _Free Standing Project_ (FSP).
+The FSP is actually a project, as it got handled in the previous versions.
+
+#### Toolbar
+
+-
: Adds a new project from an open dialog.
+-
: Removes the select project from the group.
+-
: Moves the selected project to the top. This modifies the order of construction.
+-
: Moves the selected project to the bottom. This modifies the order of construction.
+-
: When the last icon indicates this state and if the group is build using the wait points than this project is build in a new parallel process.
+-
: When the last icon indicates this state and if the group is build using the wait points than this project is not build until the previous project are build. A wait point is often used for the last item since the binaries produced by the other projects have to be linked in.
+
+The field at the bottom indicates the status of the FSP.
+
+-
: Activates the FSP.
+-
: Adds the FSP to the group.
\ No newline at end of file