# Manage booking

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td>📄 <strong>Rental responsibilities</strong> </td><td><a href="manage-booking/rental-responsibilities">rental-responsibilities</a></td></tr><tr><td>📋 <strong>Car quotation</strong> </td><td><a href="manage-booking/car-quotation">car-quotation</a></td></tr><tr><td>❓ <strong>Responding to a booking request</strong> </td><td><a href="manage-booking/respond-to-a-booking-request">respond-to-a-booking-request</a></td></tr><tr><td>💬 <strong>Messaging driver</strong></td><td><a href="manage-booking/messaging-driver">messaging-driver</a></td></tr><tr><td>🚙 <strong>Prepare car for rental</strong> </td><td><a href="manage-booking/prepare-car-for-rental">prepare-car-for-rental</a></td></tr><tr><td>✅ <strong>Car inspection process</strong> </td><td><a href="manage-booking/car-inspection-process">car-inspection-process</a></td></tr><tr><td>⭐️ <strong>Review process</strong> </td><td><a href="manage-booking/review-process">review-process</a></td></tr><tr><td>✍️ <strong>Modify or cancel a reservation</strong></td><td><a href="manage-booking/modify-or-cancel-a-reservation">modify-or-cancel-a-reservation</a></td></tr><tr><td>💥 <strong>Handling incidents and accidents</strong></td><td><a href="manage-booking/handling-incidents-and-accidents">handling-incidents-and-accidents</a></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.flyandcar.com/for-owner/manage-booking.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.
