# 0R - Garbage V1

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

```lua
author '0Resmon | aliko.'
```

```lua
dependencies { 'ox_lib', 'oxmysql' }
```

## Overview

`0r-garbage` in this V1 documentation is the first garbage job version with rank progression, lobby invites, garbage routes, dumpster pickup tasks, trash bag rewards, and optional shortcut bundle links. This documentation is intentionally simplified so server owners can set it up quickly without opening many nested pages.

## Start Here

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

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

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

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

## Important Notes

* Main configuration file: `0r-garbage/config.lua`
* Manual database import is required from `0r-garbage/database.sql`
* The script supports command and item based menu opening
* Reward items for broken trash bags must exist in your inventory if you keep that system enabled
* Bundle shortcuts for `0r-delivery` and `0r-towtruck` are configurable

{% 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-garbage-v1.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.
