> 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-driver/getting-started/eligible-to-rent.md).

# Éligibilité à la location

Pour louer une voiture sur FlynCar, vous devez remplir certaines conditions :

1. Tous les utilisateurs doivent avoir au moins 18 ans pour créer un compte et utiliser la plateforme FlynCar.
2. Posséder un **permis de conduire valide** pour le pays de location, y compris le document original (les copies, les déclarations de perte ou les permis provisoires ne sont pas acceptés).
3. Satisfaire aux exigences d'**âge minimum** et d'expérience de conduite pour la voiture que vous louez.
4. Payer la location avec une **carte de crédit à votre nom**. Trouvez plus d'informations sur les [méthodes de paiement acceptées ici](/francais/for-driver/payment/set-up-your-payment-method.md).
5. **Être présent** lors de l'enregistrement et du départ.
6. **Vérifier votre profil**, si nécessaire. Votre profil et vos documents doivent être vérifiés par FlynCar avant le début de la location.


---

# 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-driver/getting-started/eligible-to-rent.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.
