diff --git a/src/content/docs/reference/policies/AIControls.mdx b/src/content/docs/reference/policies/AIControls.mdx
index ef062b5..6808f41 100644
--- a/src/content/docs/reference/policies/AIControls.mdx
+++ b/src/content/docs/reference/policies/AIControls.mdx
@@ -30,6 +30,7 @@ The following AI feature keys are available:
- `LinkPreviewKeyPoints`: Controls AI-generated key point summaries shown in link previews.
- `SidebarChatbot`: Controls the AI chatbot panel in the Firefox sidebar.
- `SmartWindow`: Controls AI-powered window arrangement features.
+- `SpeechRecognition`: Controls AI-powered on-device speech recognition.
All keys accept the following sub-keys:
@@ -56,6 +57,8 @@ Software\Policies\Mozilla\Firefox\AIControls\SidebarChatbot\Value = "available"
Software\Policies\Mozilla\Firefox\AIControls\SidebarChatbot\Locked = 0x1 | 0x0
Software\Policies\Mozilla\Firefox\AIControls\SmartWindow\Value = "available" | "blocked"
Software\Policies\Mozilla\Firefox\AIControls\SmartWindow\Locked = 0x1 | 0x0
+Software\Policies\Mozilla\Firefox\AIControls\SpeechRecognition\Value = "available" | "blocked"
+Software\Policies\Mozilla\Firefox\AIControls\SpeechRecognition\Locked = 0x1 | 0x0
```
## macOS
@@ -113,6 +116,13 @@ Software\Policies\Mozilla\Firefox\AIControls\SmartWindow\Locked = 0x1 | 0x0
Locked
|
+ SpeechRecognition
+
+ Value
+ available | blocked
+ Locked
+ |
+
```