diff --git a/flaky-tests/quarantining.md b/flaky-tests/quarantining.md
index 84cdb209..9ba21fbe 100644
--- a/flaky-tests/quarantining.md
+++ b/flaky-tests/quarantining.md
@@ -51,6 +51,22 @@ Here's what each of these options does when enabled:
| Setting | Description |
|---|
| Enable Test Quarantining | This primary toggle activates the quarantining feature set, unlocking both manual override options and the ability to enable auto-quarantining. For any quarantining to work, the necessary configurations must also be made in your CI pipeline. |
| Auto-Quarantine Flaky Tests | When enabled, any test already identified by Trunk as "flaky" will be automatically quarantined. This saves you from having to manually quarantine each flaky test as it's discovered. |
| |
+#### Collection-level quarantining settings
+
+[Test Collections](https://docs.trunk.io/flaky-tests/collections) have their own quarantining settings that override the repository-level settings for any uploads routed to that collection. This lets you apply different quarantining policies to different subsets of your test suite.
+
+To configure collection quarantining, navigate to **Flaky Tests** > **Collections** > collection name > **Settings** > **Quarantining**.
+
+The same two toggles are available at the collection level:
+
+| Setting | Description |
|---|
| Enable Test Quarantining | Activates quarantining for this collection. When enabled, this setting overrides the repository-level quarantining setting for uploads that belong to this collection. |
| Auto-Quarantine Flaky Tests | Automatically quarantines any test in this collection that Trunk has identified as flaky. This option is only available when quarantining is enabled for the collection. |
+
+{% hint style="info" %}
+Only organization admins can change collection quarantining settings. Members can view the settings page but cannot toggle the controls.
+{% endhint %}
+
+When you disable collection quarantining, auto-quarantine is also disabled automatically. Re-enabling quarantining for the collection does not restore auto-quarantine — you must turn it back on separately.
+
### **Quarantining with Sharded or Parallelized Tests**
There are two options for handling quarantining.