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

# Players ページの使用

> PlayFab Game Manager の Players ページで、プレーンテキスト検索や PlayerProfile 列に対する KQL 複合クエリを使ってアカウントを確認およびフィルタリングします。

## プレイヤーの監視

**Players** ページを使用して、タイトル内のプレイヤーを確認できます。

* **Game Manager** ページに移動します。
* 左側のメニューから **Players** を選択します。
* **Players** タブを選択します。

<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" />

このページでは、登録済みプレイヤーの一覧を表形式で確認できます。表にはプレイヤーに関する一般的な情報が含まれます。

プレイヤー ID ラベル (青色) を選択すると、[特定のプレイヤーの詳細を確認](/services/playfab/player-progression/player-data/player-details) できます。また、**Search Query** フィールドを使用してプレイヤーを検索することもできます。

## 検索テクニック

**Search** クエリフィールドは 2 種類のクエリを受け付けます:

1. **Simple**: 検索ボックスにプレーンテキストを入力すると、ID 列に対する文字列の完全一致を返します。
2. **Complex**: [KQL 構文](https://learn.microsoft.com/en-us/azure/data-explorer/kusto/query/) を使用してクエリを構築します。

複合クエリのサンプルは、右上の **Search Tips** ボタンからアクセスできます。サンプルクエリを選択すると、検索ボックスに正しい KQL 構文が自動的に入力されます。その後、ユースケースに合わせてクエリを編集できます。

Player Profile テーブルには多くの属性があり、そのすべてが UI に表示されているわけではありません。ただし、これらの [PlayerProfile](/services/playfab/api-references/events/data-types/playerprofile) 列のいずれに対しても複合クエリで検索できます。

<Note>
  忘れないでください - 任意の [検索可能なプレイヤーフィールド](/services/playfab/api-references/events/data-types/playerprofile) をクエリパラメーターとして使用できます。
</Note>


## Related topics

- [パッケージのない耐久型の使用方法](/ja-jp/publishing/xstore-commerce/xstore-dwob.md)
- [Player details の使用](/ja-jp/services/playfab/player-progression/player-data/player-details.md)
- [Microsoft GDK ゲーム OS メモリ マネージャーの使用](/ja-jp/build/console-features/memory/system-memory-working.md)
- [プレビュー期間中の Playtest の使用](/ja-jp/publishing/game-publishing/concepts/playtest-preview.md)
- [テキスト モデレーションの使用](/ja-jp/services/playfab/community/voice-communications/concepts-text-moderation.md)
