diff --git a/website/docs/docs/cloud-integrations/configure-auto-exposures.md b/website/docs/docs/cloud-integrations/configure-auto-exposures.md
index 9692249240a..18ea730071f 100644
--- a/website/docs/docs/cloud-integrations/configure-auto-exposures.md
+++ b/website/docs/docs/cloud-integrations/configure-auto-exposures.md
@@ -80,3 +80,8 @@ dbt Cloud imports everything in the collection(s) and you can continue to view t
:::info Coming soon
Soon, you’ll also be able to use auto-exposures to trigger the refresh of the data used in your Tableau dashboards from within dbt Cloud. Stay tuned for more on this soon!
:::
+
+## Considerations
+import ConsiderationsTableau from '/snippets/_auto-exposures-considerations-tb.md';
+
+
diff --git a/website/docs/docs/collaborate/auto-exposures.md b/website/docs/docs/collaborate/auto-exposures.md
index a333df19831..8eee8788598 100644
--- a/website/docs/docs/collaborate/auto-exposures.md
+++ b/website/docs/docs/collaborate/auto-exposures.md
@@ -25,3 +25,8 @@ For more information on how to set up auto-exposures, prerequisites, and more &m
import ViewExposures from '/snippets/_auto-exposures-view.md';
+
+## Considerations
+import ConsiderationsTableau from '/snippets/_auto-exposures-considerations-tb.md';
+
+
diff --git a/website/snippets/_auto-exposures-considerations-tb.md b/website/snippets/_auto-exposures-considerations-tb.md
new file mode 100644
index 00000000000..7728679be85
--- /dev/null
+++ b/website/snippets/_auto-exposures-considerations-tb.md
@@ -0,0 +1,6 @@
+Auto-exposures with Tableau have the following considerations:
+
+- You can only connect to a single Tableau site on the same server.
+- If you're using Tableau Server, you need to [allowlist dbt Cloud's IP addresses](/docs/cloud/about-cloud/access-regions-ip-addresses) for your dbt Cloud region.
+- Tableau dashboards built using custom SQL queries aren't supported.
+- Auto-exposures sync automatically **once per day** or when a user updates the selected collections.