> For the complete documentation index, see [llms.txt](https://docs.akiraghost.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.akiraghost.com/product-guides/akira-jni/features/misc/inventory-manager.md).

# Inventory Manager

Keeps your inventory sorted to a layout you define, auto-equipping armor and dropping inferior gear.

The *Inventory Manager* module automatically keeps your inventory clean and optimized. It can equip the best armor you're carrying, drop inferior duplicate items, and sort your inventory into a consistent layout — all without you opening a chest or manually dragging slots.

## Only On Manual Open

When on, the module only runs its checks when you manually open the inventory screen; when off, it can trigger in the background at any time. Keeping this on is strongly recommended to avoid unexpected drops during combat. On by default.

## Auto Armor

Scans your inventory and equips the highest-protection armor pieces into the correct armor slots, replacing a weaker piece if you pick up something better. On by default.

**Armor Delay** adds a pause between equipping each armor piece to avoid triggering rapid-slot-swap flags, from `0` to `500 ms` (default `100 ms`).

**Min Durability**, off by default, stops Auto Armor from equipping a piece unless its durability is above a threshold. Once turned on, that threshold ranges from `0` to `100%` (default `10%`).

## Item Manager

Enables automatic dropping and sorting of items; the settings below control which cleanup actions run. Off by default.

* **Drop Inferior Tools** — drops any tool strictly outclassed by another tool you already carry (for example, a stone pickaxe when you have a diamond one). On by default.
* **Drop Inferior Armor** — drops any armor piece strictly worse than what you currently have equipped or carry. On by default.
* **Drop Duplicates** — keeps the best copy of a stackable or unique item and drops the rest. Off by default.
* **Sorter** — automatically moves items into the slot positions defined by your saved layout. Click **EDIT LAYOUT** to open the layout editor and drag items to their desired positions. Off by default.

## Real Input

Routes the module's clicks through the game's own inventory handling rather than sending them directly. The clicks become tick-aligned and spaced by the distance the cursor travels between slots, so a cleanup pass looks like someone tidying their inventory instead of an instant rearrangement.

Timing comes from the action delay, so there's nothing extra to tune, and it falls back to the direct method whenever no inventory screen is genuinely open.

{% hint style="success" %}
**Recommended:** keep **Only On Manual Open** on so the module never acts on your inventory without warning. Enable **Auto Armor** with a `100 ms` delay and a minimum durability around `10%` to avoid equipping cracked armor. Use **Drop Inferior Tools** and **Drop Inferior Armor** freely — they only drop items strictly worse than what you have. Hold off on **Drop Duplicates** until your layout is configured, since it can remove stacks you intended to keep.
{% endhint %}
