> For the complete documentation index, see [llms.txt](https://docs.sacra.cc/sacra-whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sacra.cc/sacra-whitepaper/game-overview/inventory/items-overview/items-categories.md).

# Items Categories

* <img src="https://lh7-us.googleusercontent.com/Aaw9LN26N-VtAe_csJMX6nQQtLqTe33EAgVtzgzQuSDzLXtffjL-1dUboueYuF9dJ0vBUgH97RBC0GNDmGNDGhPko9EirFHyY46R-MKqH196Wc55U8c5jrZIDchvT7YH_2Ixq7pK_Uez-uAHROifgmk" alt="" data-size="line">**Armor:**
  * **Head:** These are items worn on the hero's head.
  * **Body:** This category includes armor and protective gear.
  * **Gloves**
  * **Belt**
  * **Boots**
* <img src="https://lh7-us.googleusercontent.com/Kd3PERhax97DFLH0CGcLCd3doDi7-PYlAziTxVMWk6ZoZgR0EcyLND69GmozZUd9xPNG7YZ_KH7wwKtqbFGdz5zsGhborE4dCLjiNrVfMYbK2pBsu-gwennI3QIwZc1NZVZAMQLm27bFfff9T2RN5XM" alt="" data-size="line">**Amulet**
* <img src="https://lh7-us.googleusercontent.com/xdjTDNf5vixFbBchb_uD115ig0JWztdHsgj89YGwf1oeIdAYCGD50xuzaZZnxsiqp9f8xJATHdMDGY1tPrW9QEA92RP4gRbc0apNbdYV6a2Whziwq9dHHy8chZpi-ZmTPhFOrwgYk3GTrjSxE6zNaZU" alt="" data-size="line">**Ring:** Up to two rings can be equipped.
* <img src="https://lh7-us.googleusercontent.com/aI3DQmoEXtHjVB7jvdIMHJgFwNjn6jrxpV6KBNrK4TU41pelSx8Q-zOF4_9reFUM-KQUsPEe9ohK-KAePd6YZmnHoCdOPAiLmN0Rx-KrhhfFolxC8UoQXiwjhjcvdqz54eQm8Co_B5xCuGRhKDhVPF4" alt="" data-size="line">**Off-hand Weapon**
* <img src="https://lh7-us.googleusercontent.com/y5kwcPEJY6skDV0_94v2Wl20s_04T1fiTtZrkIHa1ssRJayJ5-MCW-UdkfAXrBBo0uPlDgh-KIEy3IU3s2m21nAasNjuPGFW8oZ_3O2Fh9oUGyPKehtDXsmL1n5WyjX6GaGIMKSLfx8sY9pvzkLoaJ4" alt="" data-size="line">**One-hand Weapon**
* <img src="https://lh7-us.googleusercontent.com/f-n6PenakRaZV4SOFGfZIkj2Bu35sVMFnSbXC1oxAKvyOKejeeICxGyteGTxYPZpy2GMsWubeNJ6HVUQHrr6Lva0DwzGZap5LvTJZ1tkVuQmQyqwFvM1_12a5vcMGKsgPaB_e9mL4TdwDF5wtmD1JIk" alt="" data-size="line">**Two-hand Weapon**\
  Heroes have the option to wield either an off-hand and one-hand weapon or a two-hand weapon.
* <img src="https://lh7-us.googleusercontent.com/gROi5vAA3K3j6ZKSXr0cldMzlBm7EnSB65il6xpyUTp6fLf7k6t-OxjBa8TVzaGrQAhzEcmOISg6jOe9zPAf0B-8zG4KP3KonEp3ThIitTPHFeRWB6JB7I1JqK4dPbWbtkTt7YKV9M1mKIieTCyTXCs" alt="" data-size="line">**Consumables:** These items can restore or enhance various aspects of a hero's performance. You can use them at any time outside of combat, with no limitations. In battle, quest or shrine, they can also be used, but just once per encounter.\
  If you use a consumable outside of battle (for instance, before entering the adventure, during quests, or at a shrine), its effect will be retained until you encounter a battle. However, once the battle is completed, all consumables will no longer have any effect on the hero.\
  It's advisable to utilize consumables strategically, possibly before entering an adventure if necessary.\
  For added convenience, a quick-access button for consumable items is available on the screen, allowing players to use them directly during battle without leaving the adventure.<br>

  <figure><img src="/files/8s4ra6iHjkGLPi79O3Yt" alt=""><figcaption></figcaption></figure>
* <img src="https://lh7-us.googleusercontent.com/MjQ8wbGJlGUYg5pNR9fNRmCO4Yk3M5q5pzywzoSxRKih4iOaAkINZPdoUvU37faJyS8oC63GTXCK3Q-8tETT62xV1PAUS2JySwQSlYDV3PItnN-D4tJXqbBojTJFxFl24XpIb3UVXcv18xBsWZe2Rw4" alt="" data-size="line">**Skills:** Skills are items that heroes can employ dynamically during combat. They require a specific amount of mana for each turn, so their use must be considered thoughtfully.


---

# 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.sacra.cc/sacra-whitepaper/game-overview/inventory/items-overview/items-categories.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.
