> 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/item-types/consumable-items/tools.md).

# Tools

Tool items are pure utility items within the game that, generally, do not require a blockchain interaction. Currently, there are a few items in the game fitting this category.&#x20;

{% tabs %}
{% tab title="Small Cloth Hanger" %}
![](/files/O9DT2iKnSQ1i8rf79vzI)  Removes one item from the Cutie. It can be used manually, or it will be used automatically when changing Cutie's equipment, whenever the player has this item in their inventory.
{% endtab %}

{% tab title="Cloth Hanger" %}
![](/files/Ip06Ai5eW4aBGHtddAFm)Removes all currently equipped items from a Cutie.&#x20;
{% endtab %}

{% tab title="Recharging Machine" %}
![](/files/pxotHODtt6j7WDUD8OEH) During [Seasons](/blockchain-cuties-universe-knowledge-base/bcu-mechanics/game-mechanics/seasons.md) players can craft such items to refill adventure required items.&#x20;
{% endtab %}

{% tab title="Hacking Tool" %}
![](/files/t8sM76MS43lH1IsHV7bO)Hacking tools are used to improve [Loot Boxes](/blockchain-cuties-universe-knowledge-base/bcu-mechanics/items/item-types/loot-boxes.md)
{% endtab %}
{% endtabs %}


---

# 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/item-types/consumable-items/tools.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.
