> For the complete documentation index, see [llms.txt](https://docs.allout.game/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.allout.game/core-engine-concepts/player-list.md).

# Player List

The built-in player list shows the players in the current game.

<figure><img src="https://3803321901-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FzA8RGUKJ88fD0oXVALlz%2Fuploads%2Fgit-blob-bae2f01209040ed5bc1e6740088e5c521e1421c5%2Fplayer-list.png?alt=media" alt="The built-in player list"><figcaption></figcaption></figure>

The built-in list does not expose custom rows or fields to CSL.

If your game needs levels, teams, or room names in a list, draw a separate UI from the local player's `ao_late_update`. Iterate players with `component_iterator(Player)` and guard the UI with `is_local_or_server()`.
