> For the complete documentation index, see [llms.txt](https://renownedgames.gitbook.io/aurora-engine/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://renownedgames.gitbook.io/aurora-engine/components/weapon-inventory-system/add-new-item.md).

# Add New Item

Creating items.

There are **2 types of items** in **Aurora FPS**:

1. Items containing only information about themselves, but not containing the object of this item.
2. Objects that together with the information contain the object of the item.

To create an item containing **only information** without an object, read:

{% content-ref url="/pages/-MenhxsHwCa6\_Pf7izzq" %}
[Item](/aurora-engine/components/weapon-inventory-system/add-new-item/item.md)
{% endcontent-ref %}

To create an item that contains its **object** along **with the information**, read:

{% content-ref url="/pages/-MenhydItbaPN59phyb0" %}
[Equippable Item](/aurora-engine/components/weapon-inventory-system/add-new-item/equippable-item.md)
{% endcontent-ref %}
