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

# XR-070 Friends Lists

> Titles must use the XBOX network Friends list from XBOX APIs as the primary list; publisher-account friends can appear as a secondary or blended list.

**XR-070 is tested in Certification.** Titles must use the XBOX network Friends list as the primary list of friends. Titles must obtain the friends list from XBOX APIs and must not store the friends list in a permanent nature on game servers.

Titles can display a secondary list of friends from a central publisher account for players not on the XBOX network, or not on the user’s XBOX network friends list. If the title displays a blended list, iconography or other clarifying marks must be used to disambiguate XBOX network friends from friends on other networks.

For implementation details, see the [People System (Friends List) overview](/services/xbox-services/community/people-system/live-people-system-nav).

## Test cases

### 070-01 XBOX Friends List

1. Locate any lists of people displayed within the title and verify they contain the XBOX network Friends list.
2. If the title displays a blended friends list, verify XBOX network friends are visually disambiguated from publisher-account friends.

**Pass examples:**

* The title uses the XBOX network Friends list as the primary list of friends via XBOX APIs.
* The title exposes secondary lists (recent players, guild members) that aren’t positioned as the user’s core friends list.
* The title displays a friends list filtered to friends who own or are currently playing the title.
* A blended list contains both XBOX network and publisher-account friends with icons or badges to distinguish them.

**Fail examples:**

* The title doesn’t use XBOX APIs to source the friends list.
* The title stores the friends list persistently on game servers.
* A blended list mixes XBOX network friends with publisher-account friends with no visual disambiguation.

## Related

* [XR-045 XBOX network and Account Privileges](/publishing/certification/xr/xr-045)
* [XR-067 Maintaining Multiplayer Session State](/publishing/certification/xr/xr-067)
* [XR-124 Game Invitations](/publishing/certification/xr/xr-124)


## Related topics

- [XBOX Certification overview](/publishing/certification/overview.md)
- [FMA: XR-070 Friends Lists](/publishing/certification/fma/xr-070.md)
- [XBOX Requirements (XRs) certification reference](/publishing/certification/xbox-requirements.md)
- [XR-067 Maintaining Multiplayer Session State](/publishing/certification/xr/xr-067.md)
- [XBOX Requirements](/services/playfab/multiplayer/networking/xbox-requirements.md)
