diff --git a/docs/cody/enterprise/features.mdx b/docs/cody/enterprise/features.mdx
index 27a04b4cf..9dcb4bd47 100644
--- a/docs/cody/enterprise/features.mdx
+++ b/docs/cody/enterprise/features.mdx
@@ -10,7 +10,7 @@ Site administrators can set the duration of access tokens for users connecting C
## Guardrails
-Guardrails for public code is currently in Beta and is supported with VS Code and JetBrains IDEs extensions.
+Guardrails for public code is currently in Beta and is supported with VS Code, JetBrains IDEs extensions and Sourcegraph Web app.
Open source attribution guardrails for public code, commonly called copyright guardrails, reduce the exposure to copyrighted code. This involves implementing a verification mechanism within Cody to ensure that any code generated by the platform does not replicate open source code.
@@ -18,6 +18,10 @@ Guardrails for public code are available to all Sourcegraph Enterprise instances
Guardrails don't differentiate between license types. It matches any code snippet that is at least **ten lines** long from the **290,000** indexed open source repositories.
+### Guardrails `enforced` check
+
+You can `enforce` a Guardrails check to prevent any matching code from being shown to the user. To do so, site admins need to add `"attribution.mode": "enforced"` in the **Site configuration** setting. This will configure the settings for Cody IDE extensions VS Code (v1.82+) or JetBrains (v7.82+) accordingly and will enforce not to display code until attribution checks have finished.
+
## Admin controls
Admin controls are supported with VS Code and JetBrains IDE extension.