> ## 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 leaderboards in Partner Center

> Configure global leaderboards for your XBOX title in Partner Center using data platform 2013, including storing and retrieving score data.

This topic describes the procedures for configuring leaderboards in the Partner Center service configuration for a title that's using data platform 2013. For information on leaderboards that use data platform 2013, see the XDK topic **Leaderboards**. For an introduction to XBOX service configuration, see [Service configuration](/services/xbox-services/fundamentals/portal-config/live-service-config-ids-mp).

## What is a global leaderboard?

The XBOX Leaderboards is a service that provides the capability for storing and retrieving global leaderboards for XBOX titles. Each leaderboard score is automatically updated by the XBOX data platform to reflect the appropriate values of the score's underlying stat instances. Multiple leaderboards can be maintained for each title.

## Configure leaderboards

<Steps>
  <Step title="Sign in with your account on [Partner Center](https://developer.microsoft.com...">
    Sign in with your account on [Partner Center](https://developer.microsoft.com/dashboard/windows/overview).
  </Step>

  <Step title="Select your title, and then go to **Services** > **XBOX Live**.">
    Select your title, and then go to **Services** > **XBOX Live**.
  </Step>

  <Step title="Select the link to **Leaderboards**.">
    Select the link to **Leaderboards**.
  </Step>

  <Step title="On the **Leaderboards** page, create and manage global leaderboards for your ...">
    On the **Leaderboards** page, create and manage global leaderboards for your title.
  </Step>
</Steps>

## Create a leaderboard

<Steps>
  <Step title="On the **Leaderboards** page, select the **New leaderboard** button.">
    On the **Leaderboards** page, select the **New leaderboard** button. This will take you to the **New leaderboard** page.
  </Step>

  <Step title="In the **Leaderboard name** box, provide your leaderboard's name, which must ...">
    In the **Leaderboard name** box, provide your leaderboard's name, which must not exceed 100 characters. The name won't be visible to your players but can be used in your code to reference the leaderboard.
  </Step>

  <Step title="In the dropdown list **Player Stat to rank with**, select the stat on which t...">
    In the dropdown list **Player Stat to rank with**, select the stat on which the leaderboard is ranked. To create a new player stat, start by selecting **Create a new player stat**, which will open the **Events and stat rules** page in a new tab.
  </Step>

  <Step title="If you select a stat whose name contains fields, you must specify the values ...">
    If you select a stat whose name contains fields, you must specify the values for the fields.
  </Step>

  <Step title="Under **Sort order**, select the applicable option in the dialog.">
    Under **Sort order**, select the applicable option in the dialog. **Higher values are better** is a good choice for stats like *kill count* and *coins collected*. **Lower values are better** is a good choice for stats like *race times* and *least attempts at a level*.
  </Step>

  <Step title="Select **Save** to save your changes or select **Cancel** to discard them.">
    Select **Save** to save your changes or select **Cancel** to discard them.
  </Step>
</Steps>

Your new leaderboard is now listed on the **Leaderboards** page.

## Change a leaderboard

<Warning>
  There's no support for changing or deleting a leaderboard that's been published. This means you'll have to create a new leaderboard with a different leaderboard ID. Changing the sort order or the underlying instance of a leaderboard's stat might cause loss of data. Avoid reusing leaderboard IDs that have already been configured and published.
</Warning>

<Steps>
  <Step title="On the **Leaderboards** page, select the name of the leaderboard that you wan...">
    On the **Leaderboards** page, select the name of the leaderboard that you want to change.
  </Step>

  <Step title="Make your changes to the leaderboard's details.">
    Make your changes to the leaderboard's details.
  </Step>

  <Step title="Select **Save** to save your changes or select **Cancel** to discard them.">
    Select **Save** to save your changes or select **Cancel** to discard them.
  </Step>
</Steps>

## Delete a leaderboard

<Warning>
  There's no support for changing or deleting a leaderboard that's been published. This means you'll have to create a new leaderboard with a different leaderboard ID. Changing the sort order or the underlying instance of a leaderboard's stat might cause loss of data. Avoid reusing leaderboard IDs that have already been configured and published.
</Warning>

1. On the **Leaderboards** page, select **Delete** next to the leaderboard that you want to delete.
2. In the **Confirmation** dialog, select **Delete** to confirm the deletion; otherwise, select **Cancel**.


## Related topics

- [Configure XBOX events in Partner Center](/publishing/game-publishing/how-to/data-platform-2013/how-to-configure-events-2013.md)
- [Configure XBOX data platform 2013 in Partner Center](/publishing/game-publishing/how-to/data-platform-2013/how-to-configure-data-platform-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 challenges in Partner Center](/publishing/game-publishing/how-to/data-platform-2013/how-to-configure-challenges.md)
