> 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/other/faq/how-to-use/ai-features.md).

# AI機能について

WicleのチャットエージェントやAI機能に関するよくある質問です。

## クイック分析と分析アシスタントは何が違いますか？ <a href="#quick-vs-assistant" id="quick-vs-assistant"></a>

`クイック分析` は、現在表示している画面の情報をもとに簡単な分析を行う機能です。

`分析アシスタント` は、表示中の画面に限らず、計測しているデータに対して自然言語で自由に深掘り分析できる機能です。クイック分析で `詳細分析` をオンにすると分析アシスタントに切り替わります。

詳しくは [チャットエージェント](/ai/agent.md) をご覧ください。

## 「Wicle AIの有効化」と「AI Analyticsオプション」は何が違いますか？ <a href="#wicle-ai-vs-ai-analytics" id="wicle-ai-vs-ai-analytics"></a>

`Wicle AIの有効化` は、AI機能を利用するための設定です（無料）。AI機能を使うには、まずこの有効化が必要です。

`AI Analyticsオプション` は、Wicle AIの有効化を前提に契約できる有償オプションです（プランを問わず契約できます）。AIによる自動分析がより幅広く利用でき、分析アシスタントなどの利用回数の上限も拡大します。

各機能がどのプランで使えるかは [プランごとの機能・上限一覧](/billing/plan-comparison.md) をご覧ください。

## AIに入力したデータや分析結果は、AIモデルの学習に使われますか？ <a href="#ai-training" id="ai-training"></a>

いいえ。入力内容や出力結果が生成AIモデルの学習・改善に利用されることはありません。

詳しくは [AI機能の提供ポリシー](/ai/policy.md) をご覧ください。

## 設定アシスタントとは何ができますか？ <a href="#config-assistant" id="config-assistant"></a>

`設定アシスタント` は、プロジェクトの設定に関する質問やトラッキングの診断ができるエージェントです。「設定状況を診断して」「CVイベントの設定を手伝って」「タグ設置の確認をしたい」といった質問から始められます。データを深掘り分析するクイック分析・分析アシスタントとは役割が異なります。

詳しくは [チャットエージェント](/ai/agent.md) をご覧ください。

## AIレポートとは何ですか？ <a href="#ai-report" id="ai-report"></a>

`AIレポート` は、データの変化をAIが自動で要約し、トレンドと変化点を知らせる機能です。日次・週次・月次の3つの期間で、流入・コンバージョン・ページ・定着の各カテゴリのレポートを確認できます。

詳しくは [AIレポート](/ai/ai-summary.md) をご覧ください。

## AIとの会話は他のメンバーにも見られますか？プライベートにできますか？ <a href="#conversation-privacy" id="conversation-privacy"></a>

会話は基本的にプロジェクト内のメンバーに共有されます。他のメンバーに見せたくない会話は、プライベートとして作成することもできます。ただし、設定アシスタントの会話は常にプロジェクト内で共有されます。

詳しくは [チャットエージェント](/ai/agent.md) をご覧ください。

## AIに個人情報や社外秘の情報を入力しても大丈夫ですか？ <a href="#ai-input-caution" id="ai-input-caution"></a>

個人情報（氏名・住所・クレジットカード番号など）や業務上の機密情報の入力は、禁止事項として定められています。入力する情報は、ご自身のプライバシーポリシーに照らして問題ないかをご確認のうえご利用ください。

詳しくは [AI機能の提供ポリシー](/ai/policy.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/other/faq/how-to-use/ai-features.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.
