# 0R - Craft V2

{% 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' }
```

## Overview

`0r-craft-v2` is a crafting system built around configurable benches, item sets, recipes, weapon components, and level progression.

## Start Here

{% content-ref url="/pages/HoOoY3uw2hRKirzZmECv" %}
[Setup and Items](/0resmon/0r-resources/0r-craft-v2/setup-and-items.md)
{% endcontent-ref %}

{% content-ref url="/pages/8XUO6220T7dRt4PJki1u" %}
[Script Integrations](/0resmon/0r-resources/0r-craft-v2/integrations.md)
{% endcontent-ref %}

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

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

## Important Notes

* Main config file: `config.lua`
* Bench config: `escrow/bench/config.lua`
* Recipe and component config: `escrow/craft/config.lua`
* Player profile SQL is created automatically by `modules/mysql/server.lua`
* Default source includes a Camp Fire bench using `objectModel = '3fe_beach_fire'`
* `3fe_campfire` is not a required dependency in `fxmanifest.lua`

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


---

# 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://docs.0resmon.org/0resmon/0r-resources/0r-craft-v2.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.
