diff --git a/fern/products/sdks/generators/csharp/configuration.mdx b/fern/products/sdks/generators/csharp/configuration.mdx
index 4343ea434..a3feddb04 100644
--- a/fern/products/sdks/generators/csharp/configuration.mdx
+++ b/fern/products/sdks/generators/csharp/configuration.mdx
@@ -106,3 +106,9 @@ When enabled, places core SDK classes (like base client classes and utilities) i
When enabled, generates discriminated union types for API responses that can contain multiple different object types. This provides type-safe handling of polymorphic responses.
+
+
+When enabled, the generated SDK sends a `User-Agent: /` header on every request when the API definition does not specify an explicit `User-Agent`. This mirrors other generators' `/` fallback.
+
+The prefix is taken from the cascade `package-id` → `namespace` → `PascalCase(_)`, so it matches whatever name the SDK ships under on NuGet. Defaults to `false`.
+