> For the complete documentation index, see [llms.txt](https://help.flyandcar.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.flyandcar.com/for-driver/manage-reservation/modify-or-cancel-your-reservation.md).

# Modify or cancel your reservation

### **Changing a Reservation**

**Need to make a change?** If you need to modify your reservation details, the first step is to get in touch with the car owner:

* **Contact the Owner:** Reach out to the owner directly to discuss the changes you need. Depending on the nature of your request, they may be able to accommodate the modification.
* **Need more help?** If the owner cannot assist with the change, or if there are any complications, please contact our [support team](mailto:support@flyandcar.com) for further assistance.

### **Canceling a Reservation**

When a car is booked on FlynCar, both you and the Owner commit to honouring that rental. Cancellations disrupt plans and can have an impact on both parties. If either of you break this commitment by cancelling, fees may apply depending on the situation.

#### **In Case of Unforeseen Circumstances**

* We recognize that sometimes unexpected situations occur. If you find yourself needing to cancel a rental:
  * **Contact us:** Get in touch with our support team to initiate the cancellation process.
  * **Review our Policy:** Familiarize yourself with our [cancellation policy](https://legal.flyandcar.com/terms-and-policies/cancellation-policy) to understand any potential implications or fees.

Our team is here to guide you through any changes or cancellations, ensuring your experience with FlynCar remains smooth and stress-free.


---

# 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, and the optional `goal` query parameter:

```
GET https://help.flyandcar.com/for-driver/manage-reservation/modify-or-cancel-your-reservation.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
