diff --git a/user-guide/Advanced_Modules/Dashboards_and_Low_Code_Apps/Dashboards_app/Overview_of_the_Dashboards_app_UI.md b/user-guide/Advanced_Modules/Dashboards_and_Low_Code_Apps/Dashboards_app/Overview_of_the_Dashboards_app_UI.md
index e70d007692..9e78a65ef0 100644
--- a/user-guide/Advanced_Modules/Dashboards_and_Low_Code_Apps/Dashboards_app/Overview_of_the_Dashboards_app_UI.md
+++ b/user-guide/Advanced_Modules/Dashboards_and_Low_Code_Apps/Dashboards_app/Overview_of_the_Dashboards_app_UI.md
@@ -38,7 +38,9 @@ The header bar contains the following items, from left to right:
- User button: A button with the initials or an image of the current user is displayed in the top-right corner. Click this button to open a menu that provides access to the following options:
- - *Settings*: Allows you to manage any available [dashboard theme](xref:Configuring_the_dashboard_layout) and configure whether specific actions are pinned to the dashboard header bar.
+ - *Settings*: Allows you to manage any available [dashboard theme](xref:Configuring_the_dashboard_layout) (1) and configure whether [specific actions](#the-dashboards-app-details-pane) are pinned to the dashboard header bar (2).
+
+ ![Dashboard settings](~/user-guide/images/DashboardSettings.png)
*Dashboard settings in DataMiner 10.4.10*
- *About*: Displays information about the app.
@@ -105,7 +107,9 @@ If a dashboard is selected, the header bar of this pane can display a number of
- **Share** or **Start sharing**: Allows you to share the dashboard using dataminer.services. See [Sharing a dashboard](xref:Sharing_a_dashboard). This feature is only available in read mode, if the DataMiner System is connected to dataminer.services. See [Connecting your DataMiner System to dataminer.services](xref:Connecting_your_DataMiner_System_to_the_cloud).
-In the settings of the Dashboards app, you can configure whether the edit mode, clear feeds, export as PDF, and share dashboard buttons are always displayed (i.e. “pinned” to the header bar) or instead accessible via a button in the top-right corner of a dashboard.
+In the [settings of the Dashboards app](#the-dashboards-app-header-bar), you can configure whether the edit mode, clear feeds, export as PDF, and share dashboard buttons are always displayed (i.e. “pinned” to the header bar) or instead accessible via a button in the top-right corner of a dashboard.
+
+![Pin actions](~/user-guide/images/Pin_Actions.png)
*Dashboard settings in DataMiner 10.4.10*
> [!NOTE]
> If the app is viewed on a small screen, no options to edit dashboards or dashboard settings will be available.
diff --git a/user-guide/images/DashboardSettings.png b/user-guide/images/DashboardSettings.png
new file mode 100644
index 0000000000..1d4082cc4d
Binary files /dev/null and b/user-guide/images/DashboardSettings.png differ
diff --git a/user-guide/images/Pin_Actions.png b/user-guide/images/Pin_Actions.png
new file mode 100644
index 0000000000..d262765e65
Binary files /dev/null and b/user-guide/images/Pin_Actions.png differ