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

## 開始する前に

以下が整っていることを確認してください。何か不足している場合は、[Home](/) のガイド付きパスに戻ってください。

* **ID\@XBOX オンボーディング完了** — [ID@XBOX オンボーディング](/home/onboarding)を参照。
* **開発 PC の準備** — Visual Studio、Windows SDK、および GDK がインストール済みであること。[Setup & install](/home/setup-install/get-started) を参照。
* **XBOX Series X|S 開発キット**をアクティブ化し、開発者モードにしていること。[開発キットのセットアップ](/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">
    1 回の購入で、コンソールに適したバージョン。
  </Card>

  <Card title="XBOX Services" icon="server" href="/services/xbox-services/index">
    ID、プレゼンス、ソーシャル。
  </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](/reference/system/xgameruntimefeature/xgameruntimefeature_members) — コンソール GDK 機能サーフェス
* [XSAPI overview](/reference/live/xsapi-c/atoc-xsapi-c) — XBOX Services API
* [System API TOC](/reference/system/gc-reference-system-toc) — 完全なプラットフォーム API リファレンス


## Related topics

- [XBOX 認定の概要](/ja-jp/publishing/certification/overview.md)
- [XBOX Series X|S オーディオ ハードウェアの概要](/ja-jp/build/console-features/audio/overviews/scarlett-audio.md)
- [Windows & ROG XBOX Ally 概要](/ja-jp/paths/windows/overview.md)
- [XBOX One および XBOX Series X|S GDK Tools](/ja-jp/tools/tools-console/tools-sdk.md)
- [XBOX GDK オーディオの概要とツール](/ja-jp/build/console-features/audio/index.md)
