# tgiann-inventory

### Step 1.

{% hint style="info" %}

1. tgiann-inventory/items/items.lua - (Inside ItemsData Table)
   {% endhint %}

```lua
gg_atmbag = { name = 'gg_atmbag', label = 'Small Money Bag', weight = 1000, type = 'item', image = 'gg_atmbag.png', unique = true, useable = true, shouldClose = true, description = 'A compact bag used to store small amounts of cash.' },
gg_bankbag = { name = 'gg_bankbag', label = 'Large Money Bag', weight = 3000, type = 'item', image = 'gg_bankbag.png', unique = true, useable = true, shouldClose = true, description = 'A heavy-duty bag designed to carry large sums of money.' },
gg_privatecrate = { name = 'gg_privatecrate', label = 'Large Locked Crate', weight = 5000, type = 'item', image = 'gg_privatecrate.png', unique = true, useable = true, shouldClose = true, description = 'A secured crate used for transporting valuable goods.' },
gg_thermite = { name = 'gg_thermite', label = 'Thermite Charge', weight = 5000, type = 'item', image = 'gg_thermite.png', unique = true, useable = true, shouldClose = true, description = 'An industrial-grade charge used to breach reinforced locks.' },
```

### Step 2.

{% hint style="info" %}
2\. Add Images from gg\_boosting/!SETUP/IMAGES into inventory\_images/images (Tgianns Image Folder)
{% endhint %}


---

# 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://gg-studio.gitbook.io/gg-studio-docs/gg-studio-scripts/advanced-gruppe-job/installation/tgiann-inventory.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.
