diff --git a/.changeset/forty-beers-sniff.md b/.changeset/forty-beers-sniff.md
index 6adb7e98b4..e1f478c1e1 100644
--- a/.changeset/forty-beers-sniff.md
+++ b/.changeset/forty-beers-sniff.md
@@ -3,4 +3,36 @@
'@backstage/plugin-catalog-graph': patch
---
-Added possibility to show arrow heads for graph edges in `DependencyGraph` for better understandability.
+Added possibility to show arrow heads for graph edges for better understandability.
+
+In order to show arrow heads in the catalog graph page, add `showArrowHeads` attribute to `CatalogGraphPage` component
+(typically in `packages/app/src/App.tsx`):
+
+```diff
+
+```
+
+In order to show arrow heads in entity graphs, add `showArrowHeads` attribute to `EntityCatalogGraphCard` components
+(typically multiple occurrences in `packages/app/src/components/catalog/EntityPage.tsx`):
+
+```diff
+-
++
+```