> For the complete documentation index, see [llms.txt](https://daikirai.gitbook.io/scripting/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://daikirai.gitbook.io/scripting/player/invmanager.md).

# InvManager

It can sort items, equip armor, and take items from chests.

## Choose the inventory work

InvManager does not expose its individual controls on this page. Enable the module, open the client GUI, and choose which inventory actions it should perform there.

## Move while looting

If you want to move while a chest or another container is open, use [InvMove](/scripting/movement/invmove.md) with InvManager.

## Related modules

* [InvMove](/scripting/movement/invmove.md)
