diff --git a/public/docs-static/img/how-to-guides/crowdstrike-credentials.png b/public/docs-static/img/how-to-guides/crowdstrike-credentials.png
new file mode 100644
index 00000000..e047b843
Binary files /dev/null and b/public/docs-static/img/how-to-guides/crowdstrike-credentials.png differ
diff --git a/public/docs-static/img/how-to-guides/crowdstrike-groups.png b/public/docs-static/img/how-to-guides/crowdstrike-groups.png
new file mode 100644
index 00000000..b61d3aff
Binary files /dev/null and b/public/docs-static/img/how-to-guides/crowdstrike-groups.png differ
diff --git a/public/docs-static/img/how-to-guides/crowdstrike-integration.png b/public/docs-static/img/how-to-guides/crowdstrike-integration.png
new file mode 100644
index 00000000..2329852c
Binary files /dev/null and b/public/docs-static/img/how-to-guides/crowdstrike-integration.png differ
diff --git a/public/docs-static/img/how-to-guides/crowdstrike-region.png b/public/docs-static/img/how-to-guides/crowdstrike-region.png
new file mode 100644
index 00000000..057a388f
Binary files /dev/null and b/public/docs-static/img/how-to-guides/crowdstrike-region.png differ
diff --git a/public/docs-static/img/how-to-guides/edr-approval-required.png b/public/docs-static/img/how-to-guides/edr-approval-required.png
new file mode 100644
index 00000000..9757bfd5
Binary files /dev/null and b/public/docs-static/img/how-to-guides/edr-approval-required.png differ
diff --git a/src/components/NavigationDocs.jsx b/src/components/NavigationDocs.jsx
index cd40ef3d..811d1d8f 100644
--- a/src/components/NavigationDocs.jsx
+++ b/src/components/NavigationDocs.jsx
@@ -105,7 +105,7 @@ export const docsNavigation = [
{title: 'Activity event streaming', href: '/how-to/activity-event-streaming' },
{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/endpoint-detection-and-response.mdx b/src/pages/how-to/endpoint-detection-and-response.mdx
new file mode 100644
index 00000000..92135965
--- /dev/null
+++ b/src/pages/how-to/endpoint-detection-and-response.mdx
@@ -0,0 +1,88 @@
+# Endpoint Detection and Response (EDR)
+
+Endpoint Detection and Response (EDR) is a cybersecurity technology designed to help organizations detect, investigate,
+and respond to threats on endpoint devices. An endpoint is any device that is connected to a network, such as laptops,
+desktops, smartphones, tablets, servers, and even some IoT (Internet of Things) devices.
+
+With the rise of remote work, endpoints often operate outside the traditional corporate network perimeter,
+making them more vulnerable to attacks. EDR provides a layer of security that is not dependent on the physical location
+of the endpoint, thus extending protection to remote workers and their devices.
+
+NetBird integrates with major EDR platforms to restrict network access to only those devices managed by the company's IT department.
+With the integration enabled, NetBird synchronizes the list of devices managed by the EDR platform via the API and
+checks the presence of the EDR agent on the device, blocking access to the network if the agent is not installed.
+
+NetBird doesn't apply the EDR checks to all devices in the network. Instead, you can select specific groups of devices for
+the checks to apply.
+
+This document offers instructions and best practices for setting up NetBird with different EDR platforms.
+
+
+
+
+
+
+
+
+
+
+
+