> For the complete documentation index, see [llms.txt](https://devhub.autograb.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://devhub.autograb.com/my-autograb-api-doc/vehicle-search/vehicle-searching-basics.md).

# Vehicle Searching Basics

The Vehicle Search API set allows you to find matching vehicles within our database. This API requires [authentication](/my-autograb-api-doc/authentication/api-key.md) and an appropriate license attached to it.&#x20;

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><p><img src="/files/NcpPARkD5ktlLiDz0mpE" alt="" data-size="original"></p><h3><strong>Text Search</strong></h3><p>Use this search mechanism if you have a vehicle description or title as a text string and want to resolve to a vehicle ID.</p></td><td></td><td></td><td><a href="/pages/66QYIkUxl7zCmEfrRF5w">/pages/66QYIkUxl7zCmEfrRF5w</a></td><td></td></tr><tr><td><p><img src="/files/d54ueqgfrHerDuAGiqDF" alt="" data-size="original"></p><h3><strong>Registration Plate Search</strong></h3><p>Use this search mechanism if you have a registration plate and want summary data to resolve to a vehicle ID.</p></td><td></td><td></td><td><a href="/pages/zhBV1dw5ReehkXgUDyob">/pages/zhBV1dw5ReehkXgUDyob</a></td><td></td></tr><tr><td><p><img src="/files/h0QXEkktWzalhI49XsCk" alt="" data-size="original"></p><h3>Facet Search</h3><p>Use this search mechanism if you would like your users to interact with drop downs to resolve to a vehicle ID.</p></td><td></td><td></td><td><a href="/pages/cUvQZ0qaWsKsEDFIilsZ">/pages/cUvQZ0qaWsKsEDFIilsZ</a></td><td></td></tr><tr><td><p><img src="/files/wvLJ3hq18JcOVVfXFVm3" alt=""></p><h3>Vehicle ID Search</h3><p>Use this to get summary data on a vehicle if you already have its ID.</p></td><td></td><td></td><td><a href="/pages/Bx1R5d4KBQ8kijXV4kai">/pages/Bx1R5d4KBQ8kijXV4kai</a></td><td></td></tr><tr><td><img src="/files/CXyZoi8nVDZOCMMjD41T" alt=""></td><td><h3>Marketplace ID</h3><p>A special use case search function for marketplace partners. </p></td><td></td><td><a href="/pages/dt9BkxlRasnXwx6uILSO">/pages/dt9BkxlRasnXwx6uILSO</a></td><td></td></tr></tbody></table>


---

# 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://devhub.autograb.com/my-autograb-api-doc/vehicle-search/vehicle-searching-basics.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.
