> For the complete documentation index, see [llms.txt](https://documentation.rcore.cz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.rcore.cz/paid-resources/rcore_dealership/faq.md).

# FAQ

Short answers to common `rcore_dealership` questions.

<details>

<summary>Where do I place and configure dealerships?</summary>

Use `/dealershipadmin`. Dealerships, prices, and others are stored in the database and managed from the admin command. You can also load a ready-made [map preset](/paid-resources/rcore_dealership/installation/presets.md).

</details>

<details>

<summary>Do I need to import an SQL file?</summary>

No. The script creates its tables automatically. After first startup, run `dealership_seed_vehicles` from the server console to import vehicles.

</details>

<details>

<summary>Do I need an inventory resource?</summary>

No. `rcore_dealership` only deals in vehicles and money, so no inventory integration is required.

</details>

<details>

<summary>Which frameworks are supported?</summary>

ESX, QBCore, QBX, and Standalone. The framework is detected automatically.

</details>

<details>

<summary>Do I need a target resource?</summary>

No. `ox_target`, `qb-target`, and `qtarget` are supported, but the script falls back to marker and NPC interactions when no target is present.

</details>

<details>

<summary>Can players finance vehicles or trade in their old car?</summary>

Yes. Cash, bank, financing, and trade-in are all supported. Tune them in the [Dealership config](/paid-resources/rcore_dealership/configuration/dealership.md).

</details>

<details>

<summary>Can players own dealerships as a business?</summary>

Yes. Business dealerships have employees, permissions, stock deliveries, NPC orders, exhibitions, and upgrades, all managed from the business tablet.

</details>

<details>

<summary>How do players check their finances and installments?</summary>

With the `/mydealership` command, which opens the customer tablet.

</details>

<details>

<summary>How do I change vehicle prices?</summary>

Set global and per-class multipliers in the [Vehicle Seeding config](/paid-resources/rcore_dealership/configuration/vehicles-seed.md) before seeding, or edit individual prices in `/dealershipadmin`.

</details>
