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

# Steam porting guide overview

> Guide for porting Windows PC games from the Steamworks API to the XBOX GDK, mapping Steam features to their GDK and PlayFab equivalents.

## Overview

This guide helps you port a Windows PC game you have published on Steam with the Steamworks API to its equivalents in the XBOX Game Development Kit (GDK). The guide is structured feature by feature with Steam as the starting point. You can quickly find the GDK analog to a specific Steamworks API feature, if it exists.

Although not currently covered in this guide, you can implement the following Steam features in your XBOX game with [Azure PlayFab](https://playfab.com/).

* If your game uses Steam Workshop for user-generated content, see [PlayFab User Generated Content (UGC)](/services/playfab/economy-monetization/economy-v2/ugc).
* If your game uses Steam P2P for multiplayer sessions, see [PlayFab Party Overview](/services/playfab/multiplayer/networking).

## In this guide

### Conceptual differences between the XBOX Game Development Kit (GDK) and Steamworks

[Conceptual differences between the GDK and Steamworks](/build/steam-porting-guide/conceptual-differences)

### Initialization and setup

[Initializing the GDK](/build/steam-porting-guide/initializing-the-gdk)

### Features

[User authentication and ownership](/build/steam-porting-guide/features/user-authentication-and-ownership)

[Cloud storage](/build/steam-porting-guide/features/steam-cloud)

[Stats and achievements](/build/steam-porting-guide/features/stats-and-achievements)

[Leaderboards](/build/steam-porting-guide/features/steam-leaderboards)

### Feature discrepancies between the two SDKs (GDK and Steamworks)

[GDK features not in Steamworks](/build/steam-porting-guide/gdk-features-not-in-steamworks)


## Related topics

- [Porting guides to the XBOX GDK](/home/build-first-title/porting-guides.md)
- [Porting overview](/paths/porting/overview.md)
- [General porting guides](/paths/porting/guides.md)
- [GDK features not in Steamworks](/build/steam-porting-guide/gdk-features-not-in-steamworks.md)
- [Leaderboards](/build/steam-porting-guide/features/steam-leaderboards.md)
