# Pre Owned

> In this tab, the dealership can manage its stock of pre-owned vehicles. These vehicles come from player trade-ins, recovered financed vehicles, and expired rentals.
>
> Just like in the Warehouse tab, you have the same options here: Test Vehicle, Sell, and Rent.

<figure><img src="/files/e8hbhEflbqwRaHl1fjJF" alt=""><figcaption></figcaption></figure>

## Buy Pre Owned Vehicles

* To buy a pre owned vehicle you will need to click the Print Contract button first.
* If `Config.MetadataInventory = true`  the script will give you the item contract, you can use it close to another player vehicle to make an offer to buy.
* If not using a metadata inventory, this button will let you use command `/contract` to proceed with the purchase.

<figure><img src="/files/yh0Ci3nNlbLSf6VPuNTK" alt=""><figcaption><p>Creating an offer using item contract</p></figcaption></figure>

<figure><img src="/files/Rwb24zmojA4I6FABHB2X" alt=""><figcaption><p>Notification for vehicle owner</p></figcaption></figure>

<figure><img src="/files/kl8beeweJtivySVsymIu" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
I bought the vehicle for myself, which is why there are two notifications — the first one is for the vehicle owner, and the second one is for the dealership employee.
{% endhint %}

<figure><img src="/files/ls9HDJYVvidE7k08o7tz" alt=""><figcaption></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://docs.av-scripts.com/guides/dealerships/dealership-panel/pre-owned.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.
