diff --git a/fern/products/sdks/guides/configure-auto-pagination.mdx b/fern/products/sdks/guides/configure-auto-pagination.mdx
index 48b7c1988..f3d7bc65b 100644
--- a/fern/products/sdks/guides/configure-auto-pagination.mdx
+++ b/fern/products/sdks/guides/configure-auto-pagination.mdx
@@ -3,6 +3,8 @@ title: Configure Auto Pagination
description: Paginate through API responses easily with offset, cursor, and link-based pagination.
---
+
+
Fern's auto pagination supports offset-based and cursor-based pagination schemes,
providing SDK users with simple iterators to loop through all results instead of
managing pagination complexity manually.
diff --git a/fern/products/sdks/guides/configure-idempotency.mdx b/fern/products/sdks/guides/configure-idempotency.mdx
index cde1c7b14..3672aff75 100644
--- a/fern/products/sdks/guides/configure-idempotency.mdx
+++ b/fern/products/sdks/guides/configure-idempotency.mdx
@@ -3,6 +3,8 @@ title: Configure Idempotency Headers
description: SDKs that safely support retrying requests
---
+
+
For endpoints you've configured as idempotent, Fern's SDKs allow you to
specify idempotency headers. Typically the headers include `Idempotency-Key`,
but you can also specify additional headers.
diff --git a/fern/products/sdks/guides/filter-your-endpoints-audiences.mdx b/fern/products/sdks/guides/filter-your-endpoints-audiences.mdx
index 62612ee7b..ed20ef3dc 100644
--- a/fern/products/sdks/guides/filter-your-endpoints-audiences.mdx
+++ b/fern/products/sdks/guides/filter-your-endpoints-audiences.mdx
@@ -3,6 +3,8 @@ title: Filter Your Endpoints (Audiences)
description: Guide to filtering your API endpoints using audiences.
---
+
+
Learn how to use audiences to filter which endpoints are included in your SDKs and documentation.
Docs are coming soon for this page.
Please [book a demo](https://buildwithfern.com/book-demo) or [reach out to us](https://buildwithfern.com/book-demo) to get set up with this feature.
diff --git a/fern/products/sdks/overview/java/custom-code.mdx b/fern/products/sdks/overview/java/custom-code.mdx
index 0f73c95de..71b1eac46 100644
--- a/fern/products/sdks/overview/java/custom-code.mdx
+++ b/fern/products/sdks/overview/java/custom-code.mdx
@@ -106,6 +106,8 @@ description: Augment your Java SDK with custom utilities
## Adding custom dependencies
+
+
To add packages that your custom code requires, update your `generators.yml`.
```yaml {4-7} title="generators.yml"
diff --git a/fern/products/sdks/overview/python/custom-code.mdx b/fern/products/sdks/overview/python/custom-code.mdx
index 4938422d7..3367f26df 100644
--- a/fern/products/sdks/overview/python/custom-code.mdx
+++ b/fern/products/sdks/overview/python/custom-code.mdx
@@ -117,6 +117,8 @@ description: Augment your Python SDK with custom utilities
## Adding custom dependencies
+
+
To add packages that your custom code requires, update your `generators.yml`.
```yaml {4-7} title="generators.yml"
diff --git a/fern/products/sdks/overview/typescript/custom-code.mdx b/fern/products/sdks/overview/typescript/custom-code.mdx
index 536ec5278..8142b6bfc 100644
--- a/fern/products/sdks/overview/typescript/custom-code.mdx
+++ b/fern/products/sdks/overview/typescript/custom-code.mdx
@@ -109,6 +109,8 @@ description: Augment your TypeScript SDK with custom utilities
## Custom dependencies
+
+
To add packages that your custom code requires, update your `generators.yml`.
```yaml {4-7} title="generators.yml"