# Valuation

- [Valuation Basics](https://devhub.autotek.my/valuation/valuation-basics.md)
- [Valuation Predictions](https://devhub.autotek.my/valuation/valuation-predictions.md): Generate market accurate predictions for vehicles.
- [Adjustments](https://devhub.autotek.my/valuation/valuation-predictions/adjustments.md): Adjust valuations we send you based on a rule set.
- [Condition Array](https://devhub.autotek.my/valuation/valuation-predictions/condition-array.md): Predict all potential values across many conditions for a vehicle.
- [Valuation Features](https://devhub.autotek.my/valuation/valuation-predictions/valuation-features.md): Generate upper and lower bounds on each valuation.
- [Residual Valuations](https://devhub.autotek.my/valuation/residual-valuations.md): Predict the future value of a vehicle.
- [Registration & VIN Valuations](https://devhub.autotek.my/valuation/registration-and-vin-valuations.md): Generate a valuation with a Registration Plate or VIN
- [Valuation Features](https://devhub.autotek.my/valuation/valuation-features.md): Enhance your requests with additional data.
- [Max Offer Configuration](https://devhub.autotek.my/valuation/max-offer-configuration.md): Set and update your max offer config to refine your price predictions.
- [AutoGauge](https://devhub.autotek.my/valuation/autogauge.md): Create your own price indication and benchmarking gauge.


---

# 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/valuation.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.
