> For the complete documentation index, see [llms.txt](https://docs.swiftharbour.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.swiftharbour.com/quick-start-guide/editing-bookings.md).

# Editing Bookings

When a booking is received, it can be edited at any time regardless of if it is in pending, confirmed, or waitlist status. Declined booked are permanently removed and can not be edited and/or restored.

{% hint style="info" %}
For Marina Controller customers, if a booking is edited ***before*** import into Marina Controller, then the updated information will be updated. For any edits ***after*** import, please make those changes directly in Marina Controller.
{% endhint %}

To edit a booking, simply click on the details button to expand the reservation.&#x20;

![](/files/hboUW8aqlfIpW5wis8yI)

At the top of the reservation button you will see a lock toggle. Select the toggle to "edit" and then you can change any of the fields. Be sure to click "save" before you close the reservation to save the changes.

![](/files/iCBe295BEBf3QQmRq46X)

If you want to send updated confirmation information to your guest. Simply, re-confirm (or waitlist) the booking and you will be prompted to send an automatic guest email.


---

# 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:

```
GET https://docs.swiftharbour.com/quick-start-guide/editing-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.
