> For the complete documentation index, see [llms.txt](https://zloma-scripts.gitbook.io/zloma-scripts/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://zloma-scripts.gitbook.io/zloma-scripts/zloma_vehicleshop-paid/api-reference/commands.md).

# Commands

## Player Commands

| Command         | Access                  | Description                                                    |
| --------------- | ----------------------- | -------------------------------------------------------------- |
| `/fixshop`      | Any player using the UI | Resets the shop UI/client state if the interface gets stuck    |
| `/stopjob`      | Delivery worker         | Stops the active dealership delivery job                       |
| `/prekiniposao` | Delivery worker         | Croatian alias for stopping the active dealership delivery job |

***

## Admin Commands

| Command             | Access                           | Description                                                        |
| ------------------- | -------------------------------- | ------------------------------------------------------------------ |
| `/vehicleshopadmin` | Groups from `Config.AdminGroups` | Opens the full admin dealership panel                              |
| `/refreshshops`     | Server/admin only                | Reloads all salons from the database and pushes updates to clients |

***

## Recommended Usage

* Use `/vehicleshopadmin` for all live setup instead of editing DB rows manually.
* Use `/refreshshops` after direct SQL changes or import fixes.
* Use `/fixshop` only as a recovery utility, not as part of normal flow.


---

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

```
GET https://zloma-scripts.gitbook.io/zloma-scripts/zloma_vehicleshop-paid/api-reference/commands.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.
