> For the complete documentation index, see [llms.txt](https://docs.av-scripts.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.av-scripts.com/guides/dealerships/dealership-panel/pre-owned.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.av-scripts.com/guides/dealerships/dealership-panel/pre-owned.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
