# Accessories

DIY accessories have two characteristics to consider:

### Category

Accessories can be in one of **four categories:**

* Common
* Rare
* Legendary
* Mythical

### Level and Progress Bar

Each accessory has a **level** from 1 to 10, with a **progress bar** at each level.

When you receive an accessory as a reward for the first time, its level will be 1. As you receive the same accessory as a reward again, its progress bar will fill up. Once it's full, you can increase the accessory's level, up to level 10.

### XP Calculation

XP for each accessory is calculated based on its category and level as follows:

* Common: 2.5 XP per level
* Rare: 5 XP per level
* Epic: 7.5 XP per level
* Legendary: 10 XP per level

You can equip or unequip accessories from your DIY character at any time. Your DIY character's XP will be the sum of the XP from each equipped accessory.

:bangbang:<mark style="color:green;">Accessories received as rewards may come with a multiplier. This will help you fill up the progress bar more quickly to level up the accessory.</mark>:bangbang:


---

# 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://whitepaper.worldchallengegame.com/whitepaper/how-to-play/accessories.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.
