diff --git a/_partials/_early_access_2_17_1.md b/_partials/_early_access_2_17_1.md
new file mode 100644
index 0000000000..926c810880
--- /dev/null
+++ b/_partials/_early_access_2_17_1.md
@@ -0,0 +1 @@
+Early access: TimescaleDB v2.17.1
diff --git a/api/hypertable/enable_chunk_skipping.md b/api/hypertable/enable_chunk_skipping.md
index cf2b5539c0..0c50ba8338 100644
--- a/api/hypertable/enable_chunk_skipping.md
+++ b/api/hypertable/enable_chunk_skipping.md
@@ -11,8 +11,14 @@ products: [cloud, mst, self_hosted]
---
import OldCreateHypertable from "versionContent/_partials/_old-api-create-hypertable.mdx";
+import EarlyAccess2171 from "versionContent/_partials/_early_access_2_17_1.mdx";
-# enable_chunk_skipping()
+
+
+# enable_chunk_skipping()
+
+
+
Enable range statistics for a specific column in a **compressed** hypertable. This tracks a range of values for that column per chunk.
Used for chunk skipping during query optimization and applies only to the chunks created after chunk skipping is enabled.