# 入門

- [概要](https://developer.eagle.cool/plugin-api/ja-jp/get-started/readme.md): 本ドキュメントは、Eagle Plugin APIを使用してプラグインを開発したい開発者にわかりやすいガイドを提供することを目的としています。詳細な説明を提供し、APIの使用方法を理解しやすくします。 また、多くのサンプルコードも提供し、学習を容易にします。
- [あなたの最初のプラグイン](https://developer.eagle.cool/plugin-api/ja-jp/get-started/creating-your-first-plugin.md): この記事では、Eagle 用のプラグインを作成する方法について説明します。
- [ファイル構造概要](https://developer.eagle.cool/plugin-api/ja-jp/get-started/anatomy-of-an-extension.md): この記事では、プラグインプロジェクトで現れる可能性のあるファイルを簡単に紹介します
- [プラグインタイプ](https://developer.eagle.cool/plugin-api/ja-jp/get-started/plugin-types.md): この記事では、4種類の異なるプラグインの開発の違いと使用シーンについて詳しく説明します。
- [ウィンドウ](https://developer.eagle.cool/plugin-api/ja-jp/get-started/plugin-types/window.md): この記事では、ウィンドウプラグインの基本的な概念について説明します。
- [バックグラウンドサービス](https://developer.eagle.cool/plugin-api/ja-jp/get-started/plugin-types/service.md): この記事では、バックグラウンドサービスプラグインの基本概念について説明します。
- [フォーマット拡張](https://developer.eagle.cool/plugin-api/ja-jp/get-started/plugin-types/preview.md): この記事では、フォーマット拡張プラグインの基本的な概念を説明します。
- [インスペクター](https://developer.eagle.cool/plugin-api/ja-jp/get-started/plugin-types/inspector.md): この記事では、インスペクタープラグインの基本概念について説明します。
- [プラグインのデバッグ](https://developer.eagle.cool/plugin-api/ja-jp/get-started/debugging.md): この記事では、Eagleプラグインの効果的なデバッグ方法について詳しく説明します。


---

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