diff --git a/docs/essentials/highlight.md b/docs/essentials/highlight.md
index c1f8222a9885..190cfe1e84f8 100644
--- a/docs/essentials/highlight.md
+++ b/docs/essentials/highlight.md
@@ -52,6 +52,12 @@ Out of the box, Storybook automatically removes highlighted elements when transi
+
+
+ℹ️ The `emit` function derived from the `useChannel` API hook creates a communication channel in Storybook's UI to listen for events and update the UI accordingly. The Highlight addon uses this channel to listen to custom events and update the highlighted elements (if any) accordingly.
+
+
+
## Customize style
By default, the addon applies a standard style to the highlighted elements you've enabled for the story. However, you can enable your custom style by extending the payload object and providing a `color` and/or `style` properties. For example:
@@ -70,4 +76,4 @@ By default, the addon applies a standard style to the highlighted elements you'v
]}
/>
-
+
\ No newline at end of file