# Meeting Link Representatives

Meeting Link Representatives are Users who are assigned to accept meetings scheduled using your Meeting Link. Their calendar availability and work hours are taken into consideration when generating a Meeting Link's availability.&#x20;

Representatives are not required to have any special Roles assigned to them. However, they must have the proper Calendar and Conference Room Account that matches the Calendar Provider and Conference Room Provider settings of your Meeting Link. Additionally, only Users from the Global department or the Meeting Link's department may be added as representatives. If these conditions change after adding them as representatives, they will be ignored.

{% hint style="info" %}
Updates to Representatives take immediate effect and do not follow the rules of [Meeting Link Publishing & Versioning](/docs/meeting-links/meeting-link-publishing-and-versioning.md).
{% endhint %}

## Adding Representatives

<figure><img src="/files/P7Q66tH0TvxXAfUFR27c" alt=""><figcaption><p>Meeting Link Add Representatives Modal</p></figcaption></figure>

{% hint style="warning" %}
You must have permission to update Meeting Links to perform the steps below.
{% endhint %}

1. On the Meeting Link's Page, click the "Representatives" tab.&#x20;
2. Once you are on the Meeting Link Representatives Page, click "Add Representative" in the upper-right corner.
3. On the modal, you can search and select the Users you would like to add as representatives.

{% hint style="info" %}
If you are not from the Global department, only Users from your department are visible here. Additionally, you can select and add a maximum of 10 Users at a time.
{% endhint %}

4. Click "Add".&#x20;

These Representatives will now be able to accept meetings through this Meeting Link. They are also automatically given direct permission to view the specific Meeting Link. You can refer to [Departments ](/docs/access-and-permissions/departments.md)for more information.

## Updating Representative Priority

You can prioritize Representatives to determine the order in which they are assigned upcoming meetings. Representatives with higher priority (lower number) will be selected first when assigning a meeting. This allows you to manage availability and load balancing across your team more effectively.

{% hint style="info" %}
By default, newly added Representatives are given a priority of  `0` .
{% endhint %}

{% hint style="warning" %}
You must have permission to update Meeting Links to perform the steps below.
{% endhint %}

1. On the Meeting Link's Page, click the "Representatives" tab.
2. Find the Representative you would like to update.&#x20;
3. Change the value of the priority field in the row of your chosen Representative.

<figure><img src="/files/R3wqvcfoHyiTNSfcoo5b" alt=""><figcaption><p>Representative Priority Field</p></figcaption></figure>

4. Once you hit the "Enter" key or click somewhere else on the page with your mouse, a confirmation dialog will pop up. Confirm the action on the dialog popup.

## Removing Representatives

{% hint style="warning" %}
You must have permission to update Meeting Links to perform the steps below.
{% endhint %}

1. On the Meeting Link's Page, click the "Representatives" tab.
2. Find the Representative you would like to remove.&#x20;
3. Click the "Remove Representative" icon in the row of your chosen Representative.

<figure><img src="/files/TX7kYTNVqcXyp13EUN93" alt=""><figcaption><p>Remove Representative Icon</p></figcaption></figure>

4. Confirm the action on the dialog popup.&#x20;

{% hint style="info" %}
If the representative has upcoming events with this Meeting Link, the dialog popup will show a warning. We recommend that you reassign these events first before removing the representative.
{% endhint %}

The User will stop being assigned meetings from this Meeting Link. Their direct permission to read this Meeting Link will also be revoked. You can refer to [Access Control](/docs/access-and-permissions/access-control.md) for more information.&#x20;


---

# 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://meetbit.gitbook.io/docs/meeting-links/meeting-link-representatives.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.
