# Specialization

Most resources in the game have a "Specialization Track" that players can level up. As resources are gathered, the specialization for that specific resource gains experience.&#x20;

Achieving higher levels unlock unique recipes and grants bonus rare drops just for that resource.&#x20;

This mechanic allows players to specialize in gathering their favorite type of wood or ore and earn lots of bonus rewards.&#x20;

{% hint style="warning" %}
Only vanilla items have specializations. You must pickup the items off the ground for them to count. Items purchased or traded by any means do not improve specialization.
{% endhint %}

### Bonus Loot when gathering

As players increase Specialization for a specific item, they will start receiving Bonus Loot as they gather raw materials. Higher specialization levels increase the chances of receiving loot.&#x20;

This gathering loot will be a Compact version of whichever material is being gathered.&#x20;

For example, a player has Specialization 7 in Wheat and has higher chances to receive [Compact](/season-2-mmo/materials-and-loot.md#compacting) Wheat every time they farm wheat. This Loot bonus goes directly into the players inventory and does not count towards further increasing Specialization levels.&#x20;

{% hint style="info" %}
Read more about how to improve Loot chances [here](/season-2-mmo/materials-and-loot.md)
{% endhint %}


---

# 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.cryptocraftgame.com/season-2-mmo/specialization.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.
