diff --git a/self-host/telemetry.mdx b/self-host/telemetry.mdx
index 2720640..82c0df9 100644
--- a/self-host/telemetry.mdx
+++ b/self-host/telemetry.mdx
@@ -3,6 +3,12 @@ title: "Telemetry"
description: "Understanding Pangolin's anonymous usage data collection"
---
+import PangolinCloudTocCta from "/snippets/pangolin-cloud-toc-cta.mdx";
+
+
+
+
+
Pangolin collects anonymous usage telemetry to help us understand how the software is used and guide future improvements and feature development.
## What We Collect
diff --git a/snippets/pangolin-cloud-toc-cta.mdx b/snippets/pangolin-cloud-toc-cta.mdx
new file mode 100644
index 0000000..9290ddd
--- /dev/null
+++ b/snippets/pangolin-cloud-toc-cta.mdx
@@ -0,0 +1,11 @@
+
+
+ Fastest way to get started with Pangolin using the hosted control plane. No credit card required.
+
+
diff --git a/style.css b/style.css
new file mode 100644
index 0000000..5455e23
--- /dev/null
+++ b/style.css
@@ -0,0 +1,9 @@
+/* Hide the Pangolin Cloud CTA source wrapper so it doesn't show in main content before the script moves it to the TOC */
+.pangolin-toc-cta-source {
+ display: none !important;
+}
+
+/* Space above the Pangolin Cloud CTA (below the table of contents links) */
+#table-of-contents > *:last-child {
+ margin-top: 1.25rem;
+}