# 開発ガイド

- [manifest.json 設定](https://developer.eagle.cool/plugin-api/ja-jp/tutorial/manifest.md): この記事では、manifest.jsonがサポートするすべてのフィールドについて詳しく説明します
- [データ取得](https://developer.eagle.cool/plugin-api/ja-jp/tutorial/get-eagle-data.md)
- [データ変更](https://developer.eagle.cool/plugin-api/ja-jp/tutorial/modify-eagle-data.md)
- [ローカルファイルへのアクセス](https://developer.eagle.cool/plugin-api/ja-jp/tutorial/access-local-files.md)
- [ネットワークリクエストの送信](https://developer.eagle.cool/plugin-api/ja-jp/tutorial/network-request.md): Web技術のfetchメソッドやNode.jsのネイティブhttpsモジュールを使ってネットワークリクエストを発行できます。
- [Node.js ネイティブ API の使用](https://developer.eagle.cool/plugin-api/ja-jp/tutorial/node-js-native-api.md)
- [サードパーティモジュールの使用](https://developer.eagle.cool/plugin-api/ja-jp/tutorial/3rd-modules.md): Node.jsのネイティブAPIだけでなく、Node.jsのサードパーティモジュールもプラグインコードで使用できます。Node.jsのサードパーティモジュールは、コミュニティの開発者が作成・維持しており、さまざまな機能と特性を提供しており、プラグインコードに更なる可能性をもたらします。
- [多言語対応（i18n）](https://developer.eagle.cool/plugin-api/ja-jp/tutorial/i18n.md): Eagle プラグインは、i18next モジュールが組み込まれており、開発者が簡単に多言語プラグインを作成できます。i18next は JavaScript の多言語ライブラリで、翻訳やローカライズが簡単で、さまざまな翻訳方法がサポートされています。
- [フレームレスウィンドウ](https://developer.eagle.cool/plugin-api/ja-jp/tutorial/frameless-window.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/tutorial.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.
