# Managing Bookings

\
**5.1 Viewing Your Active Bookings**

From your dashboard, select the **My Bookings** section header to see all your active and upcoming reservations. Each booking card displays:

* The **billboard name** and the **creator's name**.<br>
* The **ad card position number** you have booked.<br>
* The **pricing model** applied to your booking.<br>
* Your **agreed price** for the booking.<br>
* A **See Billboard** button to visit the live billboard.<br>
* A **Cancel Booking** button if you need to release the slot.<br>

**5.2 Cancelling a Booking**

1. On the relevant booking card in **My Bookings**, click **Cancel Booking**.
2. A confirmation dialog will appear: *"Are you sure you want to cancel this booking? The ad slot will be released back to open marketplace."*
3. Click **Confirm Cancel** to proceed, or **Keep Booking** to dismiss.

> **Warning:** Cancelling a booking is permanent and cannot be undone. The ad slot will be released and may be booked by another advertiser.


---

# 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://docs.linkblank.com/quick-start-guide-for-advertisers/managing-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.
