> 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/applications/setting-up-and-managing-applications.md).

# アプリケーションの設定と管理

Applications とそのコンテンツを設定し、Applications のユーザーが中断なくその機能を最大限に活用できるようにします。

* [開始する前に](#before-you-begin)で説明されている Applications の技術的な前提条件を確認します。
* アプリケーションの設定方法については、[アプリケーションの設定](/platform/ja/user-guide/applications/setting-up-and-managing-applications/configuring-applications.md)を参照してください。
* Nexthink インスタンスで設定したアプリケーションの管理方法については、[アプリケーションの管理](/platform/ja/user-guide/applications/setting-up-and-managing-applications/managing-applications.md)を参照してください。

### 開始する前に

必要なすべてのシステムコンポーネントと設定が正しく整っていることを確認するため、Nexthink 管理者は以下の技術的な前提条件を満たす必要があります。

1. **Nexthink ブラウザ拡張機能をインストールする**

   組織全体に[Nexthink ブラウザ拡張機能](/platform/ja/configuring_nexthink/bringing-data-into-your-nexthink-instance/deploying-nexthink-in-non-vdi-environment/installing-the-nexthink-browser-extension.md)をインストールして展開します。 これは Web アプリケーションを監視するために必要です。

   <div data-gb-custom-block data-tag="hint" data-style="warning" class="hint hint-warning"><p>これらの用途では、Nexthink は Mozilla Firefox をサポートしていません。</p></div>
2. **Collector のバージョンと設定を検証する**

   すべての従業員用デバイスに、監視予定のアプリケーションタイプで必要なバージョンの Collector がインストールされていることを確認します。 デスクトップアプリケーションの場合は、Nexthink Library の **Set Collector Configuration** リモートアクションを使用して、`execution.events` の `focus_time` フィールドをオプトインして有効化します。デスクトップアプリケーションの監視はこのフィールドに依存します。
3. **インバウンドコネクタを設定する**

   Workday、Salesforce、SAP SuccessFactors などのアプリケーションでは、アプリ内のユーザー属性を抽出するためにインバウンドコネクタを設定します。 これらのカスタムフィールドは、ユーザーロールやアクティビティに基づいてガイドの表示条件を正確に定義するのに役立ちます。 これらの属性を条件として使用する方法の詳細については、[ガイドの条件](/platform/ja/user-guide/adopt/guide-creation-and-management-from-nexthink-applications/configuring-adoption-settings/adopt-conditions.md)を参照してください。
4. **権限を設定する**

   Nexthink 管理者は、Applications を正しく設定および監視できるように、権限を有効にする必要があります。

   <div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p>権限、表示ドメインのオプション、および<a href="https://github.com/nexthink/documentation.online-product-documentation/tree/develop/ja_docs/configuring_nexthink/configuring-your-platform/administration/account-management/roles/README.md#roles-dataprivacy">データプライバシー</a>の詳細度設定については、<a href="https://github.com/nexthink/documentation.online-product-documentation/tree/develop/ja_docs/configuring_nexthink/configuring-your-platform/administration/account-management/roles/README.md">ロール</a>のドキュメントを参照してください。</p></div>


---

# 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/applications/setting-up-and-managing-applications.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.
