> For the complete documentation index, see [llms.txt](https://docs.nexthink.com/platform/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nexthink.com/platform/ja/user-guide/adopt/guide-content-development-from-in-app-adopt-editor/developing-walkthrough-guides/defining-walkthrough-step/configuring-actions-buttons-within-a-walkthrough-step.md).

# ウォークスルーステップ内のアクションボタンの構成

アクションボタンは、ユーザーがクリックするとワークフローを起動します。 ガイド内でキャンペーンやリモートアクションを自動的に展開するために使用します。

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

## アクションボタンの追加

Adopt Editor からステップにアクションボタンを追加するには：

1. ステップの **プロパティ** を開き、**表示** タブにアクセスします。
2. オプションのボタンの1つを有効にします。
3. 有効になったボタンの **設定ホイール** をクリックします。
4. **アクションタイプ** の下で **ワークフローの起動** を選択します。
5. リストからワークフローを選択します。 使いやすいように検索バーがあります。
6. **ラベル** の下で、アクションボタンのラベルを定義します。
7. 変更を **保存** します。

## 制限事項

アクションボタンにワークフローをリンクする場合、いくつかの制限があります：

キャンペーンの場合：

* キャンペーンにはシングルアンサーの質問のみを含めることができます。
* **トリガー** 方法は **ワークフロー** に設定する必要があります。
* 遅延を避けるために、**優先度** を **緊急** または **必須** に設定することを検討してください。 設定されていない場合、ユーザーは最大30秒の遅延を経験する可能性があります。

リモートアクションの場合：

* ユーザーは入力パラメータを変更できません。
* **ユーザーがカスタム値を入力できるようにする** 設定は無効にする必要があります。

ワークフローの場合：

* ワークフローは有効にする必要があります。
* ワークフローには入力パラメータが含められません。
* **トリガー** 方法は **手動** に設定する必要があります。
* ワークフローは **ユーザー** または **デバイス** をターゲットにする必要があります。


---

# 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:

```
GET https://docs.nexthink.com/platform/ja/user-guide/adopt/guide-content-development-from-in-app-adopt-editor/developing-walkthrough-guides/defining-walkthrough-step/configuring-actions-buttons-within-a-walkthrough-step.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
