# Inventory System

**Aurora FPS** has a powerful inventory implemented on the basis of groups :

![Weapon Inventory System](/files/-MbarkTalEsG7puoYM0N)

**First of all**, you need to configure the groups and the number of slots in them.

To do this, read the :

{% content-ref url="/pages/-MbarokCWDs44gK7hkAj" %}
[Groups](/aurora-engine/components/weapon-inventory-system/groups.md)
{% endcontent-ref %}

**Next**, we need to configure where the weapon will be displayed and set some additional settings.

To do this, check out :

{% content-ref url="/pages/-MbarpRX3zqRA-yzCIiP" %}
[Weapon Settings](/aurora-engine/components/weapon-inventory-system/weapon-settings.md)
{% endcontent-ref %}

And in conclusion, configure additional parameters :

{% content-ref url="/pages/-MbarpitNKMi9g-s\_MoK" %}
[Advanced Settings](/aurora-engine/components/weapon-inventory-system/advanced-settings.md)
{% endcontent-ref %}


---

# 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://renownedgames.gitbook.io/aurora-engine/components/weapon-inventory-system.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.
