> 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/manage-booking-links.md).

# Manage links

Workspace admins can manage personal booking links for other members from **Booking links → All Members Links**.

<figure><img src="https://2442454418-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FQA3GQNrIYVrPQ90NBwRa%2Fuploads%2FL4du690qGryxCbQM8vu2%2FCleanShot%202026-09-10%20at%2020.57.12%402x.png?alt=media&amp;token=0efa1337-b2a5-43cd-83d7-4591bbe277d2" alt=""><figcaption></figcaption></figure>

Click **Create Booking Link**, select the **Owner**, choose the **Event type**, and enter the link name. Review the public URL before creating it. The selected owner is the person guests book with.

Use search and **Add filter** to find an existing link. Open it to review its owner, event type, and link settings. Preview the guest experience before copying the URL for a teammate.

For links with several participants, use **Manage Group Links**. Choose two or three participants and an organizer when [creating a group link](/booking-links/create-a-group-link.md).

## Decide where to make a change

Edit the link for its URL and link-specific presentation. Edit the [event type](/event-types/create-an-event-type.md) for reusable duration, availability, invitation, and reminder settings. Check other uses before changing a shared event type.

For an older link with private event settings, continue editing those settings in the link. These links cannot switch to a reusable event type through the event-type selector. Create a new link if you need that shared setup.

A link's star in the Chrome extension controls whether it appears with your favorites. It does not change the link's owner, participants, or availability.

## Duplicate a link

Use **Duplicate** from a link’s action menu when you want a similar link with a different URL. The copy keeps the selected event type; it does not create an independent event type. Review its questions, participants for a group link, and public URL before sharing it.


---

# 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/manage-booking-links.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.
