> ## Documentation Index
> Fetch the complete documentation index at: https://docs.paradime.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Enable Auto-join

> Auto-Join: Enable auto-join for users in Paradime workspace for dbt™ projects. Simplify user onboarding and collaboration.

export const Arcade = ({src, title}) => <div style={{
  position: 'relative',
  paddingBottom: 'calc(56.2225% + 41px)',
  height: 0,
  width: '100%'
}}>
    <iframe src={src} title={title} frameBorder="0" loading="lazy" allow="clipboard-write" allowFullScreen style={{
  position: 'absolute',
  top: 0,
  left: 0,
  width: '100%',
  height: '100%',
  colorScheme: 'light'
}} />
  </div>;

As a Paradime admin, you cane enable this configuration to allow business users to auto-join your organization. We will match their email addresses to your list of allowed domains set in Paradime.

**🔥 By enable this configuration, you won't need to invite business users individually.**

To delete an allowed domain, you can click on the more button and select `Remove`. When no allowed domains are set, all user will require an invite to be able to join your Paradime organization.

<Arcade src="https://demo.arcade.software/q67zKyn5byb2TnLBAfw7?embed&embed_mobile=tab&embed_desktop=inline&show_copy_link=true" title="Enable Auto-join" />


## Related topics

- [Workspaces](/products/settings/workspaces.md)
- [Users](/products/settings/users/index.md)
- [Managing Users in the Workspace](/guides/paradime-101/getting-started-with-your-paradime-workspace/managing-users-in-the-workspace.md)
- [FAQs](/resources/other-important-stuff/faqs.md)
- [Default Roles and Permissions](/products/settings/users/roles-and-permissions.md)
