> ## Documentation Index
> Fetch the complete documentation index at: https://docs.driv.ly/llms.txt
> Use this file to discover all available pages before exploring further.

# Trade

> Trade-in valuation and processing

## Overview

Trade offers an end-to-end solution for the vehicle trade-in process by providing instant trade-in offers, vehicle valuation, and trade-in processing.

***

## The Trade Experience

To trade in a vehicle, follow these steps:

<Steps>
  <Step title="Get Instant Trade Offers">
    To get instant trade offers, provide the vehicle identification number (VIN) of the vehicle you want to trade in.

    ```json Example Request theme={null}
    {
      "vin": "5TDKDRAH4PS501521"
    }
    ```

    ```json Example Response theme={null}
    {
      "vin": "5TDKDRAH4PS501521",
      "year": 2023,
      "make": "Toyota",
      "model": "Highlander",
      "mileage": 11338,
      "tradeOffer": 33780
    }
    ```
  </Step>

  <Step title="Complete the Trade">
    If you accept a trade offer, you can schedule a vehicle inspection and complete the trade-in process.
  </Step>
</Steps>
