> ## 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 Game Development Kit 中的 MPM 操作指南文档与参考资料。

浏览 XBOX 游戏开发中的 MPM 操作指南相关主题。

<CardGroup cols={2}>
  <Card title="处理协议激活以启动" icon="users-line" href="/services/xbox-services/multiplayer/mpm/how-to/live-handle-protocol-activation">
    本主题介绍如何使用多人游戏管理器处理协议激活。
  </Card>

  <Card title="多人游戏管理器示例代码" icon="code" href="/services/xbox-services/multiplayer/mpm/how-to/live-mm-howto-nav">
    本节提供多人游戏管理器 (MPM) 的示例代码。
  </Card>

  <Card title="启用与好友一起玩多人游戏" icon="users" href="/services/xbox-services/multiplayer/mpm/how-to/live-play-multiplayer-with-friends">
    a id="top"/a
  </Card>

  <Card title="通过匹配查找多人游戏" icon="shuffle" href="/services/xbox-services/multiplayer/mpm/how-to/live-play-multiplayer-with-matchmaking">
    a id="top"/a
  </Card>

  <Card title="使用多人游戏管理器发送游戏邀请" icon="book-open" href="/services/xbox-services/multiplayer/mpm/how-to/live-send-game-invites">
    在简单的多人游戏场景中,游戏玩家可以与好友在线一起玩。
  </Card>
</CardGroup>

## 另请参阅

* [概念](/services/xbox-services/multiplayer/mpm/concepts/index)


## Related topics

- [操作指南](/zh-CN/services/xbox-services/community/reputation/how-to/index.md)
- [异步 Lobby 和 Matchmaking C++ SDK 操作指南](/zh-CN/services/playfab/multiplayer/lobby/lobby-and-matchmaking-client-sdk-async.md)
- [合作伙伴中心功能概览](/zh-CN/publishing/game-publishing/concepts/overview.md)
- [认证分步指南](/zh-CN/publishing/game-publishing/concepts/certification/certification-guide.md)
- [异步任务队列设计](/zh-CN/build/core-features/common/async/async-task-queue-design.md)
