# Admin Panel

The script includes an administration panel that allows you to easily add, edit, or delete vehicles. To open the panel, use the command specified in `Config.AdminCommand`.

* The panel uses your server ACE permissions, so make sure they are properly configured.
* By default, the `admin` and `god` groups have access to the administration panel.

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

## Adding new vehicles

* Click the Add Vehicle button, a new window will open.
* Add the model name, this field is the vehicle spawn code, for this example I'm using `coquette4`.
* Add the image thumbnail (optional), if using GTA 5 vehicles the images are retrieved from Fivem Docs automatically, if using addon vehicles is on you to create a vehicle thumbnail, check[Addon Vehicles](/guides/vehicleshop/addon-vehicles.md).
* Choose a category from the dropdown menu.
* Set the vehicle price.
* Set the vehicle stock from 1 to any number that you want.
* Click the Save Changes button.

<figure><img src="/files/sjpSGYoOCn1InkDPOkXQ" alt=""><figcaption><p>Register vehicle window</p></figcaption></figure>

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

<figure><img src="/files/Nd6OgEWjjz3JPsdRujhz" 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/vehicleshop/admin-panel.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.
