diff --git a/docs/elements/footprint.mdx b/docs/elements/footprint.mdx
index e5e78e5..c694688 100644
--- a/docs/elements/footprint.mdx
+++ b/docs/elements/footprint.mdx
@@ -92,3 +92,93 @@ export default () => (
)
`} />
+
+
+## Reference Designator
+
+You can use `{NAME}`, `{REF}`, or `{REFERENCE}` in the `text` property of a [``](../footprints/silkscreentext.mdx) element within a footprint. When the PCB is rendered, these variables are automatically replaced with the name (reference designator) of the component.
+
+This is the standard way to label components on the silkscreen layer.
+
+ (
+
+
+
+
+
+
+
+
+
+
+
+
+
+ }
+ />
+
+)
+ `}
+/>