> 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/espanol/for-driver/payment/understanding-extra-charge.md).

# Entendiendo los cargos adicionales

### **Responsabilidad por el estado del coche**

Cuando alquilas un coche a través de FlynCar, es importante devolverlo en el mismo estado en el que lo recibiste. Aquí tienes lo que necesitas saber sobre posibles cargos adicionales.

### **¿Qué podría llevar a cargos adicionales?**

* **Daños:** Si el coche se devuelve con daños o en un estado diferente al momento del alquiler, es posible que incurras en cargos adicionales. Estos son necesarios para cubrir los costos de reparación y devolver el vehículo a su estado original.
* **Limpieza:** Los costos inesperados de limpieza debido al alquiler también pueden llevar a cargos adicionales. Esto asegura que el coche esté listo para el próximo arrendatario.
* **Depósito vacío:** Si el nivel de combustible es más bajo al momento de la entrega, el Propietario puede ajustar el precio para compensar la diferencia. Él hará una solicitud en la aplicación y la recibirás.

Para obtener más información sobre los cargos específicos por daños, [haz clic aquí](https://legal.flyandcar.com/terms-and-policies/damage-policy).

En estos casos, el propietario puede solicitar un pago adicional a través de FlynCar. [Obtén más información sobre el proceso de reembolso](/espanol/for-driver/manage-reservation/handling-incidents-and-accidents.md).


---

# 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/espanol/for-driver/payment/understanding-extra-charge.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.
