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

# XBOX Player Data overview

> How the XBOX Player Data Platform powers achievements, stats, leaderboards, and social features across your title, XBOX shell, and the XBOX app.

## The XBOX Player Data Platform

XBOX Player Data enables your title to engage with the players in your game's community.
[Achievements](/services/xbox-services/player-data/achievements/live-achievements-nav) reward players for accomplishments inside of your game, and incentivize exploring more of what your game has to offer.
[Stats and Leaderboards](/services/xbox-services/player-data/stats-leaderboards/live-stats-leaderboards-nav) allow your players to track their progress and see how they stack up with their family, friends, and gamers around the world.

XBOX Player Data is also used to power many [XBOX services Social features](/services/xbox-services/community/live-social-overview) in the console shell and XBOX App, like Game Hubs, Rich Presence and [Featured Stats](/services/xbox-services/player-data/stats-leaderboards/featured-stats/live-featuredstats-overview).

## Getting started with XBOX Player Data

Designing compelling [XBOX Experiences](/services/xbox-services/player-data/live-designing-experiences) is the first step to connect your title with the gaming community.

## Configuring XBOX Player Data services: Event-Based vs. Title-Managed

There are two supported models that developers can choose between when writing Stats and Achievements from their title: event-based and title-managed. These are configured in the XBOX services settings in Partner Center.

<Note>While you can change which configuration you are using for Stats and Achievements *prior to your title's release*, doing so will clear all existing data for that system!</Note>

**Event-based** is a server-side processing model. Stat events are generated by the client and queued for upload to XBOX services. Once received, these events are aggregated or dispatched according to rules you define in Partner Center.  *This is the recommended option for Stats.*

**Title-managed** is a client-side processing model. Your title has full control over how the data is processed, when it is sent to the server, and what action the server should take with that data. *This is the recommended option for Achievements.*

It is ***not*** required that a title use the same model for both Stats and Achievements, and developers should feel free choose whichever best fits their usage for each system. It is recommended to choose Title-Managed Achievements for its simplicity in the game code, while making use of Event-Based Stats because of its deep integration with other XBOX services and to avoid needing to maintain custom aggregation logic.

<Note>The Event-Based Achievements system **requires** event-based stats.</Note>

For more information, and to help determine which models are right for your title, see [Event-Based vs Title-Managed Achievements](/services/xbox-services/player-data/achievements/live-achievements-eb-vs-tm) and [Event-Based vs Title-Managed Stats](/services/xbox-services/player-data/stats-leaderboards/live-stats-eb-vs-tm).

## Options for titles in the XBOX Creators Program

XBOX Creators Program titles are not able to use achievements.

XBOX Creators Program titles can use the Title-Managed Stats system.

If you'd like to use Achievements or Event-Based Stats in your XBOX Creators Program title, consider applying to the [ID@XBOX Program](https://www.xbox.com/Developers/id).

## See also

[Achievements](/services/xbox-services/player-data/achievements/live-achievements-nav)
[Stats & Leaderboards](/services/xbox-services/player-data/stats-leaderboards/live-stats-leaderboards-nav)


## Related topics

- [Player Data](/services/xbox-services/player-data/live-playerdata-nav.md)
- [Event-based Player Data overview](/services/xbox-services/player-data/stats-leaderboards/event-based/live-how-data-platform-works.md)
- [Services C API overview - PFPlayerDataManagement.h](/services/playfab/api-references/c/pfplayerdatamanagement/pfplayerdatamanagement_members.md)
- [Services C API overview - PFPlayerDataManagementTypes.h](/services/playfab/api-references/c/pfplayerdatamanagementtypes/pfplayerdatamanagementtypes_members.md)
- [XBOX services overview](/services/xbox-services/fundamentals/live-xbl-overview.md)
