# Get Fare Quotes

Get Fare Quotes allows you to provide basic details describing the needed ride, for example, the start and end locations (e.g. LAX Airport to Hilton Checkers Hotel in Los Angeles, flight arrival or departure times (e.g. 13:00, 3:30), the number of passengers and either one-way or round-trip.

Next, you are returned an array of service providers and fare quotes, each quote will have all data describing the offered service (e.g. the service provider offering the service, the type of vehicle, any restrictions that may apply (maximum number of passengers and bags allowed, gratuity included, car seats offered etc.), and total price for all passengers.

{% hint style="warning" %}
**You need a rate for each reservation you made**

You can pick one rate from the searching result and use it once to book a reservation. You can't use the same rate for booking another reservation.&#x20;
{% endhint %}


---

# 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://docs.shuttlefare.com/integration-flow/searching.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.
