# Add a local partner to your workspace

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

* Workspace **Owners**, **Super Admins**, and **Admins**
* Only supported using the Cerby web app
  {% endhint %}

As a workspace **Owner**, **Super Admin**, or **Admin**, you can add a [local partner](https://help.cerby.com/getting-started/concepts/user-management/partners#h-7e4add33a2) to your Cerby workspace to streamline collaboration with external parties, such as contractors, agencies, vendors, and clients.

A local partner is a subgroup or organization of guest users within your workspace to which you can grant access to the necessary accounts for collaboration. Additionally, you can delegate the work of inviting guest users to an external collaborator by assigning them the **Guest Admin** role.

This article describes how to add a local partner to your Cerby workspace.

***

## Requirements

The following are the requirements to add a local partner to your workspace:

* The email address of the user from your partner’s side to be assigned as the **Guest Admin**.
* The email address of the user in your workspace who will be the **Host Admin** for managing the local partner.

{% hint style="danger" %}
**IMPORTANT:** The **Guest** **Admin** and **Host** **Admin** must use email addresses from different domains to establish the partnership.
{% endhint %}

***

## Add a local partner to your workspace

To add a local partner to your Cerby workspace, you must complete the following steps:

1. Log in to your [Cerby](https://app.cerby.com/) workspace.
2. Select the **Partners** option from the left menu. The **Partners** page is displayed.
3. Click the **Add partner** button. The **Invite your partners** dialog box is displayed.
4. Select the **Invite your partners to your workspace** option.
5. Click the **Next** button. The **Enter your partner’s information** dialog box is displayed.
6. Enter the corresponding information in the following fields:
   * **Assign a name for your partner’s company:** The name of your partner’s company.
   * **Partner’s email address:** The email address of the member from your partner’s organization who will become the **Guest Admin**. **IMPORTANT:** The **Guest** **Admin** and **Host** **Admin** must use email addresses from different domains to establish the partnership.
   * **Role:** The role assigned to the first partner’s member. By default, you can only select the **Guest admin** option.
   * **Assign a partnership host:** The workspace user who is granted the Host Admin role for managing a local partner, including its guest admins and users. You can assign this role to yourself and other users.
7. Click the **Send Invite** button. A success message box and the new local partner are displayed. Cerby sends an invitation email to the guest user to join your workspace.

{% hint style="success" %}
**TIP:** You can see the **Host Admin** and **Guest Admin** listed as members in the **Members** tab of the local partner details page.
{% endhint %}

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/add-a-local-partner-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.
