# Search

{% hint style="info" %}
💬 **Need help?** If you're stuck, ask Eva on ATRIP for instant diagnostics.

<a href="https://www.atriptech.com/" class="button primary" data-icon="comments">Ask Eva</a>
{% endhint %}

Use this page to start the booking flow.

{% hint style="warning" %}
`Smart Search` (`smartSearch.do`) will be deprecated soon.

Do not use it for new integrations. Prefer the standard `search.do` flow.
{% endhint %}

### What this page covers

* Standard offer search
* Independent Get Offer lookup
* Advanced or smart search flows
* Offer polling and request follow-up

### Main APIs

* `search.do`
* `getOffers.do`
* `smartSearch.do`

### Key outputs

* `routingIdentifier` for standard verify flow
* `OfferId` for Get Offer order flow
* `requestId` for smart search follow-up
* Offer data for downstream selection

### Use this when you need

* A standard search-to-book flow
* An independent offer lookup without standard search
* Smart or asynchronous search behavior
* Offer refresh after smart search

### Related pages

* [Get Offer](https://resources.atriptech.com/api-document/readme/booking-overview/get-offer)
* [Verify](https://resources.atriptech.com/api-document/readme/booking-overview/verify)
* [Authentication & Request Basics](https://resources.atriptech.com/api-document/readme/quick-start/making-requests)
* [Booking APIs](https://resources.atriptech.com/api-document/api-reference/booking-apis)

### Full API reference

See endpoint-level details here:

* [Search](https://resources.atriptech.com/api-document/api-reference/booking-apis/search)
* [Smart Search](https://resources.atriptech.com/api-document/api-reference/booking-apis/smart-search)
* [Get Offer](https://resources.atriptech.com/api-document/api-reference/booking-apis/get-offer)
