> 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/configuring-applications/configuring-desktop-applications.md).

# デスクトップアプリケーションの設定

[アプリケーション設定](/platform/ja/user-guide/applications/setting-up-and-managing-applications/configuring-applications.md)ページで**デスクトップ**アプリケーションタイプを選択すると、設定フィールドを含む**一般**タブを備えた**デスクトップバージョンの設定**セクションが表示されます。

<figure><img src="https://268444917-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxJSUDk9NTtCHYPG5EWs3%2Fuploads%2Fgit-blob-fd557aaf9e5b058a84b276b7ba0e15fe5a853360%2Fimage-20240412-121340.png?alt=media" alt="image-20240412-121340.png" width="760"><figcaption></figcaption></figure>

### デスクトップアプリケーションの一般設定の構成 <a href="#configuringwebapplications-understandingurlpatterns" id="configuringwebapplications-understandingurlpatterns"></a>

選択したWebアプリケーションの[アプリケーション設定](/platform/ja/user-guide/applications/setting-up-and-managing-applications/configuring-applications.md)ページで、**一般**タブの以下を設定します：

1. デスクトップアプリケーションの**バイナリ**を定義します。
   * 入力を開始すると、オートコンプリート機能によりバイナリ名を入力できます。 同じバイナリを複数のアプリケーションに含めることはできません。
   * デスクトップアプリケーションは、関連するサブプロセスとともに[binaries grouped](https://docs.nexthink.com/platform/ja/references/database-information-and-organization/binary-grouping/)を表します。 その結果、アプリケーションに関連するメトリクス、ダッシュボード、およびAIインサイトには、すべてのサブプロセスが含まれます。
2. **ダッシュボードをデバイス中心にする**を選択すると、ダッシュボードの表示を従業員中心からデバイス中心に変更できます。 以下の画像をご覧ください。
   * **ダッシュボードをデバイス中心にする**オプションを選択すると、**従業員数**、**従業員あたりのクラッシュ数**、**クラッシュが発生した従業員数**のウィジェットが、**デバイス数**、**デバイスあたりのクラッシュ数**、**クラッシュが発生したデバイス数**に切り替わります。
   * さらに、**メトリクス**テーブルもそれに応じて変更されます。

<figure><img src="https://268444917-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxJSUDk9NTtCHYPG5EWs3%2Fuploads%2Fgit-blob-bd3b68f0577f926bfe7f25c6265b2cab71197b6a%2Fimage-20240412-121455.png?alt=media" alt="Desktop application dashboards with the device centric setting enabled" width="760"><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/applications/setting-up-and-managing-applications/configuring-applications/configuring-desktop-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.
