> 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/introduction/initial-setup.md).

# 初期セットアップ

## **アカウントの確認**

各種アカウントやページにアクセスできるかを確認します。

* Anyflow Embed のアカウントが担当者から付与されており、ログインできる
* 【任意】 SlackコネクトでAnyflowとつながる
* 連携しようとしているSaaSのアカウントを持っている（有料のSaaSでも開発者アカウントは無料で提供されていることがあります）

## **JWTの準備**

Anyflow SDKの初期化に必要なJWTを発行するための準備を行います。

* ウィザードを埋め込むサイトの[オリジン](/release/embed/generate-jwt.md)をAnyflow 担当者へ共有している
* JWTに含めるiss（ベンダーID）の値を[管理画面](https://embed.anyflow.jp/settings/jwt)から取得している
* 署名の検証を行うための[公開鍵](doc:https://anyflow.readme.io/docs/generate-jwt#jwt%E3%82%AD%E3%83%BC%E3%82%92%E7%94%9F%E6%88%90%E3%81%99%E3%82%8B)を発行し、[管理画面](https://embed.anyflow.jp/settings/jwt)から登録している

{% hint style="success" %}

### [ウィザードホスティング](/release/wizard-hosting.md)を利用する場合は、この準備は不要です。

{% endhint %}

## **任意の設定**

* 【推奨】エラー発生時などに[イベント通知](/ops/event-notification.md)を受け取るように設定している
* [ウィザードホスティング](/release/wizard-hosting.md)を利用する場合はAnyflow 担当者へ伝えている
* [デプロイ環境](/release/deploy-environment.md)を利用する場合はAnyflow 担当者へ伝えている


---

# 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/introduction/initial-setup.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.
