> 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-booking-link.md).

# Personal links

A personal link lets someone choose a time to meet with you. You can share it repeatedly in messages, signatures, or follow-ups.

<figure><img src="https://2442454418-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FQA3GQNrIYVrPQ90NBwRa%2Fuploads%2Fyt27FpuqPUXA304Q211k%2FCleanShot%202026-09-10%20at%2020.52.35%402x.png?alt=media&amp;token=ceb6428b-94af-4a94-beb0-5dc2702159f6" alt=""><figcaption></figcaption></figure>

1. In Distro, open **Booking links → My Personal Links**.
2. Click **Create Booking Link**.
3. Choose the **Event type**, then click **Continue**.
4. Enter a **Link name**, review the public URL, and finish creating the link.

![The personal booking link dialog starts by choosing an event type.](https://2442454418-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FQA3GQNrIYVrPQ90NBwRa%2Fuploads%2FKWrQhoPop035U8bwCti2%2Fcreate-personal-link.png?alt=media)

The event type controls duration, availability, invitations, and reminders. If the meeting needs different rules, [configure an event type](/event-types/create-an-event-type.md) before sharing the link.

Preview the link from its card to see the guest experience. Use **Copy link** when you're ready to share it. Copy the URL from Distro rather than assembling it yourself.

## Make a change later

Open the link from **My Personal Links** to edit it. Review the selected event type and the link-specific settings. Changing a public URL can affect links you've already shared, so check those messages and website placements before changing it.

For a link intended for one booking, [create a single-use link](/integrations/chrome-extension/single-use-links.md) from the Chrome extension instead.

## 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-booking-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.
