# Invite a guest user to your workspace

{% hint style="info" %}
**Who can use this feature?**

* Workspace **Owners**, **Super Admins**, **Admins**, and **Users**
* Only supported using the Cerby web app
* If you are interested in this feature but don't see it available in your workspace, contact your **Admin** or our Customer Support team via email at <support@cerby.com>.
  {% endhint %}

You can invite a guest user to your workspace in the following three ways:

* [From the All members view](#from-the-all-members-view)
* [From the Password Manager Importer](#from-the-password-manager-importer)
* [From the Partners view](#from-the-partners-view)

The following sections describe each way.

***

## From the All members view

To send a direct guest user invite from the **All members** view, you must complete the following steps:

1. Log in to your corresponding [Cerby](https://app.cerby.com/) workspace.
2. Select the **All members** option from the left navigation drawer. The **All members** view is displayed.
3. Click the **Add member** button. A drop-down list is displayed, as shown in **Figure 1.**

   <figure><img src="/files/YC0YzCXCNrEv8NQHiLUX" alt="Screenshot of the Guest tab of the All Members view. The Add member drop-down list is displayed to select the Guest option and invite an external collaborator as guest user."><figcaption><p>Figure 1. All members view of the Cerby web app dashboard</p></figcaption></figure>
4. Select the **Guest** option from the list. The **Invite guest user** dialog box is displayed.
5. Enter the guest user’s email address in the **Email** field.
6. Click the **Send invite** button. The dialog box closes, and a success message box is displayed, indicating that the invite has been sent to the guest user’s email.

Now you are done. The guest user must open the invite and set up their account to join your Cerby workspace. For instructions, read the article [Join Cerby from a guest user invite](/cerby-web-app/users/join-cerby-from-a-guest-user-invite.md). After joining, they are displayed in the **Guest** tab of the **All Members** view.

If, for any reason, the external collaborator doesn’t receive the invitation, you can resend it by following the instructions in the [Resend a guest user invite](#resend-a-guest-user-invite) section.

***

## From the Password Manager Importer

To send a guest user invite from the Password Manager Importer, you must follow the instructions from the [Guest user](/cerby-web-app/item-importer/migrate-from-lastpass-to-cerby.md#guest-users) section of the article [How to use the Password Manager Importer](/cerby-web-app/item-importer/migrate-from-lastpass-to-cerby.md).

{% hint style="danger" %}
**IMPORTANT:** Invites to guest users can only be sent after a successful migration of LastPass items and user access permissions.
{% endhint %}

***

## From the Partners view

To send a guest user invite from the Partners view, as part of a local partner, you must follow the instructions from the [Invite a Guest User to a local partner](/cerby-web-app/partners/local-partners/view-the-details-of-a-local-partner-s-guest-member.md#h-61d6454f68) section of the article [Manage a local partner’s guest members](/cerby-web-app/partners/local-partners/view-the-details-of-a-local-partner-s-guest-member.md).

***

## Resend a guest user invite

If you have sent an invite to a guest user and want to send a new invite, you must complete the following steps:

1. Log in to your corresponding [Cerby](https://app.cerby.com/) workspace.
2. Select the **All members** option from the left navigation drawer. The **All members** view is displayed.
3. Activate the **Guest** tab. A list of guest users is displayed on a table.
4. Click the **More options** (...) icon of the corresponding guest user. A drop-down list is displayed.
5. Select the **Resend invite** option. The **Resend invite** dialog box is displayed.
6. Click the **Resend invite** button. The dialog box closes, and a success message box is displayed, indicating that the invite has been sent to the guest user’s email address.

Now you are done.


---

# 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.cerby.com/cerby-web-app/users/invite-a-guest-user-to-your-workspace.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.
