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

# Game chat2

> Browse Game Chat 2 topics for the XBOX GDK, including the C++ API walkthrough, real-time audio manipulation, and privacy-aware voice and text chat.

Explore game chat2 topics for XBOX game development.

<CardGroup cols={2}>
  <Card title="Intro to game chat 2" icon="users-line" href="/services/xbox-services/multiplayer/chat/game-chat2/game-chat-2-intro">
    Use Game Chat 2 to add voice and text chat communications to your app while respecting your users' privacy settings and fulfilling the XBOX…
  </Card>

  <Card title="Game chat 2" icon="comments" href="/services/xbox-services/multiplayer/chat/game-chat2/game-chat-2-overview">
    Use this tool to add voice and text chat communications to your app while respecting your users' privacy settings.
  </Card>

  <Card title="Real-time audio manipulation" icon="volume-high" href="/services/xbox-services/multiplayer/chat/game-chat2/real-time-audio-manipulation">
    This topic has a brief walk-through of using real-time audio manipulation.
  </Card>

  <Card title="Using the game chat 2 c++ API" icon="users-line" href="/services/xbox-services/multiplayer/chat/game-chat2/using-game-chat-2">
    This topic provides a brief walk-through of using the C++ API of Game Chat 2 to add voice and text communication to your game.
  </Card>
</CardGroup>


## Related topics

- [GameChat2 members](/reference/chat/gamechat2/gamechat2_members.md)
- [game_chat_sample_type](/reference/chat/gamechat2/enums/game_chat_sample_type.md)
- [game_chat_thread_id](/reference/chat/gamechat2/enums/game_chat_thread_id.md)
- [game_chat_data_frame](/reference/chat/gamechat2/structs/game_chat_data_frame.md)
- [game_chat_state_change](/reference/chat/gamechat2/structs/game_chat_state_change.md)
