# Overview

The Malbers Inventory Add-On is (at launch) a basic inventory system specifically built for use with Animal Controller/HAP.

## Restrictions

{% hint style="warning" %}
**For use ONLY with AC/HAP**
{% endhint %}

The add-on specifically makes use of several components that AC/HAP provides such as Pickable, Pickup/Drop and the Weapons Manager and therefore it can only be used with AC/HAP.

If you wish to modify it for your own character controller, you are free to do so, but support will only be given for use with AC/HAP.\
\
The other restriction is that, at launch, controller support is **NOT** supported but is planned for a future update very quickly after launch. At launch, Keyboard/Mouse and Touchscreen is supported.

The add-on is set up for use with basic text at present but you can also use TextMeshPro with a little editing if that is what you prefer and it will be on the roadmap to natively support TextMeshPro in a future update.

<br>


---

# 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://malbersanimations.gitbook.io/animal-controller/malbers-inventory-add-on/overview.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.
