# Setting up Item/Inventory Types

<figure><img src="https://963537199-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-Lzhr1XSMzMqNXjRnNlb%2Fuploads%2FBfLsjmx1oOv2ZuLqZSxa%2Fimage.png?alt=media&#x26;token=8c0b5c81-a64b-41d4-85bc-85146f1ed6fd" alt=""><figcaption></figcaption></figure>

Item/Inventory types are incredibly important within the Inventory System. \
\
What these essentially do, is allow us to categorise our items and then insert them into the corresponding Inventory type.&#x20;

### Example

E.g. Let's say I have a Weapon. I give it the Weapon Item Type:<br>

<figure><img src="https://963537199-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-Lzhr1XSMzMqNXjRnNlb%2Fuploads%2F9thHMMt1dXzzPkfXXe1n%2Fimage.png?alt=media&#x26;token=b554dd49-6e19-4c80-bc19-14a3e1cd4474" alt=""><figcaption></figcaption></figure>

I also have a corresponding Inventory with that Weapon type:<br>

<figure><img src="https://963537199-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-Lzhr1XSMzMqNXjRnNlb%2Fuploads%2FFmWcC81ay9gHaW6Bw2Oh%2Fimage.png?alt=media&#x26;token=8ba680d2-62ba-4649-84c2-f6f667785d5b" alt=""><figcaption></figcaption></figure>

Whenever I pick up this Weapon, it will now automatically go into the Inventory with the matching type.&#x20;

### **Creating a New Type**

If you want to create a new Item/Inventory type, the easiest way is just to copy/paste an existing type in the Malbers Animations -> Integrations -> Inventory System -> TypeIDS folder.

Then change the Display Name and the ID.

{% hint style="danger" %}
**The ID MUST be Unique.**
{% endhint %}
