# Invite users

The Owner/Admin/Manager of the workspace can invite new users. To create an invitation:

1. Click the **Invite user** button.
2. Enter the **Email address** and assign one of the roles: Admin, Manager, Billing Manager, or Member. See below for explanation about each Role and its Privileges it has.

<table><thead><tr><th width="191">Role Name</th><th>Privileges</th></tr></thead><tbody><tr><td>Owner</td><td>User who created the workspace is called Owner. There can be only one Owner in a workspace. Owner has full control over workspace.</td></tr><tr><td>Admin</td><td>Admin can perform all operations that an Owner can, except for removing the Owner from the workspace and Deleting the workspace.</td></tr><tr><td>Manager</td><td>A manager can manage all folders &#x26; templates and has the ability to invite and manage users with Member role.<br>A manager can also view workspace details, but cannot change workspace preferences.</td></tr><tr><td>Billing Manager</td><td>Can manage subscription and billing. Can view list of users in the workspace.</td></tr><tr><td>Member</td><td>A user who can access only folders and templates shared with them or created by them.</td></tr></tbody></table>

<figure><img src="https://191679573-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LDwD-wIOendMUiQ8uVr%2Fuploads%2FLvzzUc2pz9OUOceQAhKS%2FSend%20Invite.gif?alt=media&#x26;token=9a76d3e7-24e4-4d8d-bde4-a5159c1d32ad" alt=""><figcaption><p>Inviting a user </p></figcaption></figure>

### Pending Invite

Under "Pending Invitations," all outstanding invites will be visible. Each invite will automatically expire after three days.

<figure><img src="https://191679573-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LDwD-wIOendMUiQ8uVr%2Fuploads%2F19uR4lE1GotaerzuR4Z9%2FPending%20Invite.gif?alt=media&#x26;token=4fbef635-6dce-4656-ba7f-69353153248f" alt=""><figcaption><p>Pending Invitations</p></figcaption></figure>

### Resend Invite

To resend an invitation, navigate to the "Pending Invitations" section, then click on the specific invitation you wish to resend.

<figure><img src="https://191679573-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LDwD-wIOendMUiQ8uVr%2Fuploads%2FvlLil2J9Wh9cCYKk6m77%2FResend%20%20Invite.gif?alt=media&#x26;token=83733feb-5a07-45ed-ab74-1eb8209bde0a" alt=""><figcaption><p>Resend Invite from Pending invites.</p></figcaption></figure>

### Accepting an Invite

As soon as an invitation is sent out, invitee will receive an email invitaion with a link to join the workspace. Upon visiting the link, user will be asked to create a new Docupilot account or log-in to existing Docupilot account.

Upon successfully logging in to the account, click on **Join workspace** button.

<figure><img src="https://191679573-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LDwD-wIOendMUiQ8uVr%2Fuploads%2Ff9U874kauEWf5o2X2YXh%2Faccept%20invite%203.png?alt=media&#x26;token=dfa6e77e-a6d8-46a2-90c7-a89b17f61aec" alt=""><figcaption><p>Accepting invitation</p></figcaption></figure>

{% hint style="info" %}
Note: The email address on invitee's Docupilot account should be same as the email to which invitation was sent. Invitation cannot be accepted by a user with different email address.

For example, an invite sent to <ana@example.com> cannot be accepted from a Docupilot account with email <carl@example.com>
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.docupilot.app/collaborating-with-multiple-users/invite-users.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
