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

# Game save

> Explore XBOX GDK Game Saves documentation including overviews, developer guides, debugging, tools, walkthroughs, sync flow, and API references.

Explore game save topics for XBOX game development.

<CardGroup cols={2}>
  <Card title="Game saves debugging" icon="cloud-arrow-up" href="/build/core-features/common/game-save/game-saves-debugging">
    This article covers common Game Saves scenarios that require debugging and how to fix them.
  </Card>

  <Card title="Game saves developer" icon="book-open" href="/build/core-features/common/game-save/game-saves-developer-guide">
    This guide provides a starting point for integrating Game Saves features into a title.
  </Card>

  <Card title="Game saves system dialogs" icon="cloud-arrow-up" href="/build/core-features/common/game-save/game-saves-dialogues">
    This article provides the possible dialogs that can occur when titles occasionally require a user’s input to resolve a Game Saves conflict…
  </Card>

  <Card title="Game saves" icon="circle-info" href="/build/core-features/common/game-save/game-saves-overview">
    Game Saves enable users to move seamlessly across devices by keeping their progress available whenever they sign in.
  </Card>

  <Card title="Game saves storage systems" icon="hard-drive" href="/build/core-features/common/game-save/game-saves-storage-systems">
    This article describes Game Saves storage systems and their limits and quotas.
  </Card>

  <Card title="Understanding the game saves sync flow" icon="cloud-arrow-up" href="/build/core-features/common/game-save/game-saves-syncing">
    This article describes the six-part synchronization flow for Game Saves.
  </Card>

  <Card title="Game saves (contents)" icon="cloud-arrow-up" href="/build/core-features/common/game-save/game-saves-toc">
    This section provides overviews, best practices, and the tools for saving title data that can roam between different devices to the cloud.
  </Card>

  <Card title="Game saves tools" icon="cloud-arrow-up" href="/build/core-features/common/game-save/game-saves-tools">
    This article describes using Fiddler for inspecting network traffic, the essential tools and techniques for debugging, and manipulating…
  </Card>

  <Card title="Game saves walkthroughs and samples" icon="code" href="/build/core-features/common/game-save/game-saves-walkthroughs-and-samples">
    This article provides step-by-step instructions for common development and migration scenarios when using Game Saves.
  </Card>

  <Card title="Xgamesave API" icon="circle-info" href="/build/core-features/common/game-save/xgamesave">
    This article explains the container‑and‑blob model and covers provider initialization, provider closure, and the update‑handle lifecycle.
  </Card>

  <Card title="Xgamesavefiles API" icon="circle-info" href="/build/core-features/common/game-save/xgamesavefiles">
    This article explains how to initialize XGameSaveFilesGetFolderWithUIAsync.
  </Card>
</CardGroup>

## See also

* [Async](/build/core-features/common/async/index)
* [Game config](/build/core-features/common/game-config/index)
* [Game streaming](/build/core-features/common/game-streaming/index)
* [Input](/build/core-features/common/input/index)
* [Lighting](/build/core-features/common/lighting/index)
* [Packaging](/build/core-features/common/packaging/index)
* [User](/build/core-features/common/user/index)


## Related topics

- [XGameSave](/reference/system/xgamesave/xgamesave_members.md)
- [Game Saves debugging](/build/core-features/common/game-save/game-saves-debugging.md)
- [Game Saves tools](/build/core-features/common/game-save/game-saves-tools.md)
- [Game Saves (contents)](/build/core-features/common/game-save/game-saves-toc.md)
- [Game Saves overview](/build/core-features/common/game-save/game-saves-overview.md)
