> 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/book-a-car/request-a-booking.md).

# Request a booking

Found the perfect car for your needs? Great! Here’s how to proceed with the booking:

1. **Initiate the booking:** Click on ‘**Book Now**’ on the car's screen.
2. **Review your booking summary:** Before you proceed to payment, you'll see a summary with important details:
   * **Rental dates & times:** Confirm your pickup and return schedule.
   * **Location:** Verify the rental location.
   * **Extra options:** Choose any additional features offered by the owner.
   * **Detailed invoice:** A breakdown of all charges.
   * **Driver's license:** If you haven't added your driver’s license previously, you must do so now. [Learn more about adding your driver's license](/for-driver/getting-started/adding-your-driver-license.md).
   * **Payment method:** If you haven’t set up your payment method, do it at this stage. [Find out more about payment methods](/for-driver/payment/set-up-your-payment-method.md).
   * **Insurance document:** View the car's insurance details.
   * **Cancellation policy:** Understand the terms in case you need to cancel. [You can access cancellation policy here](https://legal.flyandcar.com/terms-and-policies/cancellation-policy).&#x20;
3. **Edit Information:** You can still modify your booking details at this stage.

#### **Payment and Confirmation Process**

* **No immediate charge:** Your card is not debited immediately. We only authorize a bank card imprint to secure the booking.
* **Note for debit card users:** The imprint might appear as a debit on your account.
* **In case of decline:** If the owner declines your request, any charges or imprints will be fully refunded.

With these steps, you're on your way to securing your ideal rental car on FlynCar. Remember, we’re here to ensure a smooth and hassle-free booking experience! If you need any help you can contact our [support team](mailto:support@flyandcar.com).


---

# 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/book-a-car/request-a-booking.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.
