> For the complete documentation index, see [llms.txt](https://www.usemotion.com/help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.usemotion.com/help/time-management/booking-links/concept-booking-links/purpose.md).

# Purpose

## What It Is and Why It Matters

**What it is**\
A Booking Link is a unique URL you can share with clients, teammates, or external partners. When they open it, they see only the times you’ve made available — and Motion automatically books the slot without conflicts.

**Why it matters**

* **Saves time** → No more email ping-pong to find a time.
* **Prevents double-booking** → Motion cross-checks against your live calendar.
* **Keeps control** → You decide availability, buffers, meeting limits, and rules.
* **Professional experience** → Guests see a clean, simple interface and receive automated confirmations.

## Mental Model: How to Think About Booking Links

Think of a Booking Link as a **guarded gateway into your calendar**:

* You decide **when** you’re open for bookings.
* You decide **how** long meetings can be and **how many** you’ll take in a day.
* You decide what **buffers** to leave around meetings so you’re never stacked back-to-back.

Others see only the available slots you’ve shared — never your private calendar details.

## Why It’s Powerful

* **Frictionless scheduling** → A single link replaces endless coordination.
* **Focus protection** → Buffers and meeting caps safeguard your deep work.
* **Flexibility** → Create different booking links for different purposes (e.g., client calls, interviews, office hours).
* **Integration** → Works seamlessly with Motion’s Auto-Scheduling, ensuring new meetings don’t derail your task plan.

<br>


---

# 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://www.usemotion.com/help/time-management/booking-links/concept-booking-links/purpose.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.
