> For the complete documentation index, see [llms.txt](https://docs.0resmon.org/0resmon/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.0resmon.org/0resmon/0resmon-1/0r-resources/0r-builderjob.md).

# 0R - Builder Job

{% hint style="info" %}
This script is intended for ESX, QBCore, and Qbox based servers.
{% endhint %}

```lua
author "0resmon & alikoc.dev"
```

```lua
dependencies { "ox_lib", "oxmysql", "0r_lib", "builderjob-assets", "builderjob-vehicles" }
```

## Overview

`0r-builderjob` is a construction job resource with progression, route-based scenarios, multiple task modules, clothing, and configurable menu access.

## Start Here

{% content-ref url="/pages/18TYFm3WLqAouDKtyPFZ" %}
[Setup](/0resmon/0resmon-1/0r-resources/0r-builderjob/setup.md)
{% endcontent-ref %}

{% content-ref url="/pages/DkGwMHrcNHsg8cGS5g1g" %}
[Script Integrations](/0resmon/0resmon-1/0r-resources/0r-builderjob/integrations.md)
{% endcontent-ref %}

{% content-ref url="/pages/LGQuOBjZib8yHUVkOPep" %}
[FAQ and Troubleshooting](/0resmon/0resmon-1/0r-resources/0r-builderjob/faq.md)
{% endcontent-ref %}

{% content-ref url="/pages/a0VGYxTzdbGo1dsA5ffV" %}
[Configuration](/0resmon/0resmon-1/0r-resources/0r-builderjob/configuration.md)
{% endcontent-ref %}

## Important Notes

* Main config files: `config/main.lua` and `config/builder.lua`
* Builder modules live under `core/builder/modules`
* Player profile SQL is created automatically by `modules/mysql/server.lua`
* Required extra resources from `fxmanifest.lua`: `builderjob-assets` and `builderjob-vehicles`
* Default menu tablet item: `builder_tablet`

{% embed url="<https://0resmon.tebex.io/>" %}


---

# 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.0resmon.org/0resmon/0resmon-1/0r-resources/0r-builderjob.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.
