> For the complete documentation index, see [llms.txt](https://wiki.tribals.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.tribals.io/tribals.io-wiki/items.md).

# 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
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:

```
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.
