> 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.md).

# JOBS

- [Lawnmower](https://docs.kojascripts.eu/jobs/lawnmower.md)
- [Installation](https://docs.kojascripts.eu/jobs/lawnmower/installation.md)
- [Configuration](https://docs.kojascripts.eu/jobs/lawnmower/configuration.md)
- [Company](https://docs.kojascripts.eu/jobs/lawnmower/configuration/company.md)
- [Database](https://docs.kojascripts.eu/jobs/lawnmower/configuration/database.md)
- [Locale & Debug](https://docs.kojascripts.eu/jobs/lawnmower/configuration/locale-and-debug.md)
- [Levels](https://docs.kojascripts.eu/jobs/lawnmower/configuration/levels.md)
- [Missions](https://docs.kojascripts.eu/jobs/lawnmower/configuration/missions.md)
- [Skills](https://docs.kojascripts.eu/jobs/lawnmower/configuration/skills.md)
- [Uniforms](https://docs.kojascripts.eu/jobs/lawnmower/configuration/uniforms.md)
- [Exports](https://docs.kojascripts.eu/jobs/lawnmower/exports.md)
- [Commands](https://docs.kojascripts.eu/jobs/lawnmower/commands.md)
- [Trucker](https://docs.kojascripts.eu/jobs/trucker.md): Koja Trucker turns hauling cargo into a deep, progression-driven job. Players pick up contracts from a slick in-game tablet, drive them across the map, level up a skill tree, found companies, run conv
- [Installation](https://docs.kojascripts.eu/jobs/trucker/installation.md)
- [Commands](https://docs.kojascripts.eu/jobs/trucker/commands.md)
- [Features](https://docs.kojascripts.eu/jobs/trucker/features.md)
- [Configuration](https://docs.kojascripts.eu/jobs/trucker/configuration.md): Almost everything is editable live from the in-game admin panel (no restart), and persisted to data/config.json. You can also edit that file directly.
- [Admin](https://docs.kojascripts.eu/jobs/trucker/configuration/admin.md)
- [Panel](https://docs.kojascripts.eu/jobs/trucker/configuration/admin/panel.md): The admin panel is built into the tablet. It's the visual editor for the whole resource — no file editing required.
- [Logs](https://docs.kojascripts.eu/jobs/trucker/configuration/admin/logs.md): Koja Trucker posts clean Discord embeds for key events across four channels, plus an anti-cheat channel for suspicious activity.
- [API](https://docs.kojascripts.eu/jobs/trucker/configuration/api.md)
- [Events](https://docs.kojascripts.eu/jobs/trucker/configuration/api/events.md): Koja Trucker emits server-side events you can listen to from your own resources. They're plain TriggerEvents, so subscribe with AddEventHandler.
- [Exports](https://docs.kojascripts.eu/jobs/trucker/configuration/api/exports.md)


---

# 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.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.
