> 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/solution-editor.md).

# ソリューションエディタ

- [ソリューションエディタとは](https://docs-embed.anyflow.jp/solution-editor/about.md)
- [トリガー](https://docs-embed.anyflow.jp/solution-editor/triggers.md): トリガー
- [自社プロダクト起点](https://docs-embed.anyflow.jp/solution-editor/triggers/outgoing.md): 自社プロダクトを起点にして連携を実行するトリガー
- [Clickトリガー](https://docs-embed.anyflow.jp/solution-editor/triggers/outgoing/click-triggers.md): Clickトリガーの設定方法について
- [Requestトリガー](https://docs-embed.anyflow.jp/solution-editor/triggers/outgoing/request-triggers.md)
- [Responseステップ](https://docs-embed.anyflow.jp/solution-editor/triggers/outgoing/request-triggers/response-step.md)
- [My Eventトリガー](https://docs-embed.anyflow.jp/solution-editor/triggers/outgoing/my-event.md): My Eventの概要と設定方法について
- [アクセストークンの発行](https://docs-embed.anyflow.jp/solution-editor/triggers/outgoing/my-event/access-token.md)
- [Webhookトリガー](https://docs-embed.anyflow.jp/solution-editor/triggers/outgoing/webhook.md)
- [Request / My Event / Webhook トリガーの違い](https://docs-embed.anyflow.jp/solution-editor/triggers/outgoing/request-vs-my-event-vs-webhook.md)
- [外部プロダクト起点](https://docs-embed.anyflow.jp/solution-editor/triggers/incoming.md): 外部プロダクトを起点にして連携を実行するトリガー
- [ポーリングトリガー](https://docs-embed.anyflow.jp/solution-editor/triggers/incoming/polling-triggers.md): トリガーの種類のうち、ポーリングについて
- [リアルタイムトリガー](https://docs-embed.anyflow.jp/solution-editor/triggers/incoming/realtime-triggers.md): トリガーの種類のうち、リアルタイムについて
- [スケジューラートリガー](https://docs-embed.anyflow.jp/solution-editor/triggers/scheduler.md): スケジューラートリガーの設定方法について
- [トリガー条件](https://docs-embed.anyflow.jp/solution-editor/triggers/triggers-conditions.md)
- [アクション](https://docs-embed.anyflow.jp/solution-editor/actions.md): ステップの種類のうち、アクションについて
- [APIの呼び出し](https://docs-embed.anyflow.jp/solution-editor/actions/api-call.md)
- [専用アクション](https://docs-embed.anyflow.jp/solution-editor/actions/api-call/built-in.md): 専用アクション
- [カスタムアクション](https://docs-embed.anyflow.jp/solution-editor/actions/api-call/custom.md): カスタムアクションの設定方法について
- [HTTPアクション](https://docs-embed.anyflow.jp/solution-editor/actions/api-call/http.md)
- [データの変換](https://docs-embed.anyflow.jp/solution-editor/actions/data-transform.md)
- [Pythonアクション](https://docs-embed.anyflow.jp/solution-editor/actions/data-transform/python.md)
- [変数アクション](https://docs-embed.anyflow.jp/solution-editor/actions/data-transform/variable.md): 変数のアクションの設定方法について
- [リストアクション](https://docs-embed.anyflow.jp/solution-editor/actions/data-transform/list.md)
- [日付と時刻アクション](https://docs-embed.anyflow.jp/solution-editor/actions/data-transform/datetime.md)
- [CSVアクション](https://docs-embed.anyflow.jp/solution-editor/actions/data-transform/csv.md)
- [データの記録](https://docs-embed.anyflow.jp/solution-editor/actions/data-store.md)
- [キーバリューストア（KVS）アクション](https://docs-embed.anyflow.jp/solution-editor/actions/data-store/kvs.md)
- [ログアクション](https://docs-embed.anyflow.jp/solution-editor/actions/data-store/log.md)
- [メールアクション](https://docs-embed.anyflow.jp/solution-editor/actions/data-store/mail.md)
- [ロジック](https://docs-embed.anyflow.jp/solution-editor/logic.md)
- [if](https://docs-embed.anyflow.jp/solution-editor/logic/if.md): ステップの種類のうち、ifについて
- [繰り返し](https://docs-embed.anyflow.jp/solution-editor/logic/loop.md)
- [エラー監視](https://docs-embed.anyflow.jp/solution-editor/logic/error-monitoring.md)
- [停止](https://docs-embed.anyflow.jp/solution-editor/logic/stop.md): ステップの種類のうち、停止について
- [ページネーション](https://docs-embed.anyflow.jp/solution-editor/logic/pagination.md)
- [変数](https://docs-embed.anyflow.jp/solution-editor/variables.md)
- [標準変数](https://docs-embed.anyflow.jp/solution-editor/variables/standard.md)
- [エンドユーザー変数](https://docs-embed.anyflow.jp/solution-editor/variables/enduser.md)
- [共通仕様](https://docs-embed.anyflow.jp/solution-editor/common-specs.md): 共通仕様
- [スキーマ定義](https://docs-embed.anyflow.jp/solution-editor/common-specs/schema-definition.md)
- [固定リストと動的リスト](https://docs-embed.anyflow.jp/solution-editor/common-specs/fixed-list-dynamic-list.md)
- [Formula](https://docs-embed.anyflow.jp/solution-editor/common-specs/formula.md): Formulaの設定方法について


---

# 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/solution-editor.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.
