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

# Inviting Users

> Invite teammates and start building your team’s insights together

export const ArcadeUserInvite = () => {
  return <div style={{
    position: 'relative',
    paddingBottom: 'calc(77.12082262210797% + 41px)',
    height: '0',
    width: '100%'
  }}>
      <iframe src="https://demo.arcade.software/TNPdwSQpxtfbOUmEJN4l?embed&amp;embed_mobile=tab&amp;embed_desktop=inline&amp;show_copy_link=true" title="Invite Multiple Users and Assign Roles" frameBorder="0" loading="lazy" allowFullScreen allow="clipboard-write" style={{
    position: 'absolute',
    top: 0,
    left: 0,
    width: '100%',
    height: '100%',
    colorScheme: 'light'
  }} />
    </div>;
};

You can manage your team and send invitations directly from the **Users** page in the left navigation bar.

## Invite one or more users

1. Go to **Users** from the navigation bar.
2. Click **Invite User**.
3. For each person you’re inviting, provide:
   * **Full name**
   * **Email address**
   * **Phone number** (optional)
   * **Role**: **User**, **Manager**, or **Owner**
4. (Optional) Click **+ Add another user** to invite multiple people at once.
5. Click **Invite** to send invitations.

> **Tip:** Use the **+ Add another user** button to batch your invites for a season, department, or onboarding class.

<ArcadeUserInvite />

## Roles

* **User** – Standard access for day-to-day work.
* **Manager** – Elevated access for managing resources and workflows.
* **Owner** – Full administrative access. **Owners also have access to billing options.**

> **Note:** You can change a user’s role later from the **Users** page.

## Troubleshooting

* **Didn’t receive an email?** Ask the invitee to check spam/junk and verify the email address is correct.
* **Wrong role selected?** Edit the user from the **Users** page to adjust their role.
