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

# Invite Users

> Learn all about inviting user to KnowKR.

<Card title="Please Note" icon="lightbulb" iconType="duotone" color="#ca8b04">
  When you invite users, they will be sent an email invite to KnowKR. To avoid confusion it’s always suggested to notify users to expect an invite to the platform before invitation. Here’s an example of what the invite email will look like:

  <br />

  <Frame>
    <img src="https://mintcdn.com/vork/tyo1qkly_PMnJ3Jc/images/invite-email.png?fit=max&auto=format&n=tyo1qkly_PMnJ3Jc&q=85&s=abf95b6e91af1eb4e76c305f7e5600ed" style={{ borderRadius: '0.5rem' }} width="1318" height="1128" data-path="images/invite-email.png" />
  </Frame>
</Card>

#### Steps

1. Navigate to Admin > User Management.
2. Click on the add user icon (top right).
3. Select the **Upload CSV** tab if you would like to add multiple users at once.

<AccordionGroup>
  <Accordion title="Add Single User" icon="user">
    Enter the user's name and email address. You can also optionally set their birthday and start date (they are used for automations).
  </Accordion>

  <Accordion title="Bulk Add Users" icon="users">
    1. Download the "invite users" CSV template.
    2. Fill in the required fields, you may also add the optional fields (You can likely export this information from your HRIS system).
       <br />**Note:** Ensure that the name follows the format of **"FirstName LastName"**
    3. Upload the CSV file.
  </Accordion>
</AccordionGroup>
