# Stations

The Stations tab allows you to manage all world locations essential to the Boosting workflow. This includes:

* **Spawn Points:** Configure both Low-Tier and High-Tier vehicle spawn locations.
* **VIN Scratch Zones:** Set up designated areas where players can remove vehicle VINs.
* **Delivery Zones:** Manage the drop-off points where players complete their contracts.

{% hint style="info" %}
The pink icon is your current location :smile:
{% endhint %}

Selecting a station from the dropdown menu will display all associated locations on the map. To manage a specific station, click on its map icon to reveal the following administrative tools:

* **Set Waypoint:** Generates a GPS route from your current position to the selected station.
* **Teleport to Zone:** Instantly teleports your character to the station’s coordinates.
* **Delete Zone (Double-Click):** Permanently removes the station from the configuration.

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

### Creating New Zones

To create a new zone, you must first select a station type from the dropdown menu. A prompt will appear reminding you that you must be at the desired location and inside a vehicle. The script uses the vehicle's exact coordinates and heading (orientation) to define the zone.

**Steps to Create:**

1. Select the station type and click Add Zone.
2. Click confirm.
3. Drive to the desired location.
4. Press \[E] while inside the vehicle to generate the zone.
5. Press \[H] at any time to cancel the process and return to the menu.


---

# 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/stations.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.
