diff --git a/docs/embedding/introduction.md b/docs/embedding/introduction.md index eca1680b5f0663b894b98a1f1c424ffbada627cf..ebe70452ffb3b52b96eeabdb837b12bbf5b0bb6c 100644 --- a/docs/embedding/introduction.md +++ b/docs/embedding/introduction.md @@ -40,6 +40,7 @@ If you'd like to share your data with the good people of the internet, admins ca | ------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------- | ----------------------------------------- | ------------------------------- | ---------------------------------------------- | | Display charts and dashboards | ✅ | ✅ | ✅ | ✅ | | Display interactive [filter widgets](https://www.metabase.com/glossary/filter_widget) | ✅ | ✅ | ✅ | ✅ | +| Export results\* | ✅ | ✅ | ✅ | ✅ | | Restrict data with [locked filters](./static-embedding-parameters.md#restricting-data-in-a-static-embed-with-locked-parameters) | ⌠| ⌠| ✅ | ⌠| | Restrict data with [sandboxes](../permissions/data-sandboxes.md) | ✅ | ✅ | ⌠| ⌠| | Use the [drill-through menu](https://www.metabase.com/learn/metabase-basics/querying-and-dashboards/questions/drill-through) | ✅ | ✅ | ⌠| ⌠| @@ -49,6 +50,8 @@ If you'd like to share your data with the good people of the internet, admins ca | Embed individual Metabase components | ✅ | ⌠| ⌠| ⌠| | Manage access and interactivity per component | ✅ | ⌠| ⌠| ⌠| +\* Each embedding type allows data downloads by default, but only [Pro and Enterprise](https://www.metabase.com/pricing) plans can disable data downloads. + ## Switching from static to interactive embedding [Interactive embedding](./interactive-embedding.md) requires authentication via single sign-on (SSO), so you'll need to set that up both in your Metabase and in your application's server. Check out our [Interactive embedding quick start](https://www.metabase.com/docs/latest/embedding/interactive-embedding-quick-start-guide).