> 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/vehicleshop/admin-panel.md).

# 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>
