# Wearables

Wearables are an important component of the Aavegotchi game. Besides endowing your Aavegotchi with a sense of fashion, wearables also boost your Aavegotchi's traits and Rarity score, enabling it to perform better in Rarity Farming and other games.&#x20;

Aavegotchis have four traits that can be modified by wearables.

* AGG = Aggressiveness
* NRG = Energy
* SPK = Spookiness
* BRN = Brain Size

{% hint style="info" %}
The traits of "Eye Color" and "Eye Shape" cannot be modified by wearables.
{% endhint %}

*Note: Lower/Negative values do not mean the trait is getting "weaker". Aavegotchi traits are distributed on a bell curve, so the extremes (0,1) and (99,100) are actually the best!*

### Wearables and Rarity

There are six levels of Rarity in Aavegotchi, ranging from Common to Godlike.

Dressing your Aavegotchi with Wearables increases its Rarity Score by the BRS Bonus below.&#x20;

In addition to the flat BRS Bonus, you can also get an extra increase to your Aavegotchi's BRS by matching the Wearable to your Aavegotchi's specific trait to move it further down the bell curve.&#x20;

For example, equipping a +1 AGG Wearable to an Aavegotchi with 20 AGG would not increase its Rarity score because its score is getting closer to 50. To get the benefit of the Wearable in this case, you should equip it to an Aavegotchi with an AGG score of above 50.

For a full list of Wearables and their trait bonuses, please visit the [Aavegotchi Wiki page on Wearables](https://wiki.aavegotchi.com/en/wearables).


---

# 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.aavegotchi.com/own/game-items/wearables.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.
