> For the complete documentation index, see [llms.txt](https://docs.wicle.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wicle.io/analytics/user/result-user.md).

# ユーザーの検索結果をみる

## ユーザーリストでできること <a href="#what-you-can-do" id="what-you-can-do"></a>

選択しているユーザー群（A or B or C）の検索条件にマッチしたユーザーがリストで表示されます。直接1人のユーザー（n1）の行動を確認したり、リストをダウンロードして他のデータと組み合わせて分析データとして活用することができます。

## ユーザーの詳細を見る <a href="#view-user-details" id="view-user-details"></a>

ユーザーリストからn1ユーザーを選択すると対象のユーザーの詳細な情報や行動を確認することができます。n1ユーザーの見方については[n1ユーザー](/analytics/n1-user.md)をご覧ください。

## その他の操作 <a href="#other-operations" id="other-operations"></a>

### カラムの表示設定と並び替え <a href="#column-settings" id="column-settings"></a>

ユーザーリスト右上のカラム設定からリストに表示するカラムを選択することができます。リストに表示されているカラムをドラッグ＆ドロップで、表示の並び替えを変更することができます。

<figure><img src="/files/MKkV1eun6QwoPFoHv7ez" alt=""><figcaption></figcaption></figure>

### 値のソート <a href="#sorting" id="sorting"></a>

ユーザーリスト右上でカラムと降順・昇順を設定することでリストをソートすることができます。

<figure><img src="/files/GCHW54OvaW1r7EvwGxKX" alt=""><figcaption></figcaption></figure>

### リストのダウンロード <a href="#download-list" id="download-list"></a>

ユーザーリスト右上のダウンロードアイコン選択すると表示されているリストをCSVファイルでダウンロードすることができます。

<figure><img src="/files/MEzrPncVFdJhnFx3Yld2" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
イベントデータを直接ダウンロードする機能は現在提供していません。イベントデータを直接取得したい場合は、[BigQuery連携](/bigquery-integration/setup.md)をご利用ください。
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.wicle.io/analytics/user/result-user.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
