# Installation

## ox\_inventory/data/items.lua

```lua
    ['fishingrod1'] = { label = 'Fishingrod Level 1', weight = 1000, stack = true, allowArmed = false },
['fishingrod2'] = { label = 'Fishingrod Level 2', weight = 1000, stack = true, allowArmed = false },
['fishingrod3'] = { label = 'Fishingrod Level 3', weight = 1000, stack = true, allowArmed = false },
['fishingrod4'] = { label = 'Fishingrod Level 4', weight = 1000, stack = true, allowArmed = false },
['fishingrod5'] = { label = 'Fishingrod Level 5', weight = 1000, stack = true, allowArmed = false },

['fishnet1'] = { label = 'Fishing net Nivel 1', weight = 1000, stack = true, allowArmed = false },
['fishnet2'] = { label = 'Fishing net Nivel 2', weight = 1000, stack = true, allowArmed = false },
['fishnet3'] = { label = 'Fishing net Nivel 3', weight = 1000, stack = true, allowArmed = false },
['fishnet4'] = { label = 'Fishing net Nivel 4', weight = 1000, stack = true, allowArmed = false },
['fishnet5'] = { label = 'Fishing net Nivel 5', weight = 1000, stack = true, allowArmed = false },

['mackerel'] = { label = 'Mackerel', weight = 25, stack = true, allowArmed = false },
['cod'] = { label = 'Cod', weight = 25, stack = true, allowArmed = false },
['seabass'] = { label = 'Sea Bass', weight = 25, stack = true, allowArmed = false },
['sole'] = { label = 'Sole', weight = 25, stack = true, allowArmed = false },
['stingray'] = { label = 'Stingray', weight = 25, stack = true, allowArmed = false },
['salmon'] = { label = 'Salmon', weight = 25, stack = true, allowArmed = false },
['tunafish'] = { label = 'Tuna fish', weight = 25, stack = true, allowArmed = false },
['sardine'] = { label = 'Sardine', weight = 25, stack = true, allowArmed = false },
['catfish'] = { label = 'Catfish', weight = 25, stack = true, allowArmed = false },
['monkfish'] = { label = 'Monkfish', weight = 25, stack = true, allowArmed = false },

['fishingtin'] = { label = 'Fishing Tin', weight = 2500, stack = true, allowArmed = false },
['fishingboot'] = { label = 'Fishing Boot', weight = 2500, stack = true, allowArmed = false },

['dolphin'] = { label = 'Dolphin', weight = 15000, stack = true, allowArmed = false },
['tigershark'] = { label = 'Tiger shark', weight = 5000, stack = true, allowArmed = false },
['hammershark'] = { label = 'Hammer shark', weight = 5000, stack = true, allowArmed = false },
['whale'] = { label = 'Whale', weight = 5000, stack = true, allowArmed = false },

['fishbait'] = { label = 'Fish Bait', weight = 400, stack = true, allowArmed = false },
['illegalfishbait'] = { label = 'Illegal Fish Bait', weight = 400, stack = true, allowArmed = false },
['anchor'] = { label = 'Boat Anchor', weight = 2500, stack = true, allowArmed = false },
['diving_gear'] = { label = 'Diving Gear', weight = 30000, stack = true, allowArmed = false },
['diving_fill'] = { label = 'Diving Tube', weight = 3000, stack = true, allowArmed = false },

['treasurechest'] = { label = 'Treasure Chest', weight = 2500, stack = true, allowArmed = false },
['fishingkey'] = { label = 'Corroded Key', weight = 100, stack = true, allowArmed = false },

['bonfire'] = { label = 'Campfire', weight = 20, stack = true, allowArmed = false },
['cookedcod'] = { label = 'Cooked Cod', weight = 20, stack = true, allowArmed = false },
['cookedmackerel'] = { label = 'Cooked Mackerel', weight = 20, stack = true, allowArmed = false },

['conch'] = { label = 'Conch', weight = 500, stack = true, allowArmed = false },
['sea_snail'] = { label = 'Sea Snail', weight = 500, stack = true, allowArmed = false },
['shell'] = { label = 'Shell', weight = 500, stack = true, allowArmed = false },
['conch_shell'] = { label = 'Shell', weight = 500, stack = true, allowArmed = false },
['starfish'] = { label = 'Starfish', weight = 500, stack = true, allowArmed = false },
['knife'] = { label = 'Knife', weight = 500, stack = true, allowArmed = false },

['red_coral'] = { label = 'Red Coral', weight = 500, stack = true, allowArmed = false },
['yellow_coral'] = { label = 'Yellow Coral', weight = 500, stack = true, allowArmed = false },
['blue_coral'] = { label = 'Blue Coral', weight = 500, stack = true, allowArmed = false },
['pink_coral'] = { label = 'Pink Coral', weight = 500, stack = true, allowArmed = false },
['white_coral'] = { label = 'White Coral', weight = 500, stack = true, allowArmed = false },
['green_coral'] = { label = 'Green Coral', weight = 500, stack = true, allowArmed = false },
['babyblue_coral'] = { label = 'Baby Blue Coral', weight = 500, stack = true, allowArmed = false },
```


---

# 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://mscripts.gitbook.io/docs/esx/jobs/esx-fishing/installation.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.
