diff --git a/src/content/docs/reference/policies/CrashReportsAutoSubmit.mdx b/src/content/docs/reference/policies/CrashReportsAutoSubmit.mdx
new file mode 100644
index 0000000..7d5246c
--- /dev/null
+++ b/src/content/docs/reference/policies/CrashReportsAutoSubmit.mdx
@@ -0,0 +1,50 @@
+---
+title: "CrashReportsAutoSubmit"
+description: "Enable or disable automatically sending crash reports."
+category: "Cloud reporting"
+---
+
+Enable or disable automatically sending crash reports.
+
+**Compatibility:** Firefox Enterprise 150.0.0\
+**CCK2 Equivalent:** N/A\
+**Preferences Affected:** `browser.crashReports.unsubmittedCheck.enabled`, `browser.crashReports.unsubmittedCheck.autoSubmit2`, `browser.tabs.crashReporting.includeURL`, `browser.tabs.crashReporting.sendReport`
+
+## Windows (GPO)
+
+```
+Software\Policies\Mozilla\Firefox\CrashReportsAutoSubmit = 0x1 | 0x0
+```
+
+## Windows (Intune)
+
+OMA-URI:
+
+```url
+./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/CrashReportsAutoSubmit
+```
+
+Value (string):
+
+```xml
+ or
+```
+
+## macOS
+
+```xml
+
+ CrashReportsAutoSubmit
+ |
+
+```
+
+## policies.json
+
+```json
+{
+ "policies": {
+ "CrashReportsAutoSubmit": true | false
+ }
+}
+```