# エージェント: プロセス別の役割

### 1. Windows <a href="#id-1" id="id-1"></a>

{% hint style="info" %}

* PluraService.exe : ログ収集およびアップロード、パッチおよびサーバーとの通信
* Plura.exe : エージェント状態表示及び設定UIアプリ
* PluraUninstall.exe : エージェント削除
  {% endhint %}

### 2. Linux <a href="#id-2" id="id-2"></a>

{% hint style="info" %}

* plurad : ログの収集及びアップロード
  {% endhint %}


---

# Agent Instructions: 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:

```
GET https://docs.plura.io/ja/faq/comm/arole.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
