> 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/configuring_nexthink/bringing-data-into-your-nexthink-instance/deploying-nexthink-in-non-vdi-environment/configure-amplify/configuring-amplify-in-the-nexthink-web-interface.md).

# Nexthink ウェブインターフェイスでの Amplify の構成

Amplify 拡張機能からローカルで設定されたウェブアプリケーションの統合を Nexthink Web インターフェースに追加することで、Amplify ブラウザ拡張機能を備えたすべてのデバイスで Nexthink プラットフォームから設定された統合を取得できます。

Nexthink ウェブインターフェースで Amplify を設定する前に、[Amplify のローカルインストールと構成](/platform/ja/configuring_nexthink/bringing-data-into-your-nexthink-instance/deploying-nexthink-in-non-vdi-environment/configure-amplify/installation-and-configuration.md) ドキュメントで説明している手順を完了する必要があります。

## ウェブアプリケーション設定の追加

ローカルの Amplify ブラウザ拡張機能の **オプション** ページから、次のウェブアプリケーションの設定フィールドをコピーします:**ウェブアプリケーション URL**、**ユーザーまたはデバイス識別子、文字列セレクター**、そして **置換**。

次に、Nexthink ウェブインターフェースから:

1. メインメニューから **管理 > Amplify** を選択します。
2. Amplify 管理ページから **ウェブアプリケーションの追加** を選択します。
3. Amplify拡張機能からそれぞれのウェブアプリケーション設定フィールドを貼り付けます:**ウェブアプリケーション URL**、**ユーザーまたはデバイス識別子、文字列セレクター**、そして **置換**

複数のウェブアプリケーションと統合する必要がある場合、すべてのウェブアプリケーション設定を Nexthink プラットフォームに追加します。

#### **Nexthink ウェブインターフェースでのウェブアプリケーション設定のソート**

Amplify は一連の設定からフィールドの値を読み取ります。

Nexthink ウェブインターフェースから設定されたウェブアプリケーションの選択シーケンスを変更するには、関連する行にカーソルを合わせ、アクションメニューを開いて順番を変更します: **上に移動** または **下に移動**。 アクションメニューからウェブアプリケーションの設定を **編集** または **削除** することもできます。

{% hint style="info" %}
複数インスタンスのシナリオでは、Amplify は Nexthink ウェブインターフェースから設定を取得しません。 設定はブラウザ拡張機能を通じてローカルで管理するか、レジストリを通じて展開される必要があります。 詳細については、[複数のデバイスに Amplify を展開する](/platform/ja/configuring_nexthink/bringing-data-into-your-nexthink-instance/deploying-nexthink-in-non-vdi-environment/configure-amplify/extension-deployment.md#installationandconfiguration-exportingtheconfigurationdetailsfromtheamplifyextensionexportingconfigu) を参照してください。
{% 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/configuring_nexthink/bringing-data-into-your-nexthink-instance/deploying-nexthink-in-non-vdi-environment/configure-amplify/configuring-amplify-in-the-nexthink-web-interface.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.
