> For the complete documentation index, see [llms.txt](https://docs.allout.game/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.allout.game/data-and-persistence/editing-viewing-player-data.md).

# Editing/Viewing Player Data

You can view and edit save data you've written for players at any time from the creator portal!

### Player Scoped Data

All of a player's save data in one place including

* Any [Economy](/data-and-persistence/economy.md) currency values for that player
* Any persisted [Inventory](/core-engine-concepts/inventory.md) items for that player
* Any custom save data you've persisted for that player

Select **Player** and enter a username or user ID. Use **Add Field** only with a key and value type that the game already understands.

<figure><img src="https://3803321901-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FzA8RGUKJ88fD0oXVALlz%2Fuploads%2Fgit-blob-451d6efed195223f0ea37cd6d2afc50ee20696c2%2Fimage.png?alt=media" alt="Player save data with Economy and Inventory sections"><figcaption></figcaption></figure>

### Game Scoped Data

View and edit global game keys you've set with APIs like \`Save.set\_game\_string\`. Use the edit control on a key, change its value, and save.

<figure><img src="https://3803321901-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FzA8RGUKJ88fD0oXVALlz%2Fuploads%2Fgit-blob-56440e752f6ba59c707730c70337452a964f4330%2Fimage.png?alt=media" alt="Game-wide Save keys in the creator portal"><figcaption></figcaption></figure>

### Leaderboards

{% hint style="info" %}
Leaderboard scores cannot currently be edited in the web interface
{% endhint %}

The leaderboard view shows the top entries for the selected dataset.

<figure><img src="https://3803321901-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FzA8RGUKJ88fD0oXVALlz%2Fuploads%2Fgit-blob-acc604531bd2b39cb923f173339505013a6cf66f%2Fimage.png?alt=media" alt="Leaderboard rankings in the creator portal"><figcaption></figcaption></figure>

### Purchases

Select **Purchases**, enter a player, then filter by product or grant status. Use **Regrant** only when the game's purchase handler can safely run again.

See [Purchase Handler and Grant Failures](/core-engine-concepts/purchasing-product-apis.md#the-purchase-handler-granting) before changing a purchase record.

<figure><img src="https://3803321901-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FzA8RGUKJ88fD0oXVALlz%2Fuploads%2Fgit-blob-cb64884cbe71d6c55419e9b37092b015553b16cc%2Fimage.png?alt=media" alt="Player purchase records and Regrant actions"><figcaption></figcaption></figure>
