> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Using Player details

> Navigate the PlayFab Game Manager Player details page to view account info, linked accounts, and run CloudScript on behalf of an individual player.

## Accessing player details

1. To access player details, first select **Players**.

2. From the list, locate the player whose details you want to review, and select their **ID**. This displays the Player Overview page.

<img src="https://mintcdn.com/microsoft-4404708b/U1LR64ZWxo45eXwl/images/playfab/player-progression/player-data/tutorials/game-manager-access-player-details.png?fit=max&auto=format&n=U1LR64ZWxo45eXwl&q=85&s=ecb8587225adc6f428aaf62ee8b7d413" alt="Game Manager - Access Player details" width="1300" height="768" data-path="images/playfab/player-progression/player-data/tutorials/game-manager-access-player-details.png" />

## Overview

The **Player Overview** (or *details* page), is a starting point for controlling your player. A lot of other player pages are available from this page (we'll list them later in this tutorial).

1. The **Player ID** - Shows you the identity of the player you have selected.
2. The **Player toolbar** - Gives you access to various player-related pages.
3. The **Run CloudScript** button - Gives you access to cloud scripting on behalf of the player.

<Note>
  You can read more about this in our [CloudScript quickstart](/services/playfab/live-service-management/service-gateway/automation/cloudscript/quickstart).
</Note>

4. Information panels contain general information about the player account.
5. The **PlayFab Account Panel** offers pages for managing a player's PlayFab account (described later in this tutorial).
6. The **Accounts** panel allows linking to different accounts for a single player record (described later in this tutorial).

<img src="https://mintcdn.com/microsoft-4404708b/U1LR64ZWxo45eXwl/images/playfab/player-progression/player-data/tutorials/game-manager-player-overview.png?fit=max&auto=format&n=U1LR64ZWxo45eXwl&q=85&s=b5705c25696625732231526445f0467d" alt="Game Manager - Player - Overview" width="2560" height="1201" data-path="images/playfab/player-progression/player-data/tutorials/game-manager-player-overview.png" />

## Player Toolbar Overview

PlayFab offers a wide set of pages for fine tuning and analyzing your player. These pages are available from the **Player** toolbar panel, and consist of the following items:

* [Logins](/services/playfab/player-progression/player-data/player-logins) for inspecting a player's login attempts.
* [Segments](/services/playfab/player-progression/player-data/player-segments) for inspecting the segments that a player belongs to.
* [Statistics](/services/playfab/community/leaderboards/tournaments-leaderboards/using-player-statistics) for inspecting and manipulating a player's statistical values.
* [Player Data (Title)](/services/playfab/live-service-management/game-configuration/titledata/quickstart) for managing account data within the current scope.
* [Player Data (Publisher)](/services/playfab/player-progression/player-data/using-player-publisher-data) for managing account data across several titles.
* Virtual currency
* [Inventory](/services/playfab/player-progression/player-data/player-inventory) for managing the items that a player owns.
* Purchases
* [Friends](/services/playfab/community/associations/friends/quickstart) for managing a player's friends list.
* Characters
* Multiplayers
* [Bans](/services/playfab/player-progression/player-data/player-bans)

<img src="https://mintcdn.com/microsoft-4404708b/N3T1ucKV7zIMBudj/images/playfab/player-progression/player-data/tutorials/game-manager-player-toolbar.png?fit=max&auto=format&n=N3T1ucKV7zIMBudj&q=85&s=780c8488fc286c967c4b3e54d81e36ee" alt="Game Manager - Player Toolbar" width="965" height="74" data-path="images/playfab/player-progression/player-data/tutorials/game-manager-player-toolbar.png" />

## Managing a player account

A PlayFab account contains critical, identifying, player data. As an administrator, you can change some of this data.

1. **PlayFab ID** - The player ID identifies the player you are currently inspecting.
2. **Display name** - Allows you to edit the display name for this player.
3. **Username** - A read-only field for inspecting the player's username. Username can be empty. When present, it can be used for a player to log in using a username and password.
4. **Email** - This field is hidden and locked due to PII concerns. The email field can be empty. When present, it can be used for player to log in using email and password. You may use the **Lock** icon button to unlock and change the email value.
5. **Change Password** - When set, this can be used to assign a new password for the user. This setting is mutually exclusive with **Send password reset** email.
6. **Send password reset email** - When set, this allows you to send a **password recovery** email when an email value is present. This setting is mutually exclusive with **Change password**.
7. **Avatar image URL** - This field allows you to force change avatar for the user.
8. **Update PlayFab account** - Use this button to commit any changes you make on this account screen.

<img src="https://mintcdn.com/microsoft-4404708b/U1LR64ZWxo45eXwl/images/playfab/player-progression/player-data/tutorials/game-manager-player-playfab-account.png?fit=max&auto=format&n=U1LR64ZWxo45eXwl&q=85&s=d54bd3c18cffb82a768c37f8ded74801" alt="Game Manager - Player - PlayFab account" width="539" height="966" data-path="images/playfab/player-progression/player-data/tutorials/game-manager-player-playfab-account.png" />

Additionally, you can manage linking. Read more about linking in our quickstart on [Account linking](/services/playfab/identity/player-identity/login/quickstart).

<img src="https://mintcdn.com/microsoft-4404708b/U1LR64ZWxo45eXwl/images/playfab/player-progression/player-data/tutorials/game-manager-player-link-new-account.png?fit=max&auto=format&n=U1LR64ZWxo45eXwl&q=85&s=ab712844cfd457a5ec72b5daf21102fc" alt="Game Manager - Player - Accounts - Link New Account" width="1400" height="700" data-path="images/playfab/player-progression/player-data/tutorials/game-manager-player-link-new-account.png" />

<Note>
  It is only possible to manually link Custom ID, Android Device, or iOS Device accounts. For more sophisticated options (Steam, GameCenter, etc.), consider using other Client Account Management APIs listed in our [PlayFab API Reference documentation](/services/playfab/api-references).
</Note>

## Running CloudScript

The **Run CloudScript** button on the **Player Overview** page opens the **REVISION AND FUNCTION** page shown below. On the **REVISION AND FUNCTION** screen:

1. The **Run CloudScript** button - Allows you to access a player's CloudScript settings.

2. **Revision** - Lets you select the revision level of the CloudScript to use. You can select **Refresh** to grab the latest changes.

3. The **Function name** - Lets you select the function to run. The list of available functions is based on your CloudScript revision content.

4. The **Arguments** field - Lets you supply optional JSON arguments.

5. The **RUN CLOUDSCRIPT** button - Lets you commit any changes you make on this screen.

<img src="https://mintcdn.com/microsoft-4404708b/U1LR64ZWxo45eXwl/images/playfab/player-progression/player-data/tutorials/game-manager-player-run-cloudscript.png?fit=max&auto=format&n=U1LR64ZWxo45eXwl&q=85&s=97271a741d62f865df82b2b4b5a801bc" alt="Game Manager - Player - Run CloudScript" width="900" height="1400" data-path="images/playfab/player-progression/player-data/tutorials/game-manager-player-run-cloudscript.png" />


## Related topics

- [Using the Players Page](/services/playfab/player-progression/player-data/using-the-players-page.md)
- [Using Player inventory](/services/playfab/player-progression/player-data/player-inventory.md)
- [Using player statistics](/services/playfab/community/leaderboards/tournaments-leaderboards/using-player-statistics.md)
- [Using Prize Tables](/services/playfab/community/leaderboards/tournaments-leaderboards/using-prize-tables.md)
- [Using Shared Group Data](/services/playfab/community/associations/groups/using-shared-group-data.md)
