diff --git a/docs/elements/cadmodel.mdx b/docs/elements/cadmodel.mdx
index 948f8fd..ccce455 100644
--- a/docs/elements/cadmodel.mdx
+++ b/docs/elements/cadmodel.mdx
@@ -33,7 +33,7 @@ import CircuitPreview from "@site/src/components/CircuitPreview"
## Repositioning the Model
-You can use `positionOffset` and `rotationOffset` to reposition the model.
+You can use `positionOffset`, `rotationOffset`, and `zOffsetFromSurface` to reposition the model.
+### Z-Offset from Surface
+
+Use `zOffsetFromSurface` to control the vertical distance of the model from the PCB surface. This is useful for components that need to be positioned above or below the board surface.
+
+ (
+
+
+ }
+ />
+
+ )
+ `}
+/>
+
## Importing local GLB models