diff --git a/_docs/latest/api.json b/_docs/latest/api.json
index 0ef68f4364..ecf263d8ef 100644
--- a/_docs/latest/api.json
+++ b/_docs/latest/api.json
@@ -25315,7 +25315,7 @@
"post" : {
"operationId" : "post-api-ee-ai-controls-permissions-advanced",
"summary" : "POST /api/ee/ai-controls/permissions/advanced",
- "description" : "Switch to advanced group-level permissions. Removes any custom permissions from the All Users group.",
+ "description" : "Switch to group-level permissions. Removes the permissions of All Users and All tenant users, so nobody has\n access until they are in a group that grants it.",
"parameters" : [ ],
"responses" : {
"2XX" : {
@@ -25367,7 +25367,7 @@
"delete" : {
"operationId" : "delete-api-ee-ai-controls-permissions-advanced",
"summary" : "DELETE /api/ee/ai-controls/permissions/advanced",
- "description" : "Switch back to simple permissions. Removes any custom permissions from all specific groups, keeping only Admins and All Users.",
+ "description" : "Switch back to simple permissions. Removes the permissions of every group other than Administrators, All Users\n and All tenant users.",
"parameters" : [ ],
"responses" : {
"2XX" : {
diff --git a/_docs/latest/embedding/eajs/snippets/MetabaseBrowserAttributes.md b/_docs/latest/embedding/eajs/snippets/MetabaseBrowserAttributes.md
index 6d2ac02842..dee123aa2e 100644
--- a/_docs/latest/embedding/eajs/snippets/MetabaseBrowserAttributes.md
+++ b/_docs/latest/embedding/eajs/snippets/MetabaseBrowserAttributes.md
@@ -28,16 +28,16 @@ Pro/Enterprise
-| Property | Type | Description |
-| :------------------------------------------------------------------- | :------------------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
-| `collection-entity-types` | `string`[] | An array of entity types to show in the collection browser: `collection`, `dashboard`, `question`, `model`.
---
Optional
Possible values: `"model"`, `"collection"`, `"dashboard"`, `"question"` |
-| `collection-page-size` | `number` | How many items to show per page in the collection browser.
---
Optional |
-| `collection-visible-columns` | `string`[] | An array of columns to show in the collection browser: `type`, `name`, `description`, `lastEditedBy`, `lastEditedAt`, `archive`.
---
Optional
Possible values: `"type"`, `"name"`, `"description"`, `"lastEditedBy"`, `"lastEditedAt"`, `"archive"` |
-| `data-picker-entity-types` | `string`[] | An array of entity types to show in the question's data picker: `model`, `table`.
---
Optional
Possible values: `"model"`, `"table"` |
-| `enable-entity-navigation` | `boolean` | Whether to enable internal entity navigation (links to dashboards/questions).
---
Optional
Default: `false` |
-| `initial-collection` | `string` \| `number` | Which collection to start from. Use a collection ID (e.g., `14`) to start in a specific collection, or `"root"` for the top-level "Our Analytics" collection. |
-| `read-only` | `boolean` | Whether the content manager is in read-only mode. When `true`, people can interact with items (filter, summarize, drill-through) but can't save. When `false`, they can create and edit items.
---
Optional
Default: `true` |
-| `with-new-dashboard` | `boolean` | Whether to show the "New dashboard" button. Only applies when `read-only` is `false`.
---
Optional
Default: `true` |
-| `with-new-question` | `boolean` | Whether to show the "New question" button.
---
Optional
Default: `true` |
+| Property | Type | Description |
+| :------------------------------------------------------------------- | :------------------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `collection-entity-types` | `string`[] | An array of entity types to show in the collection browser: `collection`, `dashboard`, `question`, `model`.
---
Optional
Possible values: `"model"`, `"collection"`, `"dashboard"`, `"question"` |
+| `collection-page-size` | `number` | How many items to show per page in the collection browser.
---
Optional |
+| `collection-visible-columns` | `string`[] | An array of columns to show in the collection browser: `type`, `name`, `description`, `lastEditedBy`, `lastEditedAt`, `archive`.
---
Optional
Possible values: `"type"`, `"name"`, `"description"`, `"lastEditedBy"`, `"lastEditedAt"`, `"archive"` |
+| `data-picker-entity-types` | `string`[] | An array of entity types to show in the question's data picker: `model`, `table`.
---
Optional
Possible values: `"model"`, `"table"` |
+| `enable-entity-navigation` | `boolean` | Whether to enable internal entity navigation (links to dashboards/questions).
---
Optional
Default: `false` |
+| `initial-collection` | `string` \| `number` | Which collection to start from. Values: regular ID, entity ID, `"root"` for the top-level "Our Analytics" collection, `"personal"` for the viewer's personal collection, or `"tenant"` for the viewer's tenant collection. People who aren't tenant members get an error for `"tenant"`. |
+| `read-only` | `boolean` | Whether the content manager is in read-only mode. When `true`, people can interact with items (filter, summarize, drill-through) but can't save. When `false`, they can create and edit items.
---
Optional
Default: `true` |
+| `with-new-dashboard` | `boolean` | Whether to show the "New dashboard" button. Only applies when `read-only` is `false`.
---
Optional
Default: `true` |
+| `with-new-question` | `boolean` | Whether to show the "New question" button.
---
Optional
Default: `true` |
diff --git a/_docs/v0.63/api.json b/_docs/v0.63/api.json
index 0ef68f4364..ecf263d8ef 100644
--- a/_docs/v0.63/api.json
+++ b/_docs/v0.63/api.json
@@ -25315,7 +25315,7 @@
"post" : {
"operationId" : "post-api-ee-ai-controls-permissions-advanced",
"summary" : "POST /api/ee/ai-controls/permissions/advanced",
- "description" : "Switch to advanced group-level permissions. Removes any custom permissions from the All Users group.",
+ "description" : "Switch to group-level permissions. Removes the permissions of All Users and All tenant users, so nobody has\n access until they are in a group that grants it.",
"parameters" : [ ],
"responses" : {
"2XX" : {
@@ -25367,7 +25367,7 @@
"delete" : {
"operationId" : "delete-api-ee-ai-controls-permissions-advanced",
"summary" : "DELETE /api/ee/ai-controls/permissions/advanced",
- "description" : "Switch back to simple permissions. Removes any custom permissions from all specific groups, keeping only Admins and All Users.",
+ "description" : "Switch back to simple permissions. Removes the permissions of every group other than Administrators, All Users\n and All tenant users.",
"parameters" : [ ],
"responses" : {
"2XX" : {
diff --git a/_docs/v0.63/embedding/eajs/snippets/MetabaseBrowserAttributes.md b/_docs/v0.63/embedding/eajs/snippets/MetabaseBrowserAttributes.md
index 59929058fd..54628b4173 100644
--- a/_docs/v0.63/embedding/eajs/snippets/MetabaseBrowserAttributes.md
+++ b/_docs/v0.63/embedding/eajs/snippets/MetabaseBrowserAttributes.md
@@ -27,16 +27,16 @@ Pro/Enterprise
-| Property | Type | Description |
-| :------------------------------------------------------------------- | :------------------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
-| `collection-entity-types` | `string`[] | An array of entity types to show in the collection browser: `collection`, `dashboard`, `question`, `model`.
---
Optional
Possible values: `"model"`, `"collection"`, `"dashboard"`, `"question"` |
-| `collection-page-size` | `number` | How many items to show per page in the collection browser.
---
Optional |
-| `collection-visible-columns` | `string`[] | An array of columns to show in the collection browser: `type`, `name`, `description`, `lastEditedBy`, `lastEditedAt`, `archive`.
---
Optional
Possible values: `"type"`, `"name"`, `"description"`, `"lastEditedBy"`, `"lastEditedAt"`, `"archive"` |
-| `data-picker-entity-types` | `string`[] | An array of entity types to show in the question's data picker: `model`, `table`.
---
Optional
Possible values: `"model"`, `"table"` |
-| `enable-entity-navigation` | `boolean` | Whether to enable internal entity navigation (links to dashboards/questions).
---
Optional
Default: `false` |
-| `initial-collection` | `string` \| `number` | Which collection to start from. Use a collection ID (e.g., `14`) to start in a specific collection, or `"root"` for the top-level "Our Analytics" collection. |
-| `read-only` | `boolean` | Whether the content manager is in read-only mode. When `true`, people can interact with items (filter, summarize, drill-through) but can't save. When `false`, they can create and edit items.
---
Optional
Default: `true` |
-| `with-new-dashboard` | `boolean` | Whether to show the "New dashboard" button. Only applies when `read-only` is `false`.
---
Optional
Default: `true` |
-| `with-new-question` | `boolean` | Whether to show the "New question" button.
---
Optional
Default: `true` |
+| Property | Type | Description |
+| :------------------------------------------------------------------- | :------------------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `collection-entity-types` | `string`[] | An array of entity types to show in the collection browser: `collection`, `dashboard`, `question`, `model`.
---
Optional
Possible values: `"model"`, `"collection"`, `"dashboard"`, `"question"` |
+| `collection-page-size` | `number` | How many items to show per page in the collection browser.
---
Optional |
+| `collection-visible-columns` | `string`[] | An array of columns to show in the collection browser: `type`, `name`, `description`, `lastEditedBy`, `lastEditedAt`, `archive`.
---
Optional
Possible values: `"type"`, `"name"`, `"description"`, `"lastEditedBy"`, `"lastEditedAt"`, `"archive"` |
+| `data-picker-entity-types` | `string`[] | An array of entity types to show in the question's data picker: `model`, `table`.
---
Optional
Possible values: `"model"`, `"table"` |
+| `enable-entity-navigation` | `boolean` | Whether to enable internal entity navigation (links to dashboards/questions).
---
Optional
Default: `false` |
+| `initial-collection` | `string` \| `number` | Which collection to start from. Values: regular ID, entity ID, `"root"` for the top-level "Our Analytics" collection, `"personal"` for the viewer's personal collection, or `"tenant"` for the viewer's tenant collection. People who aren't tenant members get an error for `"tenant"`. |
+| `read-only` | `boolean` | Whether the content manager is in read-only mode. When `true`, people can interact with items (filter, summarize, drill-through) but can't save. When `false`, they can create and edit items.
---
Optional
Default: `true` |
+| `with-new-dashboard` | `boolean` | Whether to show the "New dashboard" button. Only applies when `read-only` is `false`.
---
Optional
Default: `true` |
+| `with-new-question` | `boolean` | Whether to show the "New question" button.
---
Optional
Default: `true` |