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

# メディアガイドの開発

メディアガイドは、既存のメディアや記事をSaaSアプリケーション内に埋め込むことができます。 状況に応じたルールや条件に基づき、Nexthink Guides のコンテキストヘルプパネル内で Media にアクセスできます。

以下のイメージは、従業員が外部コンテンツを参照するスマートページ表示を介してメディアタイプのガイドをどのように見るかを示しています。

## Media コンテンツ開発のための Guides Editor の使用

Media 用に[Guides Editor にアクセス](#accessing-adopt-editor-for-tooltips)した後：

1. **Add Media** を選択するか、Guides Editor の **+** アイコンを使用します。
2. メディア**プロパティ**を開いて**メディア**プロパティタブにアクセスします。 ここでは、ガイドにテキストとコンテンツを追加することができます。

## メディアへのテキストとコンテンツの追加

[Guides Editor の左側パネル](#understanding-adopt-editor-for-media)から、Media Guide の **Properties** にアクセスし、ガイドを利用する従業員に表示または再生されるコンテンツを追加します。

* あなたのメディアの名前を**定義**し、**コンテキストヘルプ**に表示されます。
* **メディアコンテンツ**エディターを使用してテキストを入力し、フォーマットします。
  * これは**リンク**には適用されません。
* メディアのソースを選択してください。
  * [アセット・ライブラリー](/platform/ja/user-guide/adopt/guide-creation-and-management-from-nexthink-applications/managing-adoption-assets-with-the-asset-library.md)から**ファイルを選択**します。
  * 表示したいメディアの**URLを入力**します。
    * メディアに付随する**コンテキスト・ヘルプ・アイコン**を定義します：**リンク**、**PDF**または**ビデオ**。

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

{% hint style="info" %}
iframeに埋め込むことができるメディアのみ使用できます。
{% endhint %}

* **オーバーレイ**のタイプを定義します:
  * **パネル**は左側のパネルにコンテンツを表示します。 このオーバーレイは、PDFやビデオコンテンツを同ページ内に埋め込むのに最適です。
  * **スマートページ**は、ページの中央にウィンドウを開き、埋め込まれたコンテンツを内部に表示し、ウォークスルーステップに似たロジックを持ちます。 利用者がコンテンツを閲覧した後、ウィンドウを閉じる代わりに**完了**を選択できます。
  * **通知**はページ下部に広いボックスでコンテンツを表示し、通知に似ています。
  * **サイドバー**は**パネル**に視覚的に似ていますが、**スマートページ**と同じルールに従います。
  * **リンク**はコンテンツを表示しません。 新しいタブを開き、設定されたURLにリダイレクトします。

## メディアへのSharePointコンテンツの追加

{% hint style="warning" %}
Media に SharePoint コンテンツを追加する前に、有効な Microsoft 365 認証トークンを保持していることを確認してください。Nexthink Guides は認証を処理しないため、トークンがない場合はエラーメッセージが表示されます。
{% endhint %}

エディターを介して既存のコンテンツライブラリーからコンテンツを埋め込むには、以下の手順に従ってください:

1. SharePointのWebアプリケーションでコンテンツを開きます。
2. ハンバーガーメニューから**埋め込み**を選択します。
3. 埋め込みコードから`iframe src`のURLをコピーします。
4. コピーしたURLをエディターのメディアURL欄に貼り付けます。
   1. 適切なメディアタイプを選択することを忘れないでください。

<figure><img src="/files/7xjnhInM3luE3DXwaWrR" alt=""><figcaption></figcaption></figure>


---

# 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/developing-media-guides.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.
