# Join a local partner as a Guest User

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

* **Guest Admins** and **Guest Users** of a local partner
* Only supported using the Cerby web app
  {% endhint %}

As an external collaborator, you can join an existing [local partner](https://help.cerby.com/getting-started/concepts/user-management/partners#h-7e4add33a2) in a Cerby workspace to receive shared access to the accounts you need to work with your partner. The process to join a local partner is the same whether you have been assigned the **Guest Admin** or **Guest User** role.

You can do the following in the local partnership according to your role:

* **Guest User:** You can only view and receive access to accounts that a **Host Admin** shares with the local partner.
* **Guest Admin:** You can invite and manage **Guest Users** in the local partner and share accounts with them, but only if you were granted the account **Manager** role.

To join a local partner as a **Guest User**, you must complete the following steps:

1. Open the email you received with the invitation to join Cerby. The message contains the following account details you need to set up your account:
   * **Workspace name**
   * **Username**
   * **Temporary password**
2. Click the **Join as a guest** button in the email. An authentication waiting page is displayed on a new browser tab.\
   **IMPORTANT:** Proceed to step 3 immediately, as you will be redirected to the authentication page of the identity provider set up for the Cerby workspace after a few seconds. You’ll be unable to set up your account on that page; therefore, you must close the browser tab and follow step 2 again.
3. Click the **Log in as a guest user** button. The Cerby authentication page is displayed.
4. Enter the username and temporary password in the corresponding fields. These account details were provided in the message that Cerby emailed you.
5. Click the **Sign In** button. The **Change Password** page is displayed.
6. Enter the corresponding information in the following fields:
   * **New Password:** It is the password you will use to log into Cerby. It must be different from the password you received in the email and follow the password policies shown on the page.
   * **Enter New Password Again:** It is the new password once again.
   * **Name:** It is your name.
   * **Family Name:** It is your last name.
7. Click the **Send** button. The Cerby web app dashboard and the **Terms of service agreement** dialog box are displayed.
8. Select the **I confirm that I have read, consent, and agree to Cerby’s Terms of Service** option.
9. Click the **Continue** button. The dialog box closes.
10. Set up your account and access to Cerby by completing the following steps:
11. Turn on multi-factor authentication (MFA) for your Cerby user account. For instructions, read the article [Turn on MFA for your Cerby account](https://help.cerby.com/setup-and-admin/workspace-identity-federation/local-workspace/create-and-configure-a-local-workspace#h-295eef3f10).
12. Install the Cerby client apps approved by your company. For instructions, read the article [Install the Cerby mobile app and browser extension](https://help.cerby.com/setup-and-admin/workspace-identity-federation/local-workspace/create-and-configure-a-local-workspace#h-37549fc7b7).

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/partners/local-partners/join-a-local-partner-as-a-guest-user.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.
