diff --git a/docs/guides/organizations/org-slugs-in-urls.mdx b/docs/guides/organizations/org-slugs-in-urls.mdx index 3906577d00..1630bd7421 100644 --- a/docs/guides/organizations/org-slugs-in-urls.mdx +++ b/docs/guides/organizations/org-slugs-in-urls.mdx @@ -16,6 +16,11 @@ metadata: title: "Enable organizations for your instance", link: "/docs/guides/organizations/overview", icon: "globe", + }, + { + title: "Enable organization slugs for your application", + link: "/docs/guides/organizations/overview#organization-slugs", + icon: "globe", } ]} exampleRepo={[ diff --git a/docs/guides/organizations/overview.mdx b/docs/guides/organizations/overview.mdx index 7462b58399..82ca0a8ee2 100644 --- a/docs/guides/organizations/overview.mdx +++ b/docs/guides/organizations/overview.mdx @@ -65,7 +65,18 @@ Most multi-tenant applications want every user to be part of an organization rat To enable personal accounts for your application, toggle **Allow personal accounts** in the [**Organizations Settings**](https://dashboard.clerk.com/last-active?path=organizations-settings) page. > [!IMPORTANT] -> Personal accounts being disabled by default was released on 08-22-2025. Applications created before this date will not be able to see the **Allow personal accounts** setting, because personal account were enabled by default. +> Personal accounts being disabled by default was released on August 22, 2025. Applications created before this date will not be able to see the **Allow personal accounts** setting, because personal account were enabled by default. + +## Organization slugs + +Organization slugs are human-readable URL identifiers that help users reference which organization they're working in. + +To enable it, navigate to the [**Organizations Settings**](https://dashboard.clerk.com/last-active?path=organizations-settings) page in the Clerk Dashboard. + +When enabled, organization slugs will be displayed in the [``](/docs/reference/components/organization/create-organization), [``](/docs/reference/components/organization/organization-list), and [``](/docs/reference/components/organization/organization-switcher) components. + +> [!IMPORTANT] +> Organization slugs are disabled by default for applications created after October 7, 2025. For applications created before this date, you can opt to disable it. ## Active organization