> For the complete documentation index, see [llms.txt](https://help.distro.so/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.distro.so/booking-links/create-a-group-link.md).

# Group links

Let prospects book a meeting with 2–3 team members, based on overlapping availability.

Use a group booking link when two or three teammates need to attend the same meeting. Guests see times when all selected participants are available.

<figure><img src="https://2442454418-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FQA3GQNrIYVrPQ90NBwRa%2Fuploads%2FWxssR1IC3tQY1h0xLd3I%2FCleanShot%202026-09-10%20at%2020.55.43%402x.png?alt=media&amp;token=8ada3e93-4e2d-47b6-8200-321e7fab60e8" alt=""><figcaption></figcaption></figure>

For example, a discovery call might need both the account executive and a solutions engineer. A group link finds their shared availability. Routing serves a different purpose: it chooses who should receive the meeting.

## Create the link

Workspace admins create and manage group links. In Distro, open **Booking links → Manage Group Links** and click **Create Group Link**.

![The group link setup asks for participants and an organizer.](https://2442454418-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FQA3GQNrIYVrPQ90NBwRa%2Fuploads%2F12E9sxbIRcHX58SOy6UD%2Fcreate-group-link.png?alt=media)

Choose **Participants**, then select an **Organizer** from those people. The organizer is the primary host, and their username appears in the public URL.

Continue to choose the **Event type**, then enter the link name and review the URL. Finish creating the link and preview it before sharing.

The event type provides the meeting's scheduling rules, invitations, and reminders. Check [each participant's availability](/settings/personal-settings/my-availability.md) if the preview offers fewer times than expected.

## Share it from Chrome

Your group links appear in the extension's **Scheduling** tab. Copy a link, save it as a favorite, or use its available scheduling actions to offer times or create a single-use link.

Group members see links they participate in. Workspace admins can see and edit all group links in the extension. If a link is missing, first check its participants and your connected workspace.

## Customize the booking page

Open the link’s editor to change these link-specific sections:

* **Shareable link:** edit **Link slug** and choose **Show company logo** and **Show host details**. Changing the URL disables the old link; update places where you shared it.
* **Booking questions:** Name and Email are always required. Use **Add question** to collect additional context and review which answers are required.
* **After booking:** turn on **Redirect after booking** and enter a **Destination URL**, including `https://`, to send guests to another page after confirmation. The workspace’s [Redirect delay](/settings/workspace-settings/scheduler-settings.md) controls the wait.

Save the link and preview the guest experience before sharing it. Duration, availability, invitations, and reminders belong to the selected [event type](/event-types/create-an-event-type.md).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.distro.so/booking-links/create-a-group-link.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
