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

# How to

> Reference and how-to guides for rich presence in the XBOX Game Development Kit (XBOX Services). Includes concepts and API guidance.

Explore how to topics for XBOX game development.

<CardGroup cols={2}>
  <Card title="Getting a user's presence" icon="user" href="/services/xbox-services/community/presence/how-to/live-getting-a-users-presence">
    This topic provides example code for getting a user's Presence.​
  </Card>

  <Card title="Handling a device presence change" icon="book-open" href="/services/xbox-services/community/presence/how-to/live-handling-a-device-presence-change">
    This topic provides example code for handling a device Presence change.
  </Card>

  <Card title="Handling a title presence change" icon="book-open" href="/services/xbox-services/community/presence/how-to/live-handling-a-title-presence-change">
    This topic provides example code for handling a title Presence change.
  </Card>

  <Card title="Rich presence example code" icon="code" href="/services/xbox-services/community/presence/how-to/live-presence-howto-nav">
    This section provides example code for Rich Presence strings.
  </Card>

  <Card title="Updating a user's presence via REST" icon="user" href="/services/xbox-services/community/presence/how-to/live-updating-presence-rest">
    This topic provides example code for updating Rich Presence strings.
  </Card>

  <Card title="Updating a user's presence via XSAPI c" icon="user" href="/services/xbox-services/community/presence/how-to/live-updating-user-presence">
    This topic provides example code for setting a user's online Presence status.
  </Card>
</CardGroup>

## See also

* [Concepts](/services/xbox-services/community/presence/concepts/index)


## Related topics

- [How to](/services/xbox-services/player-data/achievements/event-based/how-to/index.md)
- [How to: Submitting callbacks](/build/core-features/common/async/async-task-queue-design-howto/submitting-callbacks.md)
- [How matchmaking works](/services/playfab/multiplayer/matchmaking/how-matchmaking-works.md)
- [How to delist items from the Store](/publishing/game-publishing/how-to/how-to-delist-from-retail.md)
- [How to make price changes](/publishing/game-publishing/how-to/how-to-priceupdate.md)
