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

> Cross-platform PlayFab Community tools and services for building social experiences: friends, groups, leaderboards, and real-time voice and text chat.

Cross-platform tools and services for building engaging social experiences: friends, groups, leaderboards, and real-time voice and text chat.

## Overview

<CardGroup cols={2}>
  <Card title="What is Community?" icon="circle-info" href="/services/playfab/community/what-is-community">
    A tour of PlayFab's social services.
  </Card>
</CardGroup>

## Player associations

<CardGroup cols={2}>
  <Card title="Friends" icon="user-group" href="/services/playfab/community/associations/friends/index">
    Manage player friend lists and relationships.
  </Card>

  <Card title="Groups" icon="people-group" href="/services/playfab/community/associations/groups/index">
    Create and manage guilds and player groups.
  </Card>

  <Card title="Friends quickstart" icon="bolt" href="/services/playfab/community/associations/friends/quickstart">
    Add a friend end-to-end.
  </Card>

  <Card title="Groups quickstart" icon="bolt" href="/services/playfab/community/associations/groups/quickstart">
    Create a group end-to-end.
  </Card>
</CardGroup>

## Leaderboards

<CardGroup cols={2}>
  <Card title="What are leaderboards?" icon="ranking-star" href="/services/playfab/community/leaderboards/index">
    Permanent or time-limited competitions among players.
  </Card>

  <Card title="Leaderboards quickstart" icon="bolt" href="/services/playfab/community/leaderboards/quickstart-leaderboards">
    Publish a leaderboard end-to-end.
  </Card>

  <Card title="Leaderboards reference" icon="brackets-curly" href="/services/playfab/community/leaderboards/api-reference">
    API reference for leaderboards.
  </Card>

  <Card title="Limits" icon="ruler-horizontal" href="/services/playfab/community/leaderboards/limits-leaderboards">
    Size and shape limits on leaderboards.
  </Card>

  <Card title="Quota" icon="gauge" href="/services/playfab/community/leaderboards/quota-leaderboards">
    Call-rate quotas on leaderboard APIs.
  </Card>

  <Card title="PlayStream and telemetry" icon="stream" href="/services/playfab/community/leaderboards/leaderboards-with-playstream-and-telemetry">
    Feed leaderboards from PlayStream and telemetry events.
  </Card>
</CardGroup>

## Voice and text chat

<CardGroup cols={2}>
  <Card title="Voice communications" icon="microphone" href="/services/playfab/community/voice-communications/concepts-chat">
    Real-time voice and text chat concepts.
  </Card>

  <Card title="Chat permissions and muting" icon="volume-xmark" href="/services/playfab/community/voice-communications/concepts-chat-permissions-and-muting">
    Control who can talk to whom.
  </Card>

  <Card title="Party quickstart" icon="bolt" href="/services/playfab/multiplayer/networking/quickstart">
    Connect players with the Party SDK.
  </Card>

  <Card title="Party C++ API" icon="brackets-curly" href="/services/playfab/multiplayer/networking/reference/party_members">
    Complete Party C/C++ reference.
  </Card>

  <Card title="Party error codes" icon="triangle-exclamation" href="/services/playfab/multiplayer/networking/reference/partyerrors">
    Party SDK error code reference.
  </Card>

  <Card title="Party samples" icon="folder-open" href="/services/playfab/multiplayer/networking/party-samples">
    Reference implementations for Party.
  </Card>
</CardGroup>

## Pricing

<CardGroup cols={2}>
  <Card title="Meters overview" icon="gauge" href="/services/playfab/pricing/meters/meters">
    How Community usage is metered.
  </Card>

  <Card title="Leaderboards meters" icon="ranking-star" href="/services/playfab/pricing/meters/leaderboard-meters">
    Metering specific to leaderboards.
  </Card>

  <Card title="Consumption best practices" icon="chart-line" href="/services/playfab/pricing/consumption-best-practices">
    Reduce cost for high-volume community titles.
  </Card>
</CardGroup>


## Related topics

- [PlayFab Community documentation](/services/playfab/community/index.md)
- [PlayFab UGC documentation](/services/playfab/economy-monetization/economy-v2/ugc/index.md)
- [PlayFab Economy documentation](/services/playfab/economy-monetization/economy/index.md)
- [PlayFab Player progression documentation](/services/playfab/player-progression/index.md)
- [PlayFab Economy v2 documentation](/services/playfab/economy-monetization/index.md)
