# User Profile

## Feature Overview

PLAY's User Profile by default supports a player username and profile photo that players can customize in-game. Players can customize the profile picture by uploading a photo from their camera roll. The username is the minimum requirement - meaning you have the freedom to implement the profile in-game in such a way that suits your game.

A player's in-game currency wallet (not to be confused with a crypto wallet) is also associated with their profile. Currency includes any existing currencies in your game + RGN-Coins - a special virtual currency obtainable only via IAP and used for purchasing NFT virtual items. See the [Currency](/play-sdk-documentation/game-design-guides/currency-iap.md) and [Virtual Items](/play-sdk-documentation/game-design-guides/virtual-items.md) guides for more details.

### Key Benefits

1. **Persistent Player Identity:** If the player has set a username and picture in a different PLAY title then it will be automatically filled in your game when they log in. <br>
2. **Flexible:** Implement the UI/UX in-game based on your needs.

### In-Game Implementation

In order to enable PLAY's complete tech stack players must sign in or create their PLAY account. The most minimal in-game implementation will involve displaying the username of the player so they have visual confirmation that they have successfully signed in with the proper account.

The profile photo element is optional, and whether or not it makes sense to include both the player username and photo is largely determined by the genre of your game.

<div align="left"><figure><img src="/files/J1ik1N5uJnHSBEJCWdNy" alt=""><figcaption><p>Profile name only example</p></figcaption></figure> <figure><img src="/files/GAwJZVv5S8B7Z6xNRp2x" alt=""><figcaption><p>Editing the Username</p></figcaption></figure></div>

{% hint style="info" %}
Multiplayer titles where the player does not control an avatar are the most common use case for utilizing both a customizable name and profile photo.&#x20;

For example, multiplayer poker games have an emphasis on the player's identity and skill but not so much emphasis that a fully customizable avatar is required - making the profile photo a perfect choice.&#x20;

If you have a single-player game where the player controls an avatar then it is entirely optional to include a customizable profile photo - players already have an identity in the form of their avatar.&#x20;
{% 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://playnetwork.gitbook.io/play-sdk-documentation/game-design-guides/user-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.
