> For the complete documentation index, see [llms.txt](https://s1h.gitbook.io/info/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://s1h.gitbook.io/info/resources/s1h_vehicleshop/installation.md).

# Installation

{% stepper %}
{% step %}

### Download and Prepare Files

Download the Script From FiveM Portal&#x20;

* Visit the [Fivem Portal](https://portal.cfx.re/login) site.
* Log in with account credentials.
* Locate the Car Shop script in your Granted Assets section.
* Download the script files from Portal.
  {% endstep %}

{% step %}

### Install and Configure **S1H\_VEHICLESHOP**

* Download the latest version of s1h\_bridge from the [Fivem Portal](https://portal.cfx.re/login)
* Extract the <mark style="background-color:$info;">**`s1h_bridge`**</mark> files to your <mark style="background-color:$info;">**`resources`**</mark> folder.
* Extract the **`s1h_vehicleshop`** files to your **`resources`** folder.
  {% endstep %}

{% step %}

### Add Script to Server Configuration

Edit **`server.cfg`**

* Open the **`server.cfg`** file located in the root directory of your FiveM server.
* Add the following lines to ensure the required resources start with your server.
  {% endstep %}

{% step %}

### SQL Requirement

* An automated system checks for a SQL database. If found, it proceeds; otherwise, it creates one, so manual SQL installation isn't required.
  {% endstep %}
  {% endstepper %}

{% code title="server.cfg" lineNumbers="true" %}

```
ensure s1h_bridge
ensure s1h_uipack
ensure s1h_vehicleshop
```

{% endcode %}
