# Eligible to rent

To rent a car on FlynCar, you must meet specific requirements:

1. All users must be at least 18 years old to create an account and use the FlynCar platform.&#x20;
2. Possess a **valid driving license** for the country of rental, including the original document (copies, declarations of loss, or provisional licenses are not accepted).
3. Fulfill the **minimum age** and driving experience requirements for the car you are renting.
4. Pay for the rental using a **credit card in your name**. Find more information on [accepted payment methods here.](https://help.flyandcar.com/for-driver/payment/set-up-your-payment-method)
5. **Be present** during both check-in and check-out.
6. **Verify your profile**, if necessary. Your profile and documents must be verified by FlynCar before the rental begins.


---

# Agent Instructions: 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:

```
GET https://help.flyandcar.com/for-driver/getting-started/eligible-to-rent.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
