> 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.md).

# アプリ内ガイドエディターによるガイドコンテンツ開発

Nexthink Infinity で[ガイドを作成](/platform/ja/user-guide/adopt/guide-creation-and-management-from-nexthink-applications/creating-guides.md)し、特定の Web アプリケーション向けに[アドプション設定を構成](/platform/ja/user-guide/adopt/guide-creation-and-management-from-nexthink-applications/configuring-adoption-settings.md)した後、Nexthink ブラウザー拡張機能を使用して、対象の Web アプリケーション上で直接 Guides Editor にアクセスします。​

## Guides Editor で特定のガイドにアクセスする​

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

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

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

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

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

## Guides Editor の概要​

ブラウザー拡張機能からガイドを選択すると、**Guides Editor** が画面左側に開き、ガイドコンテンツを作成および管理できるようになります。​

### ガイドオプション

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

<figure><img src="/files/vYQr45GMYwqtjUivoRk4" alt="" width="234"><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="" width="234"><figcaption></figcaption></figure>

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

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

ギアアイコンを選択して、ステップやメディア項目のプロパティにアクセスします。 ガイドの種類に応じて、利用できるプロパティが異なります。

メディア項目には［Content］タブのみが含まれますが、ツールチップとウォークスルーのステップには、**Content**、**Appearance, Position**、**Display** または **Triggers** の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" %}
ガイドを公開するための手順をまとめたシーケンスについては、[ガイドのデプロイ：エンドツーエンド](/platform/ja/user-guide/adopt/getting-started-with-adopt/deploying-a-guide-end-to-end-procedure.md) を参照してください。
{% endhint %}


---

# 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.nexthink.com/platform/ja/user-guide/adopt/guide-content-development-from-in-app-adopt-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.
