# Live View

Use the Live View to oversee player contract availability and view the status of all active missions across the server.

You can also generate Contracts for a specific player using the Create Contract button.

* **Vehicle Class:** Select a category from the dropdown menu to enable the Vehicle Model field.
* **Vehicle Model:** Vehicle used for boosting mission.
* **Player Server ID:** Player who's gonna receive the contract.
* **Delivery Price? (optional):** Money needed to start mission.
* **VIN Price? (optional):** Money needed to start the mission as VIN Scratch, meaning the player will have the option to keep the vehicle.
* **Payout? (optional):** Payout for vehicle delivery.
* **Expires in? (optional):** Time the player have to start the contract before it expires.

{% hint style="info" %}
If the optional fields are left blank, the script will automatically use the default class settings as a fallback.
{% endhint %}

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

{% tabs %}
{% tab title="Contracts" %}
View every available contract and its owner in this list. Simply click a contract to inspect its details. You can revoke a contract by double click the Revoke button.

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

<figure><img src="/files/kjQWQcaQrqpBGR2gG7cu" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Missions" %}
Monitor ongoing contracts, tracking steps, delivery methods, and payouts. Access the following admin options by clicking on a specific mission:

* **Mark as Delivered:** Force-completes the mission and grants all rewards.
* **Respawn Vehicle:** Recovers the target vehicle if it was lost or despawned.
* **Mark Location:** Places a GPS marker on the vehicle's current location.
* **Revoke (Double-Click):** Terminates the mission and removes the vehicle without a refund.

<figure><img src="/files/UoNvOBYvXcyLdaSus6UE" alt=""><figcaption><p>General view of Missions Category</p></figcaption></figure>

<figure><img src="/files/vQaZmnE3I4J9talmGuW0" alt=""><figcaption><p>Mission overview</p></figcaption></figure>
{% endtab %}
{% endtabs %}


---

# 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/laptop-pack-v3/boosting/admin-panel/live-view.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.
