# Vehicle Search

- [Vehicle Searching Basics](https://devhub.autotek.my/vehicle-search/vehicle-searching-basics.md): Vehicle discovery is the starting place for almost all functions on the AutoTek API.
- [Plain-text Search](https://devhub.autotek.my/vehicle-search/plain-text-search.md): Get results with a text string search
- [Registration Plate Search](https://devhub.autotek.my/vehicle-search/registration-plate-search.md): Find vehicle information from a registration plate.
- [VIN Search](https://devhub.autotek.my/vehicle-search/vin-search.md)
- [Facet Search](https://devhub.autotek.my/vehicle-search/facet-search.md): Use smart drop downs to find a vehicle.
- [Facet Integration Worked Example](https://devhub.autotek.my/vehicle-search/facet-search/facet-integration-worked-example.md): Read a step by step example guide on how to work with Facets.
- [Marketplace ID Lookup](https://devhub.autotek.my/vehicle-search/marketplace-id-lookup.md): A special use case endpoint for our marketplace customers to find their own leads on AutoTek systems.
- [Vehicle ID Search](https://devhub.autotek.my/vehicle-search/vehicle-id-search.md): Get summary data on a vehicle by searching for its ID
- [Matching Confidence](https://devhub.autotek.my/vehicle-search/matching-confidence.md): Understand how we match vehicles and the expected outcomes.


---

# 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://devhub.autotek.my/vehicle-search.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.
