> 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/book-a-car/search-a-car.md).

# Buscar un auto

### **Seleccionar la ubicación de alquiler**

1. **Ubicaciones generales:** Elija áreas más amplias como un aeropuerto.
2. **Ubicaciones específicas:** Ingrese una ubicación precisa, como su hotel.
3. **Recogida y devolución en lugares diferentes:** Puede seleccionar una ubicación diferente para la recogida y la devolución. Para hacerlo, utilice el sistema de pestañas y seleccione un lugar específico para cada uno.

Tenga en cuenta que pueden aplicarse cargos adicionales según la configuración del propietario del coche.

### **Establecer las fechas y horarios de alquiler**

* **Elegir fechas:** Seleccione las fechas en las que desea alquilar el coche.
* **Especificar horarios de recogida y devolución:** Estos horarios son cruciales, ya que determinan cuándo se realizarán las inspecciones del coche (tanto al inicio como al final de su alquiler). Si tiene un vuelo u otros compromisos que requieren puntualidad, tenga en cuenta suficiente tiempo para estas inspecciones.

### **Refinar su búsqueda**

* **Usar filtros:** Reduzca sus opciones por tipo de coche o características específicas que esté buscando.

### **Solución de problemas en su búsqueda**

* **¿No hay resultados?** Si no encuentra ningún coche que cumpla con sus criterios, considere ajustar los parámetros de búsqueda para ampliar sus opciones.

Recuerde, FlynCar está diseñado para facilitar la búsqueda del coche de alquiler perfecto. ¡Utilice estos consejos para encontrar un coche que se ajuste a sus necesidades y horarios!


---

# 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/book-a-car/search-a-car.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.
