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

# Elegible para alquilar

Para alquilar un coche en FlynCar, debes cumplir con requisitos específicos:

1. Todos los usuarios deben tener al menos 18 años para crear una cuenta y utilizar la plataforma de FlynCar.
2. Poseer un **carné de conducir válido** para el país de alquiler, incluyendo el documento original (no se aceptan copias, declaraciones de pérdida o permisos provisionales).
3. Cumplir con los requisitos de **edad mínima** y experiencia de conducción para el coche que estás alquilando.
4. Pagar el alquiler utilizando una **tarjeta de crédito a tu nombre**. Encuentra más información sobre [los métodos de pago aceptados aquí.](/espanol/for-driver/payment/set-up-your-payment-method.md)
5. **Estar presente** durante el check-in y el check-out.
6. **Verificar tu perfil**, si es necesario. Tu perfil y documentos deben ser verificados por FlynCar antes de que comience el alquiler.


---

# 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/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.
