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

# XBOX Series X|S 概览

> 使用 GDK 构建原生 XBOX Series X|S 主机游戏——直接面向主机硬件，启用主机专属功能，并通过 XBOX 认证。

本路径面向发布原生 **XBOX Series X|S** 主机游戏的团队。你将使用 GDK 直接面向主机硬件开发，并启用 Quick Resume、DirectStorage、Smart Delivery 等主机专属功能。

<Tip>
  **这是适合你的路径吗？** 如果你面向 XBOX Series X|S 主机发布游戏，请选择此路径。如果你同时（或替代性地）面向 Windows PC 和掌机，请参见 [Windows & ROG XBOX Ally](/paths/windows/overview) 或组合式的 [Play Anywhere](/paths/play-anywhere/overview) 路径。使用 Unreal 或 Unity？请改从 [Unreal](/paths/unreal/overview) 或 [Unity](/paths/unity/overview) 开始。
</Tip>

## 开始前的准备

请确保以下条件已就绪。如有缺失，请返回 [首页](/) 的引导式路径。

* **完成 ID\@XBOX 入门流程** — 参见 [ID@XBOX 入门](/home/onboarding)。
* **开发 PC 已就绪** — 已安装 Visual Studio、Windows SDK 和 GDK。参见 [安装与配置](/home/setup-install/get-started)。
* **XBOX Series X|S 开发套件**已激活并处于 Developer Mode。参见 [开发套件配置](/home/setup-install/get-started)。
* **Partner Center 产品**已勾选主机设备行。

## 构建与开发

<CardGroup cols={2}>
  <Card title="首款主机游戏" icon="flag-checkered" href="/home/build-first-title/first-console-title-walkthrough">
    端到端主机游戏演练。
  </Card>

  <Card title="GDK 与引擎" icon="cubes" href="/build/gdk-and-engines/gdk-and-engines">
    原生与引擎集成。
  </Card>

  <Card title="打包" icon="box" href="/build/core-features/common/packaging/overviews/packaging">
    为主机打包。
  </Card>

  <Card title="MicrosoftGame.config" icon="file-code" href="/build/core-features/common/game-config/MicrosoftGameConfig-Overview">
    配置你的游戏。
  </Card>

  <Card title="内存与 CPU" icon="microchip" href="/build/console-features/index">
    主机硬件目标。
  </Card>

  <Card title="调试" icon="bug" href="/build/core-features/common/async/index">
    在开发套件上调试。
  </Card>
</CardGroup>

## 主机功能

<CardGroup cols={2}>
  <Card title="Quick Resume" icon="bolt" href="/build/console-features/index">
    挂起与恢复支持。
  </Card>

  <Card title="DirectStorage" icon="hard-drive" href="/build/console-features/index">
    高速资源流式加载。
  </Card>

  <Card title="Smart Delivery" icon="right-left" href="/build/console-features/index">
    一次购买，每台主机获得合适版本。
  </Card>

  <Card title="XBOX Services" icon="server" href="/services/xbox-services/index">
    身份、在线状态、社交。
  </Card>
</CardGroup>

## 发布

<CardGroup cols={2}>
  <Card title="概览" icon="compass" href="/publishing/game-publishing/overview">
    发布基础知识。
  </Card>

  <Card title="XBOX Requirements" icon="clipboard-check" href="/publishing/certification/xbox-requirements">
    XR 合规。
  </Card>

  <Card title="认证" icon="shield-check" href="/publishing/certification/overview">
    认证流程。
  </Card>

  <Card title="商店页面" icon="store" href="/publishing/game-publishing/overview">
    产品页面。
  </Card>

  <Card title="定价" icon="tag" href="/publishing/game-publishing/concepts/availability/sale-pricing">
    定价。
  </Card>

  <Card title="分级" icon="star" href="/publishing/game-publishing/concepts/age-ratings">
    年龄分级。
  </Card>
</CardGroup>

## 优化与参考

<CardGroup cols={2}>
  <Card title="优化" icon="gauge-high" href="/tools/index">
    性能分析器、诊断工具与性能工具。
  </Card>

  <Card title="API 参考" icon="brackets-curly" href="/reference/system/gc-reference-system-toc">
    Gaming Runtime、XBOX Services 及平台 API。
  </Card>
</CardGroup>

## 相关 API 文档

* [XGameRuntime features 参考](/reference/system/xgameruntimefeature/xgameruntimefeature_members) — 主机 GDK 功能界面
* [XSAPI 概览](/reference/live/xsapi-c/atoc-xsapi-c) — XBOX Services API
* [System API 目录](/reference/system/gc-reference-system-toc) — 完整的平台 API 参考


## Related topics

- [XBOX 认证概览](/zh-CN/publishing/certification/overview.md)
- [Windows 与 ROG XBOX Ally 概览](/zh-CN/paths/windows/overview.md)
- [XBOX One 和 XBOX Series X|S GDK Tools](/zh-CN/tools/tools-console/tools-sdk.md)
- [XBOX Series X|S 音频硬件概述](/zh-CN/build/console-features/audio/overviews/scarlett-audio.md)
- [Unity 概览](/zh-CN/paths/unity/overview.md)
