> 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-owner/manage-booking/rental-responsibilities.md).

# Rental responsibilities

Find all the Terms and Conditions of the rental [here](https://legal.flyandcar.com/terms-and-policies/terms-and-conditions-for-rental).

### Fuel adjustment

The rental prices on FlynCar don't include fuel costs. The renter must therefore return your vehicle with the same amount of fuel as it had at the start of the rental.

If the renter returns the car with a lower level of gas, you can proceed to an adjustment by making a request on FlynCar app in **My cars > Reservation details > Request payment**.

### Late return&#x20;

**In case of late return of the car, the Driver have to warn you as soon as possible.**

He can be charge for the adjustment depending to how long he's late. To do so, go on **My cars > Reservation details > Request payment**.

We remind you that after 24 hours of lateness, you can report the vehicle as stolen and file a complaint against the renter to the police.

### Traffic tickets

Disobeying traffic regulations is highly dangerous and costly. The renter is **responsible for any tickets you receive** during your time with the car.

After the end of the rental, you have to check if you have any traffic tickets. If you have one you can make a request using FlynCar app to ask an additional payment. To do so, go on **My cars > Reservation details > Request payment**.


---

# 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-owner/manage-booking/rental-responsibilities.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.
