# CarDealerShip

### Features

* 🏪 **Management Tablet** — Dashboard, storage, showroom, orders, and sales log
* 🚗 **Showroom Display** — Display vehicles with custom pricing and access restrictions
* 🛒 **Order System** — Browse warehouse and order vehicles with delivery
* 🎮 **Test Drive** — Customers can test drive vehicles with a live HUD timer
* 🚚 **Flatbed Rental** — NPC-based flatbed rental system
* 💰 **Finance Menu** — Withdraw and deposit dealer funds via Renewed-Banking

***

### Frameworks

| Framework | Supported |
| --------- | --------- |
| QBX Core  | ✅         |
| QBCore    | ✅         |
| ESX       | ✅         |

***

### Requirements

| Resource                                                              | Required          |
| --------------------------------------------------------------------- | ----------------- |
| [ox\_lib](https://github.com/overextended/ox_lib)                     | ✅                 |
| [oxmysql](https://github.com/overextended/oxmysql)                    | ✅                 |
| QBX / QBCore / ESX                                                    | ✅ one of them     |
| Vehicle key system                                                    | ✅ see Bridge page |
| [Renewed-Banking](https://github.com/Renewed-Scripts/Renewed-Banking) | ⚡ optional        |

***

### Installation

**1.** Place the resource folder in your `resources` directory

**2.** Add to `server.cfg`:

```
ensure X8_cardealership
```

**3.** Open `shared/config.lua` and configure your settings

**4.** Restart your server


---

# 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://x8project.gitbook.io/x8project/projects/cardealership.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.
