> 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/features/business-mode.md).

# Business Mode

## Overview

When `Config.Business.enabled` is enabled and a salon has business mode turned on, the dealership becomes a managed company instead of a simple static shop.

This layer adds employee structure, stock control, pricing tools, deliveries, shop balance logic, and transaction history.

***

## Employee Management

Supported actions:

* Hire employees by identifier or nearby server ID
* Fire employees
* Change employee grades
* Check current employee roster
* Push hire/fire updates to affected players

Default grade tiers are Salesperson, Manager, and Owner.

***

## Pricing and Inventory

Boss users can control:

* Whether the shop is open
* Which vehicles are shown in the showroom
* Sale price per vehicle
* Discount percentage per vehicle
* Current stock and order replenishment behavior
* Visibility of zero-stock vehicles

This makes it possible to run the script as a real player-managed dealership economy instead of a fixed NPC menu.

***

## Orders and Deliveries

The procurement system lets the dealership order vehicles into stock.

Supported flows:

* Place internal procurement orders
* Accept an order as a delivery job
* Spawn/use a tow truck for transport
* Pick up ordered vehicles from configured pickup coordinates
* Deliver them back to the dealership
* Cancel or stop delivery jobs

Customer orders can also be enabled so players can request specific vehicles through the shop workflow.

***

## Finances

The business menu includes:

* Shop balance view
* Deposit and withdraw actions
* Transaction history
* Statistics view
* Salary payouts
* Bonus payouts

Depending on the salon setup, the system can work with society-backed accounts or custom dealership balance logic stored in the resource tables.

***

## Recommended Use Cases

Business mode is suited for:

* Roleplay dealer jobs
* Premium car dealerships
* Import shops with order-based stock
* Job-gated government or company fleet sellers
* Economy-heavy servers that want manual inventory and employee control


---

# 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/features/business-mode.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.
