> For the complete documentation index, see [llms.txt](https://docs.pett.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pett.ai/overview/accessories.md).

# Accessories

In the world of [Pett.ai](/overview/what-is-pett.ai.md), your adorable **PettBros** aren't just cute—they're stylish too! The **Accessories System** lets you deck them out with all sorts of wearable items, from crowns that boost their XP to balloons that give them extra bounce. Accessories come in different [**tiers**](#accessory-tiers) and [**types**](#accessory-types), each offering unique effects that can enhance your PettBro’s abilities, stats, and overall swagger.&#x20;

This guide breaks down everything you need to know to accessorize like a pro!

<figure><img src="/files/F6zWXRNoaS9IrlmMSIDc" alt="" width="375"><figcaption><p>Your Highly-Customizable PettBro</p></figcaption></figure>

### Accessory Tiers

Accessories are categorized into five tiers based on their rarity and effectiveness:

* **Common (⚪️)** – Basic accessories for basic PettBros. Nothing fancy, but hey, it's something.
* **Uncommon (🧊)** – A step up. Decent buffs, decent style.
* **Rare (💠)** – Now we're talking. Stronger effects and more flex-worthy looks.
* **Epic (🔮)** – Premium drip with game-changing benefits.
* **Legendary (🏆)** – The holy grail of accessories. **Overpowered? Maybe.** Stylish? Absolutely.

### Accessory Types

Each accessory falls under one of the following categories:

* **Head** – Crowns, hats, helmets. The pinnacle of fashion.
* **Handheld** – Things your PettBro can flex with—balloons, swords, maybe a rubber chicken.
* **Wings** – Because some PettBros were born to fly (or at least look like it).
* **Misc** – Everything that doesn’t fit neatly into a category. Chaos.
* **Special** – **Ultra-rare, limited-edition gear** that makes other PettBros jealous.
* **Toy** – Fun, wacky, and occasionally ridiculous items with unique effects.

It's up to you to make combinations and find the best equipment that suits your gameplay.

<figure><img src="/files/W2QKBHYcUTMRr02zxbuz" alt="" width="563"><figcaption><p>Chad is wearing a beenie and wielding a Base balloon. Ain't he a Chad?</p></figcaption></figure>

### Tips

* If you want to level up fast, the **Fairy Wings** increase XP by 20%.
* If you want to increase your [$AIP](/tokenomics/aip-tokenomics.md) income, the **Base balloon** increases it by 10%.


---

# 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.pett.ai/overview/accessories.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.
