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

# Mods support for PC GDK titles

> Mods support for PC GDK titles

Starting with the March 2022 Microsoft Game Development Kit (GDK) and [Gaming Runtime Services (GRTS)](https://learn.microsoft.com/gaming/gdk/docs/gdk-dev/intro/gaming-runtime-glossary) releases, modification of game resources is now enabled by default and no longer requires any configuration steps to enable directly. This change is aimed to reduce the steps involved and confusion around modding for PC Microsoft Game Development Kit (GDK) titles. After your title is installed, your game files will now live in a subfolder under the `[drive]:\XboxGames` folder and all game resources, outside of the game executable, will be fully modifiable.

## DRM Recommendations

We strongly recommend that you use the [XStoreQueryGameLicenseAsync](/reference/system/xstore/functions/xstorequerygamelicenseasync) API to verify ownership of the title as described in the [basic DRM and license checks](https://learn.microsoft.com/build/store/commerce/pc-specific-considerations/xstore-basic-drm-and-license-checks) page.

## Reference API documentation

* [XStore (API contents)](/reference/system/xstore/xstore_members)
  * Functions
    * [XStoreQueryGameLicenseAsync](/reference/system/xstore/functions/xstorequerygamelicenseasync)


## Related topics

- [XStoreQueryGameLicenseAsync](/reference/system/xstore/functions/xstorequerygamelicenseasync.md)
- [MsQuic](/build/console-features/networking/game-mesh/msquic-intro-networking.md)
- [Get started packaging PC titles with MSIXVC tools](/build/core-features/common/packaging/overviews/packaging-getting-started-for-PC.md)
- [Window display modes and title-callable UI dialogs](/build/gdk-and-engines/guides/window-display-modes-tcui.md)
- [XBOX PC Remote Iteration API](/reference/remoting/remoteiteration_members.md)
