> For the complete documentation index, see [llms.txt](https://docs.kojascripts.eu/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kojascripts.eu/jobs/trucker.md).

# Trucker

{% hint style="info" %}
This documentation is for **server owners**. If you are looking for the in-game help, open the tablet and explore — every screen is self-explanatory.
{% endhint %}

## What's inside

| Feature                | Summary                                                                                                   |
| ---------------------- | --------------------------------------------------------------------------------------------------------- |
| 🚚 **Orders**          | Van / Truck / Semi-truck jobs with categories: default, urgent, dangerous, fragile, illegal and business. |
| 🏢 **Companies**       | Found a firm, invite drivers, set a delivery cut, manage a shared bank, climb the rankings.               |
| 🤝 **Convoys**         | Up to 4 drivers haul the same contract together and all get paid.                                         |
| 🌟 **Skills**          | Three skill trees (Van / Truck / Semi) with perks bought using skill points.                              |
| 🔑 **Rentals**         | Rent a rig that an NPC delivers to the nearest road.                                                      |
| 📋 **Quests**          | Configurable daily & weekly challenges with money / XP / SP rewards.                                      |
| 🎟️ **Promo codes**    | Redeemable boosts — perfect for events and Tebex packages.                                                |
| 🏆 **Leaderboard**     | Weekly / monthly / all-time company rankings.                                                             |
| 🌍 **9 languages**     | en · pl · de · es · fr · hi · ja · ru · zh, fully translatable.                                           |
| 🛠️ **Admin panel**    | In-tablet editor for orders, depots, vehicles, skills, promos, quests, companies and settings.            |
| 📡 **Discord logging** | Clean embeds for deliveries, companies, skills + an anti-cheat channel.                                   |
| 🔌 **Developer API**   | Documented exports & events to integrate with your other resources.                                       |

## Requirements

* A supported framework: **ESX**, **QBCore**
* [`oxmysql`](https://github.com/overextended/oxmysql)
* `koja-lib` (bundled dependency)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://docs.kojascripts.eu/jobs/trucker.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.
