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

# PlayFab Services for Windows

> Compare PlayFab Services SDK options for Windows game development: C/C++ Win32, Unreal, Unity, and Legacy C++ with quickstart links.

# PlayFab Services SDKs for Windows

The following SDKs are available for game client development on Windows. The right SDK depends mostly on your choice of game engine.

| PlayFab SDK | Description                                                                                                                                                                       | Learn More                                                                           |
| ----------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------ |
| C/C++       | Newest SDK featuring a portable C interface and granting full control of memory and threading to the game developer. Intended for integration into high performance game engines. | [C/C++ Win32 Quickstart](/services/playfab/sdks/c/quickstart-win32)                  |
| Unreal      | An Unreal Engine marketplace plugin designed for use with either C++ or blueprint.                                                                                                | [Unreal SDK Overview](/services/playfab/sdks/unreal)                                 |
| Unity       | Both an editor extension and stand-alone SDK for Unity3d.                                                                                                                         | [Unity SDK Overview](/services/playfab/sdks/unity3d)                                 |
| Legacy C++  | Our older cross-platform C++ SDK supports a simple REST-like interface with PlayFab across multiple platforms.                                                                    | [XplatCpp Windows Quickstart](/services/playfab/sdks/playfab-cpp/quickstart-windows) |


## Related topics

- [Quickstart (Windows) - Calling PlayFab Services](/services/playfab/sdks/unified-sdk/quickstart-services.md)
- [Quickstart (Windows) - Party and Multiplayer](/services/playfab/sdks/unified-sdk/quickstart-windows-party.md)
- [Quickstart (Windows) - Core SDK Setup](/services/playfab/sdks/unified-sdk/quickstart-core.md)
- [Basics of a PlayFab game server](/services/playfab/multiplayer/servers/basics-of-a-playfab-game-server.md)
- [PlayFab Party Release Notes](/services/playfab/multiplayer/networking/release-notes.md)
