> 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/understanding-car-details.md).

# Understanding car details

Once you've set your search criteria, you'll see a list of cars that perfectly match your filters.

### **Exploring Car Information**

When you select a car from your search results, you'll be able to access comprehensive details about the vehicle. Here's what you can expect to find:

1. **Description:** A detailed overview of the car, including its condition, photos and any unique information.
2. **Features:** Information on the car’s specifications and amenities.
3. **Owner Guidelines:** Specific rules or requirements set by the car owner, such as restrictions on pet travel or smoking.
4. **Delivery Location:**
   * View the default delivery location for the car.
   * You can change this location at any time by clicking on the ‘**Select Location**’ button, and enter the location you want.
   * You can select a **different location** for the pickup and return using the tab system.
5. **Insurance Coverage:** Details about the insurance provided by the owner, including the extent of coverage.
6. **Extra Options:**
   * These are additional features or services offered by the owner, such as child seats or GPS systems.
   * **Note**: These are not included by default and may incur additional costs.
7. **Owner Information:**
   * View other cars owned by the same person.
   * Contact the owner directly if you have questions or need assistance before or during your rental. Learn more about contacting owner [here](/for-driver/getting-started/connecting-with-car-owners.md).
8. **Reviews:** Read feedback and experiences from previous renters to help inform your decision.

### **Choosing with Confidence**

With all this information at your fingertips, you can make an informed and confident choice for your car rental needs on FlynCar.


---

# 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/understanding-car-details.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.
