# Managing bookings

To manage bookings, select **Your bookings** on the top navigation bar. On this page, you’ll see bookings for which you’re the booking owner or booking host.

<figure><img src="/files/AXT3dFiAcMDC8nUJEmbs" alt="Screenshot of the Your bookings page, showing 5 bookings. "><figcaption></figcaption></figure>

From this table, you’ll be able to:

* view bookings
* edit bookings
* cancel bookings
* transfer bookings (only if you’re the booking owner)

{% hint style="info" %}
If you edit, cancel, or transfer a booking, the booking owner and hosts will be notified.
{% endhint %}

### Types of booking status

Here are the types of status a booking can have.

<table><thead><tr><th width="224">Status</th><th>Details</th></tr></thead><tbody><tr><td>Confirmed</td><td>The booking and all its details are confirmed.</td></tr><tr><td>Cancelled</td><td><p>The booking or booking request was cancelled by a user or admin.<br></p><p>If the booking was cancelled by an admin, you can see the reason for cancellation when you view the booking.</p></td></tr><tr><td>Recurring</td><td><p>This booking is part of a recurring series. </p><p><br>If you view the booking and select the <strong>Recurring bookings</strong> tab, you can see the other bookings in the same recurring series.</p></td></tr></tbody></table>

***

### Related articles

<table data-view="cards"><thead><tr><th></th><th></th></tr></thead><tbody><tr><td><a href="/pages/i4xkEYo6888EDxF0Nupr"><strong>Transferring bookings</strong></a></td><td>Change the owner of a booking to someone else.</td></tr></tbody></table>


---

# 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://help.rbs.dwp.gov.sg/knowledge-base/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.
