diff --git a/docs/authentication/easie/google.mdx b/docs/authentication/easie/google.mdx
new file mode 100644
index 0000000000..8d2e6af89b
--- /dev/null
+++ b/docs/authentication/easie/google.mdx
@@ -0,0 +1,31 @@
+---
+title: Add Google as a EASIE connection
+description: Learn how to integrate Google with Clerk using EASIE SSO.
+---
+
+
+ - Use Google OAuth to enable single sign-on (SSO) via [EASIE](https://easie.clerk.dev) for your Clerk application.
+
diff --git a/docs/authentication/easie/microsoft.mdx b/docs/authentication/easie/microsoft.mdx
new file mode 100644
index 0000000000..d61871d9c1
--- /dev/null
+++ b/docs/authentication/easie/microsoft.mdx
@@ -0,0 +1,31 @@
+---
+title: Add Microsoft as a EASIE connection
+description: Learn how to integrate Microsoft with Clerk using EASIE SSO.
+---
+
+
+ - Use Microsoft Azure Entra ID to enable single sign-on (SSO) via [EASIE](https://easie.clerk.dev) for your Clerk application.
+
diff --git a/docs/authentication/easie/overview.mdx b/docs/authentication/easie/overview.mdx
new file mode 100644
index 0000000000..7143abe333
--- /dev/null
+++ b/docs/authentication/easie/overview.mdx
@@ -0,0 +1,3 @@
+---
+title: Enterprise SSO via EASIE
+---
diff --git a/docs/manifest.json b/docs/manifest.json
index 4ab96626aa..c99458c357 100644
--- a/docs/manifest.json
+++ b/docs/manifest.json
@@ -489,6 +489,25 @@
]
]
},
+ {
+ "title": "EASIE",
+ "items": [
+ [
+ {
+ "title": "Overview",
+ "href": "/docs/authentication/easie/overview"
+ },
+ {
+ "title": "Microsoft",
+ "href": "/docs/authentication/easie/microsoft"
+ },
+ {
+ "title": "Google",
+ "href": "/docs/authentication/easie/google"
+ }
+ ]
+ ]
+ },
{
"title": "SAML",
"items": [