> For the complete documentation index, see [llms.txt](https://docs-embed.anyflow.jp/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs-embed.anyflow.jp/trial-tour/start.md).

# トライアルツアー初級編

## **概要**

このトライアルツアーは、Anyflow Embedを使いはじめるために必要な初期設定や、スムーズにソリューションを作成するためのステップをまとめたコース集です。

このコースを、STEP1〜4 までのひと通り終えると、Anyflow Embedのオンボーディングが完了します。\
各STEPの順番通りに、Anyflow Embedを操作しながら進めていただくことをおすすめします。

## **トライアルツアーの流れ**

### [**STEP1｜アカウント作成 〜 ソリューション作成**](/trial-tour/start/step1.md)

アカウントの発行手順〜ソリューションの基本設定の方法についてご案内します。

### [**STEP2｜エンドユーザー変数**](/trial-tour/start/step2.md)

STEP1のソリューションを活用し、エンドユーザー変数、アシストの設定方法についてご案内します。

### [**STEP3｜ifステップ**](/trial-tour/start/step3.md)

STEP2のソリューションを活用し、ifステップの設定方法についてご案内します。

### [**STEP4｜変数の活用、デバッグ**](/trial-tour/start/step4.md)

STEP1〜3のソリューションを活用し、トリガーで取得した変数をアクションで利用する方法とデバッグの方法についてご紹介します。

まずは、[STEP1｜アカウント作成 〜 ソリューション作成](/trial-tour/start/step1.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-embed.anyflow.jp/trial-tour/start.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.
