# Transferring bookings

If you’re the owner for a booking, you can transfer the booking to someone else. This is the same as changing the booking owner for the booking.

{% hint style="info" %}
In most cases, the booking owner is the user who made the booking. However, when making a booking, the user can appoint someone else as the booking owner. This usually happens when the user is making a booking on behalf of someone else.&#x20;
{% endhint %}

This allows the new booking owner to:

* view, edit, transfer, or cancel the booking
* receive notifications for the booking
* manually start the booking, if it’s required
* add [booking hosts](#user-content-fn-1)[^1] for the booking

To transfer a booking:

1. Select the booking
2. Select the **Transfer booking** button in the Booking details section

<figure><img src="https://275544719-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FECsKoWKsPJgX9lpiUuXF%2Fuploads%2FjagJ7cz32EbPbg4F7wi9%2FTransferBooking.png?alt=media&#x26;token=d36f0c2b-5112-4b08-8f08-e01ff0f7ad50" alt="Screenshot of a booking which shows the Transfer booking button on the side panel."><figcaption></figcaption></figure>

Once the booking is transferred:

* the previous booking owner and hosts will lose access to the booking
* the new booking owner will be notified
* the previous booking owner and hosts will be notified

***

### Related articles

<table data-view="cards"><thead><tr><th></th><th></th></tr></thead><tbody><tr><td><a href=""><strong>Managing bookings</strong></a></td><td>For bookings where you're the owner or host.</td></tr></tbody></table>

[^1]: Booking hosts will also receive notifications and can manually start bookings.


---

# 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/transferring-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.
