> For the complete documentation index, see [llms.txt](https://wiki.dough.land/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.dough.land/doughdealership/about-this-script.md).

# About this script

## Information

This is my first PAID release on the forums, and a project I have spent countless hours on reworking and trying to perfect it. It’s gone over a few “remakes” before now finally reacing a state where I feel comfortable enough to release it to the public. Its been tested and used for a while but of course issues may still arise, so please report any issues or improvements and I will make sure to fix them.

**Player ran dealerships! Add as many dealerships you want, with option to showcase vehicles and have limited amount of vehicles being purchasable.**

{% hint style="warning" %}
*As stated below, this is made for ESX first and foremost. However I have made it functional on QBCore running the very basics.*
{% endhint %}

## Requirements

{% tabs %}
{% tab title="ESX" %}
ESX (version shouldn’t matter)

ESX Society + Job setup

esx\_vehicleshop is required
{% endtab %}

{% tab title="QBCore" %}
**QBCore is for most parts untested and not highly supported! This script is natively made for ESX and ported to QBCore**

QBCore (oxmysql)

For business functionality in QBCore you will have to edit the `server/main.lua` and setup it up to fully work with QBCore (Currently it will use the players bank money)
{% endtab %}
{% endtabs %}

{% hint style="danger" %}
Do not change the name of the resource if you do not know how to edit the rest of the files
{% endhint %}


---

# 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, and the optional `goal` query parameter:

```
GET https://wiki.dough.land/doughdealership/about-this-script.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
