diff --git a/docs/sdks/languages/csharp.mdx b/docs/sdks/languages/csharp.mdx
index c6096d078..c6100a8a4 100644
--- a/docs/sdks/languages/csharp.mdx
+++ b/docs/sdks/languages/csharp.mdx
@@ -379,6 +379,9 @@ By default, `GetSecret()` fetches and returns a shared secret.
The type of the secret. Valid options are "shared" or "personal". If not specified, the default value is "shared".
+
+ Whether or not to include imported secrets from the current path. Read about [secret import](/documentation/platform/secret-reference)
+
diff --git a/docs/sdks/languages/java.mdx b/docs/sdks/languages/java.mdx
index e79e34389..e67727a2e 100644
--- a/docs/sdks/languages/java.mdx
+++ b/docs/sdks/languages/java.mdx
@@ -367,6 +367,9 @@ By default, `getSecret()` fetches and returns a shared secret.
The type of the secret. Valid options are "shared" or "personal". If not specified, the default value is "shared".
+
+ Whether or not to include imported secrets from the current path. Read about [secret import](/documentation/platform/secret-reference)
+
diff --git a/docs/sdks/languages/node.mdx b/docs/sdks/languages/node.mdx
index 670fed4da..2aa4c5679 100644
--- a/docs/sdks/languages/node.mdx
+++ b/docs/sdks/languages/node.mdx
@@ -360,6 +360,9 @@ By default, `getSecret()` fetches and returns a shared secret.
The type of the secret. Valid options are "shared" or "personal". If not specified, the default value is "shared".
+
+ Whether or not to include imported secrets from the current path. Read about [secret import](/documentation/platform/secret-reference)
+
diff --git a/docs/sdks/languages/python.mdx b/docs/sdks/languages/python.mdx
index 83d249dde..dc468ef9d 100644
--- a/docs/sdks/languages/python.mdx
+++ b/docs/sdks/languages/python.mdx
@@ -317,6 +317,9 @@ By default, `getSecret()` fetches and returns a shared secret. If not found, it
The key of the secret to retrieve
+
+ Whether or not to include imported secrets from the current path. Read about [secret import](/documentation/platform/secret-reference)
+
The slug name (dev, prod, etc) of the environment from where secrets should be fetched from.