# プラグインタイプ

<figure><img src="/files/wMXWtEPD5QgY6JkfvHc2" alt=""><figcaption></figcaption></figure>

Eagle プラグインシステムは、4種類の異なるタイプのプラグインを提供しており、それぞれが独自の目的と特徴を持っています。以下の表に示すように、ご自身のニーズに合わせて異なるタイプのプラグインを選択し、必要な機能を実現することができます。

|                                                              プラグインタイプ | 使用シーン                                                  |
| --------------------------------------------------------------------: | ------------------------------------------------------ |
|         [ウィンドウ](/plugin-api/ja-jp/get-started/plugin-types/window.md) | 一度限りの使用, 例：カットアウト、圧縮、フォーマット変換、インポート・エクスポートなど。          |
| [バックグラウンドサービス](/plugin-api/ja-jp/get-started/plugin-types/service.md) | バックグラウンドで実行, 例：バックグラウンド同期、画像解析など                       |
|     [フォーマット拡張](/plugin-api/ja-jp/get-started/plugin-types/preview.md) | Eagle によるさらなるフォーマットのサポート, サムネイル表示やダブルクリックでのプレビュー機能を提供。 |
|     [インスペクタ](/plugin-api/ja-jp/get-started/plugin-types/inspector.md) | 異なるファイル形式に対して右側のインスペクタの機能を強化し、追加の属性、プレビュー、マップなどを追加します。 |


---

# 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://developer.eagle.cool/plugin-api/ja-jp/get-started/plugin-types.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.
