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

# GDK features not in Steamworks

> Overview of XBOX GDK capabilities with no Steamworks equivalent, including sandboxes, event-based achievements and stats, and XBOX Play Anywhere support.

## Sandboxes

Sandboxes are isolated environments for you to test features in while developing without exposing them to any other environment, including the retail environment that users see. You can create sandboxes in Partner Center, and change which sandbox you're currently in on your machine with the [XBOX services PC Sandbox Switcher (XblPCSandbox.exe)](/tools/tools-services/live-pc-sandbox-switcher). Each sandbox can have different achievements, stats, leaderboards, and other information assigned to it that won't affect other sandboxes. They can be extremely helpful to test different features when developing. For more information, see [XBOX services Sandboxes overview](/publishing/game-publishing/concepts/sandboxes).

## Event-based achievements and stats

In addition to the more manually tracked title-managed achievements and stats system that exists in the XBOX Game Development Kit (GDK), and more closely resembles the system that Steamworks uses, the XBOX Game Development Kit (GDK) also has a telemetry-based system for tracking stats and achievement progress. It's known as *event-based achievements and stats*. This system allows you to send information about actions that a user takes and lets the API handle calculations and follow-up actions, rather than making this the responsibility of the game's code.

## XBOX Play Anywhere

Because the XBOX Game Development Kit (GDK) is used across console and PC games, integrating features on both platforms can enable the XBOX Play Anywhere capability for your game. Games with XBOX Play Anywhere can be accessed by the same user on both console and PC, with their data shared across the two platforms.


## Related topics

- [Steam porting guide overview](/build/steam-porting-guide/overview.md)
- [Port from Steam](/paths/porting/from-steam.md)
- [Conceptual differences between the GDK and Steamworks](/build/steam-porting-guide/conceptual-differences.md)
- [Leaderboards](/build/steam-porting-guide/features/steam-leaderboards.md)
- [Port Steam Cloud storage to the XBOX GDK](/build/steam-porting-guide/features/steam-cloud.md)
