# install

{% stepper %}
{% step %}

### Download Package

Download the job package you purchased from your LV Soft portal.

Each job resource is practically drag & drop. Simply place the job folders into your server’s `resources` directory.

Every job comes with:

* **lvs\_bridge**
* **lvs\_jobs\_assets\_pack#**

{% hint style="warning" %}
lvs\_lib, lvs\_interact, lvs\_npcdialog are **only included** when purchasing the **full pack of 4 jobs**. Individual job purchases **do not include** this resources.
{% endhint %}

For better organization, we recommend creating a folder:

```
[lvs]
```

Place all LVS scripts inside this folder.
{% endstep %}

{% step %}

### Install Dependencies

Make sure the following dependencies are installed and started.

#### Required

* **lvs\_bridge**
* **lvs\_jobs\_assets\_pack#**

#### Optional (visual enhancements)

Included **only** when buying the full 4-job package.

* lvs\_lib
* lvs\_interact
* lvs\_npcdialog
  {% endstep %}

{% step %}

### Install Required Maps

The jobs use small map additions to support certain work areas. These **maps are NOT included** and must be downloaded separately:

Download here: \
<https://www.mediafire.com/file/u6vwmhs0v37gdcc/Add\\_mlo\\_to\\_lvs\\_jobs\\_assets\\_pack1.rar/file>

After downloading, place the files inside:

```
lvs_jobs_assets_pack1
```

Make sure the folder is started in your server.
{% endstep %}

{% step %}

### Configuration

Each job comes preconfigured and works out-of-the-box, but you can customize everything.

You must review:

* The **config folder** inside each job resource
* The file:

```
lvs_bridge/config.lua
```

Adjust values according to your server economy, framework, or gameplay style.
{% endstep %}

{% step %}

### Start the Scripts (server.cfg)

Add the following lines to your `server.cfg`:

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

```cfg

# LVS Framework
start lvs_lib # Only if included in your package
start lvs_bridge

# JOBS
ensure [lvs]   # Or start individual jobs manually
```

{% endcode %}

If you placed all resources inside the `[lvs]` folder, simply include:

```
ensure [lvs]
```

{% endstep %}
{% endstepper %}


---

# 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://fivem.lvsoft.com.ar/qb-esx/jobs/install.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.
