# Bookings

All your bookings are categorized by their date and time, their type and their status, so that you can have an organized and holistic view of the bookings whether they are upcoming or past, of recurring nature, unconfirmed or even cancelled. You also get a quick way to modify or cancel each booking right there, making it extremely convenient.

<figure><img src="/files/hYta9wWYBwxV3tVdEzGV" alt=""><figcaption><p>An upcoming unconfirmed example booking</p></figcaption></figure>

Our booking flow helps you avoid all the back-and-forth you would typically have when trying to schedule a meeting with someone. Instead of suggesting all the times you are available and the person on the other end doing the same, a link that leads to your event type and available times speeds up that process significantly. &#x20;

With that URL that leads to your available times, you can focus on the meeting, and not on making meetings happen.&#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://calcom.gitbook.io/docs/core-features/bookings.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.
