diff --git a/src/components/NavigationDocs.jsx b/src/components/NavigationDocs.jsx
index aace7d20..c2e1a901 100644
--- a/src/components/NavigationDocs.jsx
+++ b/src/components/NavigationDocs.jsx
@@ -102,7 +102,7 @@ export const docsNavigation = [
title: 'Integrations',
isOpen: false,
links: [
- {title: 'Activity event streaming', href: '/how-to/activity-event-streaming' },
+ {title: 'Activity event streaming', href: '/how-to/activity-event-streaming-to-siem-systems' },
{title: 'Identity provider sync', href: '/how-to/idp-sync' },
{title: 'Enable post quantum cryptography', href: '/how-to/enable-post-quantum-cryptography' },
{title: 'Endpoint Detection and Response (EDR)', href: '/how-to/endpoint-detection-and-response' },
diff --git a/src/pages/how-to/activity-event-streaming.mdx b/src/pages/how-to/activity-event-streaming-to-siem-systems.mdx
similarity index 90%
rename from src/pages/how-to/activity-event-streaming.mdx
rename to src/pages/how-to/activity-event-streaming-to-siem-systems.mdx
index 01a242ef..4da88d83 100644
--- a/src/pages/how-to/activity-event-streaming.mdx
+++ b/src/pages/how-to/activity-event-streaming-to-siem-systems.mdx
@@ -1,6 +1,14 @@
-# Stream Activity Events to Third-Party Platforms
+# Stream activity events to third-party SIEM systems
-This document provides step-by-step instructions and best practices for setting up NetBird activity event streaming integrations to different third-party platforms.
+Security Information and Event Management (SIEM) systems play a critical role in network security by monitoring,
+detecting, and responding to security threats in real-time. By aggregating and analyzing activity across the network,
+SIEMs help identify anomalous patterns and potential breaches, providing a centralized view of security events.
+
+NetBird provides an event streaming feature that allows you to stream network [activity events](/how-to/monitor-system-and-network-activity)
+to third-party SIEM systems, such as [Datadog](https://www.datadoghq.com/dg/security/siem-solution/), [Amazon S3](https://aws.amazon.com/s3/), [Amazon Data Firehose](https://aws.amazon.com/firehose/), and others.
+
+This document provides step-by-step instructions and best practices for setting up NetBird activity event streaming
+integrations to different third-party platforms.