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

# Standalone SDKs overview

> Overview of the four standalone PlayFab SDK families: Services, Party, Multiplayer Game Server, and Lobby and Matchmaking, with version support guidance.

PlayFab ships four standalone SDKs that cover the full surface of PlayFab features. Each SDK is available in multiple versions to support the languages, engines, and platforms your title targets.

<Tip>
  Use the latest versions of the SDKs whenever possible. SDKs released in the past six months are fully supported unless noted otherwise. For Unreal Engine and Unity, PlayFab generally supports the latest two versions. Contact developer support with any questions.
</Tip>

## SDK families

<CardGroup cols={2}>
  <Card title="PlayFab Services SDK" icon="cubes" href="/services/playfab/sdks/playfab-sdk-intro">
    LiveOps, economy, matchmaking, data analytics, and more.
  </Card>

  <Card title="PlayFab Party SDK" icon="microphone" href="/services/playfab/multiplayer/networking/party-sdks/overview">
    Networking, voice, and text chat.
  </Card>

  <Card title="Multiplayer Game Server SDK" icon="server" href="/services/playfab/multiplayer/servers/server-sdks/overview">
    Native C++, C#, and Java libraries for PlayFab Multiplayer Servers.
  </Card>

  <Card title="Lobby and Matchmaking SDK" icon="handshake" href="/services/playfab/multiplayer/lobby/lobby-matchmaking-sdks/lobby-matchmaking-sdks">
    Group players and match them into games.
  </Card>
</CardGroup>

## See also

* [PlayFab Party SDKs](/services/playfab/multiplayer/networking/party-sdks/overview)
* [PlayFab Party quickstart](/services/playfab/multiplayer/networking/quickstart)
* [PlayFab Multiplayer Game Server SDKs](/services/playfab/multiplayer/servers/server-sdks/overview)
* [PlayFab Lobby and Matchmaking SDKs](/services/playfab/multiplayer/lobby/lobby-matchmaking-sdks/lobby-matchmaking-sdks)
* [PlayFab Multiplayer Server quickstart (API/PowerShell)](/services/playfab/multiplayer/servers/quickstart-for-multiplayer-servers-api-powershell)
* [PlayFab Multiplayer Server quickstart (Game Manager)](/services/playfab/multiplayer/servers/quickstart-for-multiplayer-servers-game-manager)


## Related topics

- [Request access for secured SDKs and samples](/services/playfab/sdks/request-access-for-sdks-samples.md)
- [PlayFab SDK Products](/services/playfab/sdks/sdk-products.md)
- [PlayFab Lobby and Matchmaking SDKs](/services/playfab/multiplayer/lobby/lobby-matchmaking-sdks/lobby-matchmaking-sdks.md)
- [PlayFab Unified SDK](/services/playfab/sdks/unified-sdk/overview.md)
- [Party Unity plugin overview](/services/playfab/multiplayer/networking/party-unity-overview.md)
