# Installation

<h2 align="center">Download Script</h2>

<p align="center">To download the assets needed for this script, you must access the official <mark style="color:orange;">Cfx.re</mark> portal, where all assets purchased through <mark style="color:blue;">Tebex</mark> are managed.</p>

1. Go to the following link: <https://portal.cfx.re/assets/granted-assets> or [Fivem Keymaster](https://portal.cfx.re/assets/granted-assets)
2. Log in with the same <mark style="color:orange;">Cfx.re</mark> account you used to make the purchase.
3. In the list of granted assets, find and download the following: <kbd>b14ck-carwipe</kbd>

<h2 align="center">Download Dependencies</h2>

<p align="center">This script requires some mandatory dependencies to function correctly.<br>Make sure to download and extract them inside your server’s main directory, keeping their original folder structure intact.</p>

{% embed url="<https://github.com/overextended/oxmysql/releases>" %}

{% embed url="<https://github.com/overextended/ox_lib/releases/tag/v3.30.6>" %}

{% embed url="<https://github.com/mkafrin/PolyZone/releases/tag/v2.6.2>" %}

<h2 align="center">Server.cfg Placement</h2>

<p align="center">This script must always start after <kbd>es_extended</kbd> or <kbd>qb-core</kbd> and <kbd>PolyZone</kbd>, never before. We recommend placing it below in your <code>server.cfg</code>, ensuring that all its dependencies are started first to prevent errors or unexpected behavior.</p>

<h2 align="center">Database Setup</h2>

<p align="center">This script includes an essential database required for its operation.<br>You must import it before starting your server, preferably using HeidiSQL or any other manager compatible with MariaDB/MySQL.</p>

{% hint style="info" %}
If you forgot to import the SQL, don't worry, the script creates it automatically.
{% endhint %}


---

# 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://b14ck.gitbook.io/b14ck-scripts/scripts/car-wipe/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.
