> 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/funnel/overview.md).

# ファネルの概要

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

## ファネルでできること <a href="#what-you-can-do" id="what-you-can-do"></a>

具体的なユーザー行動のシナリオをステップとして登録し、各ステップの到達状況や離脱を可視化できます。これにより、状況の良し悪しを把握し、改善が必要なポイントを見つけやすくなります。

* 複数ステップの通過率・離脱をキャンバス上で確認する
* 分岐を含むステップツリーで、行動シナリオを柔軟に設計する
* ファネル全体のコンバージョン条件を設定し、到達とCVの関係を分析する
* 各ステップに到達したユーザー・しなかったユーザーを一覧で確認し、n1ユーザー画面へ遷移する
* 未保存の条件変更を直近24時間相当のプレビューで素早く確認する

{% hint style="info" %}
ステップの検索条件は[イベントを検索する](/analytics/event/search-event.md)と同じ仕様です。発生タイミングや時間差などの接続条件は[高度な条件設定](/analytics/funnel/advanced-condition.md)をご覧ください。
{% endhint %}

## 画面構成 <a href="#screen-layout" id="screen-layout"></a>

ファネルは一覧画面と編集画面で構成されています。

### 一覧画面 <a href="#list-screen" id="list-screen"></a>

左メニューの`ファネル`から開けます。フォルダで整理し、名前・説明での検索や「自分が作成したもののみ」での絞り込みができます。

### 編集画面 <a href="#editor-screen" id="editor-screen"></a>

編集画面は次の3つの領域で構成されています。

| 領域     | 説明                                   |
| ------ | ------------------------------------ |
| 設定バー   | 集計期間、コンバージョン（CV）、CV表示の切替、カスタムスタッツ    |
| キャンバス  | ステップカードと接続線で構成されるステップツリー。ズーム・パン操作に対応 |
| インスペクタ | 選択中ステップの条件・接続条件・推移、およびユーザー一覧         |

詳しい操作手順は[ファネルを作成する](/analytics/funnel/create-funnel.md)、ステップ詳細の見方は[ステップ詳細の見方](/analytics/funnel/detail-funnel.md)をご覧ください。


---

# 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/funnel/overview.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.
