diff --git a/typo3/sysext/dashboard/Configuration/Backend/DashboardWidgetGroups.php b/typo3/sysext/dashboard/Configuration/Backend/DashboardWidgetGroups.php
index e841fbabf2ee46077c716b3e85eacdcc1699015b..4b98a20a266b95b1f06a96d675e0714d13afee2c 100644
--- a/typo3/sysext/dashboard/Configuration/Backend/DashboardWidgetGroups.php
+++ b/typo3/sysext/dashboard/Configuration/Backend/DashboardWidgetGroups.php
@@ -6,4 +6,7 @@ return [
     'typo3' => [
         'title' => 'LLL:EXT:dashboard/Resources/Private/Language/locallang.xlf:widget_group.typo3',
     ],
+    'documentation' => [
+        'title' => 'LLL:EXT:dashboard/Resources/Private/Language/locallang.xlf:widget_group.documentation',
+    ],
 ];
diff --git a/typo3/sysext/dashboard/Configuration/Services.yaml b/typo3/sysext/dashboard/Configuration/Services.yaml
index bd347009aa6177e3040a94a6c0eae9b1de58a201..85501f81c125645ca06bb381320506898c1f5a6f 100644
--- a/typo3/sysext/dashboard/Configuration/Services.yaml
+++ b/typo3/sysext/dashboard/Configuration/Services.yaml
@@ -21,21 +21,21 @@ services:
     tags:
       - name: dashboard.widget
         identifier: docGettingStarted
-        widgetGroups: 'typo3'
+        widgetGroups: 'documentation'
 
   TYPO3\CMS\Dashboard\Widgets\DocumentationTypoScriptReference:
     arguments: ['docTypoScriptReference']
     tags:
       - name: dashboard.widget
         identifier: docTypoScriptReference
-        widgetGroups: 'typo3'
+        widgetGroups: 'documentation'
 
   TYPO3\CMS\Dashboard\Widgets\DocumentationTSconfigReferenceWidget:
     arguments: ['docTSconfig']
     tags:
       - name: dashboard.widget
         identifier: docTSconfig
-        widgetGroups: 'typo3'
+        widgetGroups: 'documentation'
 
   TYPO3\CMS\Dashboard\Widgets\T3GeneralInformation:
     arguments: ['t3information']
diff --git a/typo3/sysext/dashboard/Resources/Private/Language/locallang.xlf b/typo3/sysext/dashboard/Resources/Private/Language/locallang.xlf
index 5b7bd21db11f6ed3afaa7801f25d6aadf22cb247..64f1c8313d74c09c6a505a89617b72f705aaae01 100644
--- a/typo3/sysext/dashboard/Resources/Private/Language/locallang.xlf
+++ b/typo3/sysext/dashboard/Resources/Private/Language/locallang.xlf
@@ -141,6 +141,9 @@
 			<trans-unit id="widget_group.typo3" xml:space="preserve">
 				<source>TYPO3</source>
  			</trans-unit>
+			<trans-unit id="widget_group.documentation" xml:space="preserve">
+				<source>Documentation</source>
+ 			</trans-unit>
 
 			<trans-unit id="dashboard.empty.content.title" xml:space="preserve">
 				<source>No widgets</source>