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

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

アプリケーション設定ページで**デスクトップ**アプリケーションタイプを選択すると、**デスクトップバージョンの設定**セクションが表示され、**一般**タブに設定フィールドが含まれます。

<figure><img src="/files/B0t8N2mMwW3Y9yU8ZJKX" alt="image-20240412-121340.png" width="760"><figcaption></figcaption></figure>

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

選択したWebアプリケーションの[アプリケーション設定](/platform/ja/user-guide/applications/configuring-applications.md)ページで、**一般**タブの下にある:

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

<figure><img src="/files/soIhYyk2LqmrcvlXDJ2X" 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/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.
