diff --git a/README.md b/README.md
index 0b678a5..cb791bb 100755
--- a/README.md
+++ b/README.md
@@ -41,6 +41,24 @@ The **CMSIS** view gives you access to the source code of your application. The
Action buttons allow you to build, run, and debug your application, [edit *csolution project files*](#yml-editor-support) or [manage the solution configuration](#manage-solution-view). The [Configuration Wizard](#configuration-wizard) offers a graphical view to configuration file options.
+## Action buttons
+
+The **CMSIS** view displays the name of the current *csolution project* and offers several action buttons.
+
+
+
+| Action | Description |
+|--------|-------------|
+| Build / Stop | **Build**: Translate the source code into a application image.
**Stop**: Terminate the current build process. |
+| Load & Run / Stop | **Load & Run**: Download application image and start execution. Prepare GDB for target connection.
**Stop**: Terminate the current run or debug process. |
+| Load & Run / Attach | **Load & Run**: Download application image and start debugging.
**Attach**: Connect debugger to a running application. |
+| Open csolution.yml | Open the csolution.yml project file. |
+| [Manage Solution](#manage-solution-view) | Terminate the current program execution and start debugging again using the current run configuration. |
+| Menu | Offers more options such as [create new solution](#create-solution-view), rebuild, or get info about a connected target system. |
+| Clang active | Activates clang information for one `cproject.yml` part in a multi-project application. |
+| Open csolution.yml | Open the cproject.yml file. |
+| [Select components](#software-components-view) | View and modify the software components used for the application. |
+
## Create Solution view

@@ -72,7 +90,7 @@ Select reusable software components for your application from this view.

-Select a [context set](https://open-cmsis-pack.github.io/cmsis-toolbox/build-overview/#working-with-context-set) from this view. For a given target type, a context set combines related projects which you can build for an application. You might need to use different build types for projects, for example in cases where not all parts of an application require extra debug overhead.
+Select a [target set](https://open-cmsis-pack.github.io/cmsis-toolbox/build-overview/#working-with-context-set) from this view. For a given target type, a target set combines related projects and chooses the debug adapter used for the application. You might need to use different build types for projects, for example in cases where not all parts of an application require extra debug overhead. Refer also to [Run and Debug](#run-and-debug) below.
## Configuration Wizard
diff --git a/docs/images/ActionButtons.png b/docs/images/ActionButtons.png
new file mode 100644
index 0000000..0cee98b
Binary files /dev/null and b/docs/images/ActionButtons.png differ
diff --git a/docs/images/ManageSolution.png b/docs/images/ManageSolution.png
index d3cbc43..7e37e8c 100755
Binary files a/docs/images/ManageSolution.png and b/docs/images/ManageSolution.png differ
diff --git a/docs/images/SoftwareComponents.png b/docs/images/SoftwareComponents.png
index bd1c032..d98f473 100755
Binary files a/docs/images/SoftwareComponents.png and b/docs/images/SoftwareComponents.png differ
diff --git a/docs/images/images.pptx b/docs/images/images.pptx
new file mode 100644
index 0000000..693652f
Binary files /dev/null and b/docs/images/images.pptx differ