> ## Documentation Index
> Fetch the complete documentation index at: https://discord-platform-username.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Getting Started with the Discord Social SDK

> Quick start guide for integrating the Discord Social SDK.

The Discord Social SDK allows you to integrate Discord social features into your game. With the Discord Social SDK, you can offer a seamless social experience for your players, allowing them to connect with their friends and communities on Discord without leaving your game.

If this is your first time learning about the Discord Social SDK, check out the Discord Social SDK [Overview](/developers/discord-social-sdk/overview) and [Core Concepts](/developers/discord-social-sdk/core-concepts) for more information on what the SDK can do and how it can benefit your game.

## Let's Get Started

Select a platform to get started.

If you are unsure which platform to choose, we recommend starting with the C++ guide to familiarize yourself with the SDK's core concepts.

<CardGroup cols={1}>
  <Card title="Standalone C++" href="/developers/discord-social-sdk/getting-started/using-c++">
    For use with custom engines or standalone applications.
  </Card>

  <Card title="Unity" href="/developers/discord-social-sdk/getting-started/using-unity">
    For use with Unity.
  </Card>

  <Card title="Unreal Engine" href="/developers/discord-social-sdk/getting-started/using-unreal-engine">
    For use with Unreal Engine.
  </Card>
</CardGroup>

<Info>
  To see a complete list of currently compatible platforms, check out our [Platform Compatibility](/developers/discord-social-sdk/core-concepts/platform-compatibility) section.
</Info>

***

## Next Steps

After you've run through a guide for your preferred platform, you can implement features such as a unified friend list, rich presence, and more. Check out the [Development Guides](/developers/discord-social-sdk/development-guides) for detailed information on using the SDK for each feature.
