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

# Using the Players Page

> Search the PlayFab Game Manager Players page with plain-text lookups or KQL complex queries against PlayerProfile columns to inspect and filter accounts.

## Monitoring players

It is possible to inspect the players you have in your title using the **Players** page.

* Go to the **Game Manager** page.
* Select **Players** from the menu on the left.
* Select the **Players** tab.

<img src="https://mintcdn.com/microsoft-4404708b/N3T1ucKV7zIMBudj/images/playfab/player-progression/player-data/tutorials/player-search-page.png?fit=max&auto=format&n=N3T1ucKV7zIMBudj&q=85&s=cd6cbf782f92584504f0a03b71ced8d0" alt="Game Manager - Players Page" width="1280" height="900" data-path="images/playfab/player-progression/player-data/tutorials/player-search-page.png" />

On this page, You can inspect the list of registered players in a table format. The table contains general information about the player.

You can select a player ID label (blue) to [inspect details about a particular player](/services/playfab/player-progression/player-data/player-details). You can also use the **Search Query** field to look up players.

## Search Techniques

The **Search** query field accepts two types of queries:

1. **Simple**: Type plain text in the search box to return literal string matches on the ID column.
2. **Complex**: Construct queries using the [KQL syntax](https://learn.microsoft.com/en-us/azure/data-explorer/kusto/query/).

Sample complex queries can be accessed from the **Search Tips** button in the upper right. Selecting a sample query will automatically populate the search box with the correct KQL syntax. You can then edit the query to suit your use case.

There are many attributes of the Player Profile table, not all of which are visualized in the UI. However, you may search on any of these [PlayerProfile](/services/playfab/api-references/events/data-types/playerprofile) columns using a complex query.

<Note>
  Remember - you can use any [searchable player field](/services/playfab/api-references/events/data-types/playerprofile) as a query parameter.
</Note>


## Related topics

- [Using Player details](/services/playfab/player-progression/player-data/player-details.md)
- [Using player statistics](/services/playfab/community/leaderboards/tournaments-leaderboards/using-player-statistics.md)
- [Using Player inventory](/services/playfab/player-progression/player-data/player-inventory.md)
- [Setting up PlayFab authentication using Twitch and HTML5](/services/playfab/identity/player-identity/platform-specific-authentication/twitch-html5.md)
- [Invite players to game sessions](/services/xbox-services/multiplayer/invites/live-invites-nav.md)
