# Items

All wearable and usable items have durability, which decreases with each use. Once durability reaches zero, the item breaks and becomes unusable. However most equipment and weapons can be repaired at the [Repair Table](/tribals.io-wiki/building-elements/repair-table.md).

### Item Types

In the world of Tribals players can meet and use the following types of items: [Resources](/tribals.io-wiki/items/resources.md), [Food](/tribals.io-wiki/items/food.md), [Weapons and Equipment](/tribals.io-wiki/items/weapons-and-equipment.md), [Amm](/tribals.io-wiki/items/ammunition.md)[unition](/tribals.io-wiki/items/ammunition.md), [Armor and Clothing](/tribals.io-wiki/items/armor-and-clothing.md), [Books](/tribals.io-wiki/items/books.md)!


---

# 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.tribals.io/tribals.io-wiki/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.
