> ## 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 dev kit** 已啟用並處於開發人員模式。請參閱 [Dev kit 設定](/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">
    在 dev kit 上偵錯。
  </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 服務" 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 需求" 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 服務與平台 API。
  </Card>
</CardGroup>

## 相關 API 文件

* [XGameRuntime 功能參考](/reference/system/xgameruntimefeature/xgameruntimefeature_members) — 主機 GDK 功能介面
* [XSAPI 總覽](/reference/live/xsapi-c/atoc-xsapi-c) — XBOX 服務 API
* [系統 API 目錄](/reference/system/gc-reference-system-toc) — 完整平台 API 參考


## Related topics

- [Windows 與 ROG XBOX Ally 總覽](/zh-TW/paths/windows/overview.md)
- [Unity 總覽](/zh-TW/paths/unity/overview.md)
- [移植總覽](/zh-TW/paths/porting/overview.md)
- [Unreal Engine 總覽](/zh-TW/paths/unreal/overview.md)
- [Play Anywhere(主機 + PC)總覽](/zh-TW/paths/play-anywhere/overview.md)
