# Plugin Types

<figure><img src="/files/0b9inSf9YKLkusjyQWOh" alt=""><figcaption><p>Eagle Plugin Types</p></figcaption></figure>

The Eagle plugin system offers four different types of plugins, each with its own purpose and characteristics. You can choose different types of plugins based on your needs to implement the features you want, as shown in the table below:

|                                                          Plugin Types | Use Cases                                                                                                                      |
| --------------------------------------------------------------------: | ------------------------------------------------------------------------------------------------------------------------------ |
|              [Window](/plugin-api/get-started/plugin-types/window.md) | One-time use, such as: one-click cutout, compression, format conversion, export, import, etc.                                  |
| [Background Service](/plugin-api/get-started/plugin-types/service.md) | Background running, such as: background synchronization, image analysis, etc.                                                  |
|   [Format Extension](/plugin-api/get-started/plugin-types/preview.md) | Enable Eagle to support more formats, provide thumbnail and double-click preview capabilities.                                 |
|        [Inspector](/plugin-api/get-started/plugin-types/inspector.md) | Enhances the functionality of the right-side inspector for different file formats, adding extra properties, preview, map, etc. |


---

# 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/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.
