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

# 组、公会和氏族

> 在 PlayFab 中构建公会、氏族和玩家组，使用 group 实体、成员角色、权限和面向组的数据存储。

# 组

组是一项社区功能，允许玩家组建公会、氏族或其他持久性联盟。`group` 实体类型支持成员管理、角色以及独立的数据存储。

组是 PlayFab 中的几种存储功能之一，每种功能都作用于不同的实体类型。有关比较，请参阅[实体对象](/services/playfab/live-service-management/game-configuration/entities/entity-objects#related-features)。

## 使用组你可以做什么

组实体类型使你能够：

* 创建和管理玩家组（公会、氏族、团队）
* 为组成员定义角色和权限
* 邀请和管理成员资格
* 使用[实体对象](/services/playfab/live-service-management/game-configuration/entities/entity-objects)和[实体文件](/services/playfab/live-service-management/game-configuration/entities/entity-files)存储组特有的数据

要在游戏中构建公会或氏族系统，请使用组功能并在游戏中创建自定义体验。


## Related topics

- [组、公会和氏族](/zh-CN/services/playfab/community/associations/groups/index.md)
- [实体组](/zh-CN/services/playfab/community/associations/groups/quickstart.md)
- [社区统计数据](/zh-CN/services/playfab/player-progression/statistics/community-statistics.md)
- [PlayFab 社区文档](/zh-CN/services/playfab/community/index.md)
- [组排行榜](/zh-CN/services/playfab/community/leaderboards/group-leaderboards.md)
