# Dealership

{% tabs %}
{% tab title="Instalation" %}
If your server has other pausemenu resources installed, remove them from the resource directory to avoid compatibility issues with [UrantixDealership](https://urantix.com/fivem/scripts/dealership).

* Copy the [UrantixDealership](https://urantix.com/fivem/scripts/dealership) script folder to your server's resource directory.
* Open your `server.cfg` file in a text editor and add the following line to ensure the script starts with the server:
  * `ensure UrantixDealership`
  * Restart your server to apply the changes and load the [UrantixDealership](https://urantix.com/fivem/scripts/dealership).
    {% endtab %}

{% tab title="Dependencies" %}

| Resource     | Version | Links                                                                    |
| ------------ | ------- | ------------------------------------------------------------------------ |
| ox\_lib      | 3.33.0+ | [Download](https://github.com/overextended/ox_lib/releases/tag/v3.33.0)  |
| oxmysql      | 2.14.1+ | [Download](https://github.com/overextended/oxmysql/releases/tag/v2.14.1) |
| Polyzone     | 2.6.2+  | [Download](https://github.com/mkafrin/PolyZone/releases/tag/v2.6.2)      |
| {% endtab %} |         |                                                                          |

{% tab title="Config" %}
The configuration is set up in the game itself, using the command `/urantix:dealership_management`. You can change them in `public/shared/devconfig.lua`.

<figure><img src="/files/XNmhdqVGjhVAtPtJnoFG" alt=""><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}


---

# 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://urantix.gitbook.io/urantix-docs/fivem-scripts/dealership.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.
