diff --git a/public/docs-static/img/manage/team/sign-in-domains/authentication-tab.png b/public/docs-static/img/manage/team/sign-in-domains/authentication-tab.png
new file mode 100644
index 000000000..1c66d7332
Binary files /dev/null and b/public/docs-static/img/manage/team/sign-in-domains/authentication-tab.png differ
diff --git a/public/docs-static/img/manage/team/sign-in-domains/dns-verification.png b/public/docs-static/img/manage/team/sign-in-domains/dns-verification.png
new file mode 100644
index 000000000..f1790c744
Binary files /dev/null and b/public/docs-static/img/manage/team/sign-in-domains/dns-verification.png differ
diff --git a/public/docs-static/img/manage/team/sign-in-domains/login.png b/public/docs-static/img/manage/team/sign-in-domains/login.png
new file mode 100644
index 000000000..f39c1c5d7
Binary files /dev/null and b/public/docs-static/img/manage/team/sign-in-domains/login.png differ
diff --git a/src/components/NavigationDocs.jsx b/src/components/NavigationDocs.jsx
index 672c84ef4..bf6948fa5 100644
--- a/src/components/NavigationDocs.jsx
+++ b/src/components/NavigationDocs.jsx
@@ -368,6 +368,10 @@ export const docsNavigation = [
// { title: 'JumpCloud', href: '/manage/team/single-sign-on/jumpcloud' },
// ]
},
+ {
+ title: 'Sign-in Domains',
+ href: '/manage/team/sign-in-domains',
+ },
],
},
{
diff --git a/src/pages/manage/team/sign-in-domains.mdx b/src/pages/manage/team/sign-in-domains.mdx
new file mode 100644
index 000000000..665800301
--- /dev/null
+++ b/src/pages/manage/team/sign-in-domains.mdx
@@ -0,0 +1,85 @@
+import {Note, Warning} from "@/components/mdx"
+
+export const description =
+ 'Users on your business email domain join your account automatically. Add and verify the other domains your business uses, so their users join the same account instead of creating one of their own.'
+
+# Allow Users from Other Domains to Join Your Account
+
+By default, users who sign in with the same business email domain as yours join the same account.
+For example, everyone on `@company.com` lands in your network, with the same peers and policies.
+
+In most cases a business uses more than one domain: a country domain like `company.co.uk`, a subsidiary like `company-berlin.de`, or a second brand.
+A colleague signing in as `jane@company.co.uk` is not recognized as yours unless you [invite them manually](/manage/team/add-users-to-your-network), so they
+get an account of their own.
+
+**Sign-in domains** allow users from other domains to join your account without manually inviting them beforehand.
+You prove ownership of those domains, and everyone across your organization joins the same account automatically.
+
+
+
+
+
+
+
+