# Installation

### <mark style="color:$primary;">**Step 0 - First step**</mark>

1. Download [s0u\_truckerJob ](https://portal.cfx.re/assets/granted-assets?page=1\&sort=asset.updated_at\&direction=asc\&search=s0u_truckerJob) from FiveM Portal.
   1. If you bought the trucker job bundle, please download also [fq\_truckerBase](https://portal.cfx.re/assets/granted-assets?page=1\&sort=asset.updated_at\&direction=asc\&search=fq_truckerBase) and [s0u\_yosemite\_pilot](https://portal.cfx.re/assets/granted-assets?page=1\&sort=asset.updated_at\&direction=asc\&search=s0u_yosemite_pilot).
2. Unzip the `s0u_truckerJob` folder and place it into folder in your server's resource directory.
   1. If you are installing the bundle, add also `fq_truckerBase` and `s0u_yosemite_pilot` to the directory as well.
3. Finally, add the resource(s) to your server start configuration (`server.cfg`):&#x20;

   1. If you purchased the script only: `ensure s0u_truckerJob`
   2. If you purchased the interior only: `ensure fq_truckerBase`
   3. If you purchased the vehicle only: `ensure s0u_yosemite_pilot`
   4. If you purchased the bundle, ensure all relevant resources:

   ```lua
   ensure fq_truckerBase
   ensure s0u_yosemite_pilot
   ensure s0u_truckerJob
   ```

### <mark style="color:$primary;">Step 1 - Configuration</mark>

1. If you plan to use `Config.SyncServerTimeInLobby`, please refer to the tutorial in our [documentation](https://s0u-scripts.gitbook.io/s0u-scripts-docs/truck-driver/configuration/lobby-settings#time-script-integration-config.timescript) or contact our [support team](https://discord.gg/cFssbmYypx) for assistance.
   1. If you intend to adjust the script to your server's needs (e.g., custom interaction menus), please acquaint oneself with the documentation first. If you encounter any difficulties, feel free to ask our support team for help!

### <mark style="color:$primary;">Done! Enjoy the script!</mark> 🎉


---

# 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://s0u-scripts.gitbook.io/s0u-scripts-docs/truck-driver/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.
