> For the complete documentation index, see [llms.txt](https://rowdevelopment.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://rowdevelopment.gitbook.io/docs/script-guides/row-inventory.md).

# row-inventory

{% embed url="<https://youtu.be/YHc8xcHI8XA>" %}

## Row Development Inventory

**Settings**&#x20;

* &#x20;You can make a special theme for yourself **-** Inventory animations can be turned off and on **-** You can also adjust the degree of background blur.&#x20;
* &#x20;You can also adjust the size and position of the hotbar to suit you&#x20;

**Weapon Attachments**&#x20;

* &#x20;In the weapon add-on system you can do things like special skins for your weapons.&#x20;

**Magazine**&#x20;

* &#x20;Our projectile system is magazine-shaped. You can attach the magazine to the gun and you don't need to load individual bullets into the magazine every time. If you put the bullets in your magazines and press the “R” button when the bullets run out, it will insert another magazine into your weapon.&#x20;

**Stash**&#x20;

* &#x20;In the Stash area, you can open multiple Stashes at the same time and perform multiple transactions at the same time

{% embed url="<https://row-developments.tebex.io/>" %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://rowdevelopment.gitbook.io/docs/script-guides/row-inventory.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
