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

# Common GDK features for XBOX and PC titles

> Async, game config, streaming, input, lighting, packaging, and user identity features shared across XBOX and Windows titles built with the GDK.

Explore common topics for XBOX game development.

## Subtopics

<CardGroup cols={2}>
  <Card title="Async" icon="folder-open" href="/build/core-features/common/async/index">
    Documentation for async.
  </Card>

  <Card title="Game config" icon="folder-open" href="/build/core-features/common/game-config/index">
    Documentation for game config.
  </Card>

  <Card title="Game save" icon="hard-drive" href="/build/core-features/common/game-save/index">
    Documentation for game save.
  </Card>

  <Card title="Game streaming" icon="folder-open" href="/build/core-features/common/game-streaming/index">
    Documentation for game streaming.
  </Card>

  <Card title="Input" icon="gamepad" href="/build/core-features/common/input/index">
    Documentation for input.
  </Card>

  <Card title="Lighting" icon="folder-open" href="/build/core-features/common/lighting/index">
    Documentation for lighting.
  </Card>

  <Card title="Packaging" icon="folder-open" href="/build/core-features/common/packaging/index">
    Documentation for packaging.
  </Card>

  <Card title="User" icon="folder-open" href="/build/core-features/common/user/index">
    Documentation for user.
  </Card>
</CardGroup>

## Guides

<CardGroup cols={2}>
  <Card title="Common GDK features" icon="cube" href="/build/core-features/common/common-features-overview">
    The features described in this section are common to all supported by the GDK for all platforms, including Console and PC.
  </Card>
</CardGroup>

## See also

* [Graphics](/build/core-features/graphics/index)


## Related topics

- [Common GDK features](/build/core-features/common/common-features-overview.md)
- [Mods support for PC GDK titles](/build/core-features/common/packaging/packaging-mods.md)
- [Fiddler on Windows PC](/build/console-features/networking/tools/fiddler-pc.md)
- [Testing packages on a development PC](/build/core-features/common/packaging/packaging-testing-PC-install.md)
- [Graphics on XBOX and PC with the GDK](/build/core-features/graphics/index.md)
