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

# Configure XBOX data platform 2013 in Partner Center

> Configure the XBOX Live data platform 2013 service in Partner Center, including events, stats, achievements, leaderboards, and challenges.

This topic provides procedures for configuring data platform (also known as XBOX Live data platform 2013 and XBOX data platform 2013) in the Partner Center service configuration for a title.

<Tip>
  If you're using Data Platform 2017, follow the documentation available in the GDK at [XBOX services](/services/xbox-services/index).
</Tip>

## What is XBOX data platform 2013?

The XBOX Live data platform 2013 is a RESTful service, which means that the service runs in the cloud. Your game or app can send data, in the form of *events*, to the service, which then processes the data to create user statistics, achievements, leaderboards, challenges, and a variety of other data-based information, according to rules that you have defined. These rules are known as a *service configuration*, and they let the XBOX Live data platform know how to process the event data from your title.

For more information, see [How data platform 2013 works](https://developer.microsoft.com/games/xbox/docs/xdk/how-data-platform-works).

For an introduction to XBOX service configuration, see [Service configuration](/services/xbox-services/fundamentals/portal-config/live-service-config-ids-mp)

## In this section

| Topic                                                                                                                  | Description                                                        |
| ---------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------ |
| [Events](/publishing/game-publishing/how-to/data-platform-2013/how-to-configure-events-2013)                           | Configure events that power data platform 2013.                    |
| [Player stats](/publishing/game-publishing/how-to/data-platform-2013/how-to-configure-stats)                           | Configure rules for player stats based on your events.             |
| [Featured stats](/publishing/game-publishing/how-to/data-platform-2013/how-to-configure-featured-stats)                | Configure which stats are featured stats.                          |
| [Stat change notifications](/publishing/game-publishing/how-to/data-platform-2013/how-to-configure-stat-notifications) | Configure real-time activity (RTA) change notifications for stats. |
| [Leaderboards](/publishing/game-publishing/how-to/data-platform-2013/how-to-configure-leaderboards-2013)               | Configure leaderboards.                                            |
| [Achievements](/publishing/game-publishing/how-to/data-platform-2013/how-to-configure-achievements-2013)               | Configure achievements for data platform 2013.                     |
| [Challenges](/publishing/game-publishing/how-to/data-platform-2013/how-to-configure-challenges)                        | Configure challenges, which are time-limited achievements.         |
| [Event manifest](/publishing/game-publishing/how-to/data-platform-2013/how-to-download-events-manifest)                | Download the event manifest file for your service configuration.   |


## Related topics

- [Configure XBOX events in Partner Center](/publishing/game-publishing/how-to/data-platform-2013/how-to-configure-events-2013.md)
- [Configure XBOX stats and stat rules in Partner Center](/publishing/game-publishing/how-to/data-platform-2013/how-to-configure-stats.md)
- [Configure achievements in Partner Center](/publishing/game-publishing/how-to/data-platform-2013/how-to-configure-achievements-2013.md)
- [Configure leaderboards in Partner Center](/publishing/game-publishing/how-to/data-platform-2013/how-to-configure-leaderboards-2013.md)
- [Configure challenges in Partner Center](/publishing/game-publishing/how-to/data-platform-2013/how-to-configure-challenges.md)
