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

# InventoryManager

## Retrieving the InventoryManager

To get the InventoryManager you need to do this

```java
IDynamicInventoryManager inventoryManager = api.getInventoryManager();
```
