diff --git a/docs/luigi-compound-container-api.md b/docs/luigi-compound-container-api.md
index 5f542f4cf1..a54a8e6464 100644
--- a/docs/luigi-compound-container-api.md
+++ b/docs/luigi-compound-container-api.md
@@ -16,7 +16,9 @@ meta -->
# Luigi Compound Container API
-This document outlines the parameters provided by the Luigi Compound Container. Luigi Compound Container provides the possibility to insert multiple webcomponent-based microfrontends in one container
+This document outlines the parameters provided by the Luigi Compound Container. Luigi Compound Container provides the possibility to insert multiple webcomponent-based microfrontends in one container.
+In addition you can use standard `addEventListener` function to react on events emmitted by the Luigi Compound Container. The list of events and their meaning can be found [here](https://github.com/SAP/luigi/blob/main/container/src/constants/communication.ts).
+
## API Reference
diff --git a/docs/luigi-container-api.md b/docs/luigi-container-api.md
index 811591430f..43a6aa6ddb 100644
--- a/docs/luigi-container-api.md
+++ b/docs/luigi-container-api.md
@@ -16,7 +16,8 @@ meta -->
# Luigi Container API
-This document outlines the parameters provided by the Luigi Container.
+This document outlines the parameters provided by the Luigi Container.
+In addition you can use standard `addEventListener` function to react on events emmitted by the Luigi Container. The list of events and their meaning can be found [here](https://github.com/SAP/luigi/blob/main/container/src/constants/communication.ts).
## API Reference