> ## 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 多人游戏邀请系统的概述，包括游戏如何发送邀请、控制邀请流程，以及传递自定义通知文本和游戏数据。

本主题介绍由 Multiplayer 服务支持的 XBOX 服务邀请系统。
该系统使玩家能够邀请其他玩家加入他们的游戏会话。
被邀请的玩家会收到游戏邀请，游戏则使用此信息加入现有会话和多人游戏体验。

游戏控制邀请流程以及何时可发送邀请。玩家可通过 shell 发送邀请，或直接从游戏中发送邀请。

游戏可以动态设置邀请的通知文本，以向被邀请的玩家提供更多信息。
邀请还可以包含玩家不可见的其他游戏数据。这些数据可用于携带附加信息。

## 参考 API 文档

* [Xgameactivation (API contents)](/reference/system/xgameactivation/xgameactivation_members)

## 另请参见

Multiplayer 概念概述主题中的[邀请](/services/xbox-services/multiplayer/concepts/live-multiplayer-concepts#invites)章节

[多人游戏邀请的流程](/services/xbox-services/multiplayer/invites/concepts/live-multiplayer-invite-flows)

[向另一玩家发送邀请（流程图）](/services/xbox-services/multiplayer/mpm/concepts/flowcharts/live-mpm-send-invites)

[使用 Multiplayer Manager 发送游戏邀请](/services/xbox-services/multiplayer/mpm/how-to/live-send-game-invites)

[XGameActivation](/reference/system/xgameactivation/xgameactivation_members)


## Related topics

- [XGameActivation](/zh-CN/reference/system/xgameactivation/xgameactivation_members.md)
- [邀请玩家加入游戏会话](/zh-CN/services/xbox-services/multiplayer/invites/live-invites-nav.md)
- [邀请概念](/zh-CN/services/xbox-services/multiplayer/invites/concepts/live-invites-concepts-nav.md)
- [邀请](/zh-CN/services/xbox-services/multiplayer/invites/index.md)
- [概述](/zh-CN/services/xbox-services/multiplayer/overviews/index.md)
