# Orders

Here you can find all the contracts generated when you purchase stock or win an auction. You can also view detailed information about each order, such as its current status, the employee handling it, and the vehicles included in the order.

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

* To start an Order you need to press the Start Contract button, you will receive a notification telling you to take the Truck from the spawn point. \
  \&#xNAN;*If the dealership doesn't have a truck spawn you will receive a red notification and the contract will not be started*.
* Take the truck from the spawn point by pressing E.&#x20;
  * You can only spawn the truck if you start a contract.

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

* The script will assign the pickup zone based on the location closest to your dealership. \
  You can edit these zones in `Config.ContractCoords`  inside **config/contracts.lua**

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

* Approach the location until a text UI pops up instructing you to press E to request the trailer.&#x20;
* Attach it to your truck and drive back to your dealership.

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

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

* Once delivered, you can see the new stock in your Warehouse tab.

<figure><img src="/files/M7XQrNF1soyxhcOZuBmI" 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/orders.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.
