# WLabs Towing

WLabs Towing is a unique towing job made by W-Labs, supports **Qbox** (`qbx_core`), **QB-Core** (`qb-core`), and **ESX** (`es_extended`).

## Features

* Tow driver job with depot NPC, rentals, levels, and leaderboard.
* NPC dispatch jobs with customer dialogue, random breakdown types, pickup locations, and delivery destinations.
* Player requests a tow through the LS Tow tablet app, tow drivers can create quotes, players can accept/decline/bargain with tow driver for better prices, supports cash/bank payments.
* Hook tow truck support and custom flatbed with winch.
* Leveling system, higher levels get better tow trucks, higher tier vehicles.
* Distance-based payout/XP bonuses and level payout scaling, with a leaderboard showing unique player stats.
* Qbox, QB-Core, and ESX framework bridge.

## Requirements

* `ox_lib`
* `oxmysql`
* `ox_target`
* `qbx_core`, `qb-core`, **or** `es_extended`
* `wlabs-tablet` for the normal LS Tow app, mail, and notification flow.

See [Getting started](/w-labs-docs/scripts/wlabs-towing/getting-started.md).


---

# 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://w-labs.gitbook.io/w-labs-docs/scripts/wlabs-towing.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.
