# Consumable Items

In Blockchain Cuties Universe there are many different types of consumable items.&#x20;

From Adventure Potions that improve Cutie's cooldown for adventuring to temporary buff potions and even some that interact with the blockchain data of the NFT that it is being used on.&#x20;

There are several types of consumable items:&#x20;

* [Potions and Elixirs](/blockchain-cuties-universe-knowledge-base/bcu-mechanics/items/item-types/consumable-items/potions-and-elixirs.md)
* [Cosmetic Items](/blockchain-cuties-universe-knowledge-base/bcu-mechanics/items/item-types/consumable-items/cosmetic-items.md)
* [Energy](/blockchain-cuties-universe-knowledge-base/bcu-mechanics/items/item-types/consumable-items/energy.md)
* Tools

Depending on the type of item they do different things.&#x20;

[Potions](/blockchain-cuties-universe-knowledge-base/bcu-mechanics/items/item-types/consumable-items/potions-and-elixirs.md) can give buffs, lower cooldowns, and modify Cutie data on the blockchain.

[Cosmetic Items](/blockchain-cuties-universe-knowledge-base/bcu-mechanics/items/item-types/consumable-items/cosmetic-items.md) modify the visual representation of the Cuties.

[Energy](/blockchain-cuties-universe-knowledge-base/bcu-mechanics/items/item-types/consumable-items/energy.md) items improve the energy capacity of the player's account, for event and season adventures, raids, etc.&#x20;

[Tool](/blockchain-cuties-universe-knowledge-base/bcu-mechanics/items/item-types/consumable-items/tools.md) items usually help with some functions of the game like equipment, crafting, etc.&#x20;


---

# 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://docs.blockchaincuties.com/blockchain-cuties-universe-knowledge-base/bcu-mechanics/items/item-types/consumable-items.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.
