# Installation

1. Drag and Drop `doughDealership` into your resources folder
2. Add `ensure doughDealership` to your server.cfg
3. Import `sql/import.sql` to your DB

{% hint style="info" %}

For ESX → requires a table named owned\_vehicles ( esx\_vehicleshop )

For QBCore → requires player\_Vehicles ( qb-vehicleshop | sql files is included in sql folder as well)

{% endhint %}

### Change from ESX -> QBCore

1. Script is by default set to use ESX, if you wish to change it to use QBCore edit `shared/config.lua` and set `Config.ESX = false`
2. Go into `fxmanifest.lua` and comment out the marked sections


---

# 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://wiki.dough.land/doughdealership/installation.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.
