# Items

## Inventory

Your inventory stores items you own. Some items are consumables, while others are long-term assets or crafting materials.

## Item effects

Some items give boosts, unlock actions, or improve another system.

## Limited items

Limited items are not always available. If an item is rare, its value can move quickly.

## Boosters

Boosters can improve XP, income, or rewards for a period of time.

## Crafting materials

Some items are meant to be used in crafting or upgrades instead of being sold immediately.

## Marketplace value

Item value is shaped by rarity, demand, and usefulness. If a lot of players want the same item, the price can rise.


---

# 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://wiki.winged.dev/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.
