# Appraisal Process

### Asset Valuation

Barker uses machine learning (AI) for predicting resale assets' valuations. These appraisals will be served through API endpoints that our partners can integrate directly with.

This integration allows us to serve customers quotes immediately, while also supporting Barker's ability to update models on a frequent basis. Keeping Barker's pricing up to date with market trends as they occur.

### Machine Learning System Components

A price prediction machine learning system comprises of a few core components:

1. Data Collection
2. Model Building Pipeline
3. Model Monitoring
4. Model Serving

The reliability of these systems is paramount to building a system that can accurately appraise resale assets immediately. The below image captures these cores components in a representative flow diagram. Barker has built a machine learning system with these components to enable Barker's ability to appraise resale assets of all asset classes.

<figure><img src="/files/dLgiPJ8KQezl62RYBZ85" alt=""><figcaption><p>Components of an ML system, source: <a href="https://ml-ops.org/content/end-to-end-ml-workflow">MLOps</a></p></figcaption></figure>


---

# 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://barker-valuation-services.gitbook.io/barker-price-warranty/barker-technology/appraisal-process.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.
