> 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/getting-started/start-guide.md).

# 学習ガイド・デモプロジェクト

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

## スタートガイドとは

これからWicleを始める方に向けた、チェックリスト形式で学べるコンテンツです。目的に応じた2種類のガイドがあります。

<table data-header-hidden><thead><tr><th width="232"></th><th></th></tr></thead><tbody><tr><td>セットアップガイド</td><td>データの計測などの初期設定を行う管理者向けの設定ガイド</td></tr><tr><td>分析ガイド</td><td>Wicleの基本的な機能に触れられる、分析者向けのガイド</td></tr></tbody></table>

### 使い方

* 左メニュー上部`学習ガイド`からアクセスできます。
* ガイドには該当画面へのリンクと、対応するドキュメントを開くリンクがあります。画面を見ながら触ってみてください。
* 各ステップは完了を押すか、対応する操作をするとチェックがつきます。

### 終了する時は

全て終わったら右上の`ガイドを終了`から終了できます。

終了するとガイドは非表示になりますが、左メニュー＞ヘルプ＞スタートガイドから再度アクセスができます。

## デモプロジェクトとは

Wicleのタグ設置前に、実際にどのようなデータが取得でき、どのように可視化されるのかを、サンプルデータでご確認いただけます。

サンプルデータは、ECサイトとSaaS型サービスの2種類のプロダクトを想定したプロジェクトに基づいて作成されています。

### アクセス方法

* 左上部のプロジェクト名からアクセスできます。

<div align="left"><figure><img src="/files/oIZVG0bmTqG707CqL4Tl" alt="" width="563"><figcaption></figcaption></figure></div>

## 困った時は

チャットでお気軽にお問い合わせください。


---

# 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/getting-started/start-guide.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.
