> 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/francais/for-owner/payments/security-deposit.md).

# Dépôt de garantie

Les propriétaires n'ont pas le droit de demander aux conducteurs une caution via notre système de paiement supplémentaire ou en dehors de la plateforme FlynCar. À la place, nous informons les conducteurs au moment de la réservation que leur moyen de paiement peut être débité en cas de dommage pendant leur séjour.

**Remboursement des dommages sans caution**

Si un conducteur, une personne qu'il a invitée ou un animal de compagnie cause des dommages pendant la location, le propriétaire peut demander un remboursement via notre plateforme. Si le conducteur refuse d'accepter la demande du propriétaire et de la payer, FlynCar intervient.

Si FlynCar intervient et détermine que le conducteur est responsable, le moyen de paiement du conducteur peut être débité.

Si vous êtes propriétaire, [apprenez-en plus sur la façon de demander un remboursement](/francais/for-owner/payments/request-additional-payment.md) pour les dommages, les retards de retour et le réservoir vide.


---

# 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/francais/for-owner/payments/security-deposit.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.
