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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.av-scripts.com/guides/vehicleshop/admin-panel.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
