# Player Profile

## **General Description**

The player profile allows you to customize your character. It provides access to selecting customized items and shows their current status.

<figure><img src="/files/pA7o2I0zbCKx0PmiOU4g" alt="" width="372"><figcaption></figcaption></figure>

## **Features**

The player profile unlocks after completing the initial tutorial and entering the Bazaar.

#### **Top Section of the Window Displays:**

* **Unique Player ID**: Assigned to each player upon first entering the game. This ID cannot be changed.
* **Rank Mask**: Updates when the player’s rank increases or decreases. Tapping it opens the [Rank System](/game-info/rank-system.md) window.
* **Rank Name**: Shows the current rank title, updating when the rank changes. Each rank has its own color, and the title font adjusts to match the current rank.
* **Nickname**: Can be changed.

#### **Central Section of the Window Displays:**

* **Current Costume**: The outfit currently worn by the character.
* <img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXfU37ijb1I7EWg9Glbfnp8RBE7Xg02mSHn3O0QMxfKMQtY4pZyrTczo5QJQ2ZnXYmY7EOKvZvWCnvtnXyCXQwn0O7If8Z_H0_YoFH1AEuh8ao3u5SGlURl4N5gxn9mI5muH9A_7LA?key=YA3VQVnleO9alsj7L0W0H6r0" alt="" data-size="line"> **Info icon**: Displays player [overall stats](/game-info/game-systems/bazaar/player-profile/overall-stats.md) in battles.

#### **Bottom Section of the Window Displays:**

* [Harpoons](/game-info/game-systems/bazaar/player-profile/harpoon.md).
* [Smoke Bombs](/game-info/game-systems/bazaar/player-profile/bomb.md).
* [Amulets](/game-info/game-systems/bazaar/player-profile/amulet.md).
* [Outfits](/game-info/game-systems/bazaar/player-profile/outfit.md).
* [Power Stones](/game-info/game-systems/bazaar/player-profile/power-stone.md).
* [Shurikens](/game-info/game-systems/bazaar/player-profile/shuriken.md).

Amulets and Power Stones remain locked until the player unlocks them through Blood Progression.


---

# 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.playhattori.io/game-info/game-systems/bazaar/player-profile.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.
