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

> Reference samples that ship with the GDK and are hosted in the XBOX-GDK-Samples repository, demonstrating platform features and API patterns end to end.

The GDK ships with reference samples that demonstrate platform features end to end. Use them to verify your install, learn API patterns, and start new projects from a known-good baseline.

## Where to find samples

Samples live in the [XBOX-GDK-Samples GitHub repository](https://github.com/microsoft/Xbox-GDK-Samples) and locally under `%GameDK%\Samples` after install.

## Sample categories

* **Graphics:** Raytracing, mesh shaders, variable rate shading (VRS), and sampler feedback streaming.
* **System:** Async and task queues, packaging, game saves, and Persistent Local Storage.
* **Audio:** XAudio2, spatial audio, and Game Chat 2.
* **Networking:** PlayFab Party, XCurl, and multiplayer.
* **Store:** XStore, in-app purchase, and DLC.
* **Live:** XSAPI achievements, social, multiplayer, and leaderboards.

## Next steps

If a sample builds and runs on your machine, your environment is ready. Create your own project.

<Card title="Build your first title" icon="arrow-right" href="/home/build-first-title/developing-new-titles">
  Select a Visual Studio template for PC, XBOX, or a shared codebase.
</Card>

## See also

* [Set up and install the GDK](/home/setup-install/get-started)
* [Install the GDK toolchain](/home/setup-install/download-install)


## Related topics

- [Samples](/build/core-features/common/game-streaming/building-touch-layouts/samples/index.md)
- [Graphics samples](/build/core-features/graphics/graphics-samples.md)
- [Party samples](/services/playfab/multiplayer/networking/party-samples.md)
- [Wrapper sample](/services/playfab/multiplayer/servers/wrapper-sample.md)
- [SetSamplePositions](/reference/graphics/d3d12/interfaces/id3d12graphicscommandlist1/methods/id3d12graphicscommandlist1_setsamplepositions_public.md)
