> ## 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.

# Progression with PlayFab

> Overview of PlayFab player progression services including Statistics, Leaderboards, Game Saves, and Player Data for tracking progress and rewards.

# What is Player Progression in PlayFab?

Our player progression products focus on providing a seamless and unified gaming experience that respects and
maintains a player's investment in their gaming achievements across different platforms. This behavior ensures that their progress isn't constrained to any device or platform.

| Service                                                                | Description                                                                           |
| ---------------------------------------------------------------------- | ------------------------------------------------------------------------------------- |
| [Player Data](/services/playfab/player-progression/player-data)        | Store arbitrary files or key:value pairs                                              |
| [Statistics](/services/playfab/player-progression/statistics)          | Store numerical values about a player with aggregation mechanisms                     |
| [Game Saves](/services/playfab/player-progression/game-saves/overview) | Synchronize local files that represent player game state across devices and platforms |

## Player Data

Our player data features can enable you to store data assiciated with a player, from arbirary blobs or files, to JSON key:value pairs. This data can be shared with others, or synced to multiple devices so your players always have the right data.

* [Learn more about Player Data](/services/playfab/player-progression/player-data)
* [Quickstart](/services/playfab/player-progression/player-data/quickstart)
* [Learn more about Player Entity Files](/services/playfab/live-service-management/game-configuration/entities/entity-files)

### Stats

Learn more about the new features of Statistics, how to configure it and all the different tutorials available.

* [Learn more about Statistics](/services/playfab/player-progression/statistics)
* [Quickstart](/services/playfab/player-progression/statistics/quickstart-statistics)
* [Create statistics](/services/playfab/player-progression/statistics/create-basic-statistics)

### Game Saves

* [Learn more about Game Saves](/services/playfab/player-progression/game-saves/overview)
* [Quickstart](/services/playfab/player-progression/game-saves/quickstart)
* Client API reference


## Related topics

- [PlayFab Player progression documentation](/services/playfab/player-progression/index.md)
- [PlayFab Statistics overview](/services/playfab/player-progression/statistics/index.md)
- [Account linking strategies for PlayFab Game Saves](/services/playfab/player-progression/game-saves/linking.md)
- [What is PlayFab?](/services/playfab/get-started/what-is-playfab.md)
- [PlayFab Economy v2 documentation](/services/playfab/economy-monetization/index.md)
