diff --git a/docs/docs.json b/docs/docs.json
index 44d43d9ac..5ab2cf624 100644
--- a/docs/docs.json
+++ b/docs/docs.json
@@ -397,6 +397,7 @@
"en/enterprise/guides/kickoff-crew",
"en/enterprise/guides/update-crew",
"en/enterprise/guides/enable-crew-studio",
+ "en/enterprise/guides/capture_telemetry_logs",
"en/enterprise/guides/azure-openai-setup",
"en/enterprise/guides/tool-repository",
"en/enterprise/guides/react-component-export",
diff --git a/docs/en/enterprise/guides/capture_telemetry_logs.mdx b/docs/en/enterprise/guides/capture_telemetry_logs.mdx
new file mode 100644
index 000000000..6f881589d
--- /dev/null
+++ b/docs/en/enterprise/guides/capture_telemetry_logs.mdx
@@ -0,0 +1,35 @@
+---
+title: "Open Telemetry Logs"
+description: "Understand how to capture telemetry logs from your CrewAI AMP deployments"
+icon: "magnifying-glass-chart"
+mode: "wide"
+---
+
+CrewAI AMP provides a powerful way to capture telemetry logs from your deployments. This allows you to monitor the performance of your agents and workflows, and to debug issues that may arise.
+
+## Prerequisites
+
+
+
+ Your organization should have ENTERPRISE OTEL SETUP enabled
+
+
+ Your organization should have an OTEL collector setup or a provider like Datadog log intake setup
+
+
+
+
+## How to capture telemetry logs
+
+1. Go to settings/organization tab
+2. Configure your OTEL collector setup
+3. Save
+
+
+
+Example to setup OTEL log collection capture to Datadog.
+
+
+
+ 
+
diff --git a/docs/images/crewai-otel-export.png b/docs/images/crewai-otel-export.png
new file mode 100644
index 000000000..73b7b6d25
Binary files /dev/null and b/docs/images/crewai-otel-export.png differ