> ## 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.

# Invite users to your workspace

> Use Paradime Global Search to invite users directly without accessing team settings. Simply search for 'Add New User' using cmd+K or ctrl+K to send invites via email or Slack.

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>;

Using the Paradime Global search you can invite users to Paradime without having to navigate to the team settings screen.

To activate Global Search, click on the input on the top of your screen, or use the keyboard shortcut `cmd+K` or `ctrl+K`

Then search for `Add New User` to launch the popup where you can invite users to your workspace vie email or Slack.

<Arcade src="https://demo.arcade.software/G0CMl3Z2xoBKQItbJIaa?embed&embed_mobile=tab&embed_desktop=inline&show_copy_link=true" title="Invite users to your workspace" />

**ℹ️ Check other articles on user management in Paradime:**

<Card title="Users" href="/products/settings/users/index" horizontal icon="arrow-right" />


## Related topics

- [Invite users](/products/settings/users/invite-users.md)
- [Managing Users in the Workspace](/guides/paradime-101/getting-started-with-your-paradime-workspace/managing-users-in-the-workspace.md)
- [Workspaces](/products/settings/workspaces.md)
- [User Management](/developers/python-sdk/modules/user-management.md)
- [User Management API](/developers/graphql-api/api-reference/user-management-api.md)
