# アプリ内Adopt Editorからのガイドコンテンツ開発

Nexthink Infinityで[ガイドを作成](/platform/ja/user-guide/adopt/guide-creation-and-management-from-nexthink-applications/creating-guides.md)し、特定のウェブアプリケーションの[アドプション設定を構成](/platform/ja/user-guide/adopt/guide-creation-and-management-from-nexthink-applications/configuring-adoption-settings.md)した後、Nexthinkブラウザ拡張を使用してターゲットウェブアプリケーション上でAdoptエディタに直接アクセスします。

## Adopt Editorで特定のガイドにアクセスする方法

特定のガイドにアクセスするには:

1. ガイドが作成されたNexthink環境に認証します:
   * Nexthinkブラウザ拡張の**Tenants Configuration**ページにアクセスし、アクションメニューから**Authenticate**を選択します。
   * 代わりに、デフォルトのNexthinkテナントに認証するには、ブラウザツールバーのNexthinkアイコンを右クリックし、**管理者としてサインイン**を選択します。

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

3. 認証後、ブラウザのツールバーにあるNexthinkアイコンをクリックするか、拡張オプションから「ポップアップウィンドウを調査」を選択します。
   * 作成したガイドがあるNexthink **テナント**を選択します。
   * 対象のウェブ**アプリケーション**を選択します。
4. 興味のあるガイドをクリックすると、ウェブアプリケーションのURL上で直接Adopt Editorが開きます。

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

## Adopt Editorの理解

ブラウザ拡張からガイドを選択すると、**Adopt Editor**が画面の左側に表示され、ガイドコンテンツを作成および管理できます。

### ガイドオプション

Adopt Editorのアプリケーション内インターフェースには次のオプションが表示されます:

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

1. エディタをページの右または左側に移動させます。
2. ガイドの種類に応じて新しい項目を追加します:
   * 順を追ったステップ、アクション、または決定
   * ツールチップステップ
   * メディア項目
3. [ガイド言語](/platform/ja/user-guide/adopt/guide-creation-and-management-from-nexthink-applications/creating-guides.md#localizing-content-with-ai)を変更して、NexthinkによってAI生成されたガイドコンテンツのレビューと上書きを行います。
4. エディタをオフにします。
5. ガイドの名前をプレビューします。

### ガイドアイテムオプション

ガイドアイテムを追加した後、次のオプションを確認します:

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

1. 項目を上下に移動して順序を並べ替えます。
2. その詳細を設定するために、[項目のプロパティ](#item-properties)にアクセスします。
3. ステップを削除するか、オプションにします。
4. 複数のステップを一度に選択して、選択したすべてのステップの**位置**プロパティを設定します（ウォークスルーのみの機能です）。

### アイテムプロパティ

ギアアイコンを選択して、ステップやメディア項目のプロパティにアクセスします。 ガイドの種類に応じて、利用可能なプロパティが異なります。 メディア項目にはコンテンツタブのみが含まれており、ツールチップとウォークスルーステップは**コンテンツ**、**外観、位置**、**表示**または**トリガー**の全4タブにわたって対話型オプションを提供します。

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

各タブに含まれるガイドの種類ごとの機能は、以下のセクションで詳細に説明されています:

* [ウォークスルーガイドの開発](/platform/ja/user-guide/adopt/guide-content-development-from-in-app-adopt-editor/developing-walkthrough-guides.md)
* [ツールチップガイドの開発](/platform/ja/user-guide/adopt/guide-content-development-from-in-app-adopt-editor/developing-tooltip-guides.md)
* [メディアガイドの開発](/platform/ja/user-guide/adopt/guide-content-development-from-in-app-adopt-editor/developing-media-guides.md)

{% hint style="warning" %}
ガイドを公開するための手順概要については、\[ガイドの展開：エンドツーエンド手順]\(../getting-started-with-adopt/deploying-a-guide-end-to-end-procedure.md)を参照してください。
{% endhint %}


---

# Agent Instructions: 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.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.
