> 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/answer-a-quote.md).

# Answer a quote

### **Personalized rental quotes from car owners**

At FlynCar, we've introduced a feature that allows car owners to send customized rental quotes directly to you. This streamlines the process of securing a booking, ensuring a seamless experience.

### **Receiving and responding to a quote**

As a potential renter, you may receive a personalized quote via email or a link. This quote includes all the essential details for your potential booking:

* **Car details:** Information about the specific car being offered.
* **Rental dates & times:** When you’ll pick up and return the car.
* **Owner profile:** Information about the car owner.
* **Delivery location:** Where you can pick up or have the car delivered.
* **Extra options:** Any additional features or services offered.
* **Invoice details:** A breakdown of the rental costs.
* **Help center access:** For any assistance you might need.

A clear “**Pay**” button is provided for your convenience to proceed with the payment securely and swiftly.

### **Before Accepting the Quote**

1. **Review the quote:** Take your time to go over the details in the quote. Make sure everything meets your requirements.
2. **Payment process:** By clicking “Pay”, you will be redirected to FlynCar’s payment platform. Here, you can either log in (if you're an existing user) or sign up (if you're new) and then securely complete your payment.

**Need changes?** If you wish to change any details in the quote, please contact the owner directly. They will update the quote as required. [Learn more about how to connect with owners](/for-driver/getting-started/connecting-with-car-owners.md).

### **After Payment**

Once your payment is completed, the booking will be added to your reservations, containing all the details from the quote.


---

# 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/answer-a-quote.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.
