diff --git a/appinfo/info.xml b/appinfo/info.xml
index 2b221b43..f1b7614a 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -21,6 +21,10 @@
+
+ admin-files-access-control
+
+
OCA\FilesAccessControl\Settings\Section
OCA\FilesAccessControl\Settings\Admin
diff --git a/lib/Settings/Admin.php b/lib/Settings/Admin.php
index 51c9f365..4870889e 100644
--- a/lib/Settings/Admin.php
+++ b/lib/Settings/Admin.php
@@ -56,6 +56,7 @@ public function getForm() {
Util::addScript($appName, 'admin');
$parameters = [
'appid' => $appName,
+ 'docs' => 'admin-files-access-control',
'heading' => $this->l10n->t('File access control'),
'description' => $this->l10n->t('Each rule group consists of one or more rules. A request matches a group if all rules evaluate to true. If a request matches at least one of the defined groups, the request is blocked and the file content can not be read or written.'),
];