# 0R - Farming-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' }
```

## Overview

`0r-farming-v2` is a farming job resource built around crop tasks, experience progression, personal challenges, NPC selling, and configurable menu access. This documentation is intentionally simplified so server owners can set it up quickly without opening many nested pages.

## Start Here

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

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

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

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

## Important Notes

* Main configuration file: `0r-farming-v2/config.lua`
* Extra gameplay configs also exist under `core/market`, `core/personal_challenges`, and `core/multiplayer_tasks`
* The SQL file runs automatically
* Item images are included in the script's `ui/build/items` folder
* Extra assets are also required for the full farming system

{% 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/0resmon-1/0r-resources/0r-farming-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.
