> For the complete documentation index, see [llms.txt](https://gg-studio.gitbook.io/gg-studio-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gg-studio.gitbook.io/gg-studio-docs/gg-studio-scripts/advanced-towing-job/installation/ox-inventory-items.md).

# OX Inventory Items

### Step 1.

{% hint style="info" %}

1. ox\_inventory/shared/items.lua - (End of Script)
   {% endhint %}

```lua
    ["gg_towing_tablet"] = {
        label = "Towing Tablet",
        weight = 1000,
        stack = false,
        close = true,
        description = "Towing Work Tablet, used to access towing jobs.",
    },
    ["gg_towing_remote"] = {
        label = "Towing Remote",
        weight = 1000,
        stack = false,
        close = true,
        description = "Towing Remote, used to operate tow bed.",
    },
    ["gg_tow_rope"] = {
        label = "Towing Rope",
        weight = 1000,
        stack = false,
        close = true,
        description = "Used when vehicles are stuck on towing contracts.",
    },
    ["gg_tow_coolant"] = {
        label = "Vehicle Coolant",
        weight = 5000,
        stack = true,
        close = true,
        description = "Used when vehicles are broke down on towing contracts.",
    },
    ["gg_tow_gascan"] = {
        label = "Vehicle Gasoline",
        weight = 5000,
        stack = true,
        close = true,
        description = "Used when vehicles are broke down on towing contracts.",
    },
    ["gg_tow_oiljug"] = {
        label = "Vehicle Oil",
        weight = 5000,
        stack = true,
        close = true,
        description = "Used when vehicles are broke down on towing contracts.",
    },
    ["gg_tow_tire"] = {
        label = "Vehicle Tire",
        weight = 5000,
        stack = true,
        close = true,
        description = "Used when vehicles are broke down on towing contracts.",
    },

```

### Step 2.

{% hint style="info" %}
2\. Add Images from gg\_towjob/!SETUP/IMAGES into ox\_inventory/web/images
{% endhint %}
