diff --git a/fern/products/sdks/overview/python/configuration.mdx b/fern/products/sdks/overview/python/configuration.mdx
index ff8b415fc..64c876381 100644
--- a/fern/products/sdks/overview/python/configuration.mdx
+++ b/fern/products/sdks/overview/python/configuration.mdx
@@ -107,6 +107,12 @@ When enabled, generates utility methods for working with union types, including
Feature flag that removes the usage of request objects, and instead uses parameters in function signatures where possible.
+
+ Enables lazy loading of client imports. When enabled, modules and classes are imported only when first accessed rather than at package initialization. This reduces memory footprint when using a small portion of a large API, at the cost of a latency penalty when first accessing a client.
+
+ Set to `false` to restore eager loading behavior.
+
+
Specifies the Python package name that users will import your generated client
@@ -325,4 +331,4 @@ config:
Generate Pydantic models that implement inheritance when a model utilizes the Fern `extends` keyword.
-
\ No newline at end of file
+