# Installation

## Requirements

Install and start these dependencies before Car Dealer V2:

* [koja-lib](https://github.com/Koja-Scripts/koja-lib)
* [oxmysql](https://github.com/overextended/oxmysql)
* Node.js, when building the web UI

:::hint{type="warning"}
Start `koja-lib` and `oxmysql` before the dealership resource.
:::

## First start

All configuration lives in `shared/config.lua`.

Database tables are created automatically on first start. Set `KOJA.CreateAutoTable` to `false` only when importing `koja-cardealer.sql` manually.

## Related pages

- [Configuration](/free/car-dealer-v2/configuration) — Configure defaults, images, prestige integration, and UI builds.
- [Features](/free/car-dealer-v2/features) — Player-facing dealership, progression, promotion, and leasing features.
- [Exports & Commands](/free/car-dealer-v2/exports-and-commands) — Admin, leasing, and prestige commands with available server exports.
- [Admin Menu](/free/car-dealer-v2/admin-menu) — Create and manage dealerships live in-game.
- [Database](/free/car-dealer-v2/database) — Understand dealer storage, tables, and server-side price calculation.
- [Car Dealer V2](/free/car-dealer-v2) — back to the section overview
