diff --git a/docs/features/techdocs/addons.md b/docs/features/techdocs/addons.md
index a4e1de7d4f..fe1058b2ca 100644
--- a/docs/features/techdocs/addons.md
+++ b/docs/features/techdocs/addons.md
@@ -76,6 +76,18 @@ import { ReportIssue } from '@backstage/plugin-techdocs-module-addons-contrib';
;
```
+If you are using a custom [TechDocs reader page](./how-to-guides.md#how-to-customize-the-techdocs-reader-page) your setup will be very similar, here's an example:
+
+```ts
+}>
+
+
+ {/* Other addons can be added here. */}
+
+ {techDocsPage} // This is your custom TechDocs reader page
+
+```
+
The process for configuring Addons on the documentation tab on the entity page
is very similar; instead of adding the `` registry under a
``, you'd add it as a child of ``: