> 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/after-trial-tour.md).

# トライアルツアーが終わったら

トライアルツアーの初級編・中級編が終わったら、実際に本番で利用するためのソリューションを作成していきましょう。

このページではそのためのステップをご紹介します。

## **1.ゴールを決める**

<figure><img src="https://files.readme.io/4228697-A_small_team_of_three_to_four_professionals_is_seated_around_a_smaller_round_table_in_a_cozy_meeting_room_engaged_in_an_intense_discussion_about_set.webp" alt="" width="563"><figcaption></figcaption></figure>

**現在の課題から、Anyflow Embedで実現したいことを決める**\
課題を洗い出し、Anyflow Embedを利用してどう解決できるか、導入のゴールを関係者間で確認しましょう。\
課題の優先度とすり合わせたゴールをもとに、Anyflow Embedでどんな内容を実現したいか検討してください。

技術的内容については、以下のページを案内しておくとスムーズです。

[Anyflow SDKを使った組み込み](/release/embed.md)

[Anyflow SDK ドキュメント](/anyflow-sdk/docs.md)

## **2.設定する**

<figure><img src="https://files.readme.io/d83c937-Reimagine_the_first_image_with_a_joyful_twist__An_individual_is_seated_at_a_modern_minimalist_desk_in_a_brightly_lit_office_now_with_a_more_relaxed_.webp" alt="" width="563"><figcaption></figcaption></figure>

**各機能の使い方を学び、設定を行う**\
Anyflow Embedの仕組みや仕様を確認しながら、設定を進めましょう。\
トライアルツアーでご案内している順番に従って進めるのがおすすめです。

[🎨 ソリューションエディタの機能](/solution-editor/about.md)

## **3.テストする**

<figure><img src="https://files.readme.io/b01c428-Visualize_a_scene_where_two_engineers_are_collaboratively_analyzing_a_no-code_tool_interface_displayed_on_a_single_computer_screen_in_a_tech-focused_w.webp" alt="" width="563"><figcaption></figcaption></figure>

**テストデータを準備し、実際にAnyflow Embedを動かしてみる**\
実際のテストデータを準備して、ソリューションが動作するか確認しましょう。

[テストを行う](/release/solution-test.md)

## **4.稼働準備〜運用する**

<figure><img src="https://files.readme.io/17415de-Imagine_a_relaxed_and_casual_setting_where_a_team_is_presenting_a_new_website_feature_now_with_the_team_members_dressed_in_more_casual_attire_reflec.webp" alt="" width="563"><figcaption></figcaption></figure>

**実際の運用に向けて準備を進める**\
ソリューションの提供準備が整ったら、エンドユーザー向けにご案内する準備をはじめます。

[デプロイを行う](/release/deploy.md)

[ソリューションを提供する](/ops/solution-history.md)

## **その他**

不明な点はお気軽にAnyflow CSチームにご連絡ください👋


---

# 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/after-trial-tour.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.
