> For the complete documentation index, see [llms.txt](https://docs.blockchaincuties.com/blockchain-cuties-universe-knowledge-base/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.blockchaincuties.com/blockchain-cuties-universe-knowledge-base/bcu-mechanics/items/equipment-slots.md).

# Equipment Slots

Every Cutie has 5 equipment slots available for them to be fitted with different kinds of gear. <br>

![Cutie Equipment Slots](/files/10ysF6T1uf4VwvUFX473)

Each slot allows for a specific piece of equipment to be put on. The slots have corresponding icons on them to indicate which items can be equipped in that slot. \
\
From left-to-right it goes:&#x20;

* Weapon
* Head&#x20;
* Body
* Bracelet
* Accessory

Any of the items in the categories can be equipped at any time, except for the times when a Cutie is signed up for a [Tournament](/blockchain-cuties-universe-knowledge-base/bcu-mechanics/game-mechanics/tournaments.md). <br>

On the other hand, removing equipment requires a Cloth Hanger. \
There are 2 types of cloth hangers: Regular and Small Cloth Hangers. \ <br>

![Types of cloth hangers in-game](/files/MllKketk5SUL5xKn42Mv)

**• Small Cloth Hangers** remove one specific item from a Cutie. It is usually used automatically when changing equipment on a Cutie (provided the player has any small hangers in their inventory).&#x20;

**• Regular Cloth Hangers** remove ALL equipment from the target Cutie. This item is used manually.&#x20;

{% hint style="info" %}
If a player does not have any cloth hangers in their inventory, but the player decides to change equipment anyway, the removed item is destroyed.&#x20;
{% endhint %}

Every gear item in the game has a level requirement. This means that every item has a minimum level requirement to be worn by a Cutie.&#x20;

![Item Level Requirement Indicator](/files/nJSjuEg5I1E5btwofClL)

If the Cutie is below the level requirement, it will not be able to equip this item.&#x20;

{% hint style="info" %}
This system was introduced during the game's development. Before it, there were no item level requirements and every item could be worn by any Cutie of any level. \
When the system was introduced, those Cuties who had items on were "grandfathered" in. Leaving them in the equipment they were in at the time of the release. \
\
Some Cuties with such setups can still be found within the game. However, if the item gets taken off, it will not be possible to equip it back, if the Cutie is lower than the item's level requirement.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.blockchaincuties.com/blockchain-cuties-universe-knowledge-base/bcu-mechanics/items/equipment-slots.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
