# 開發指南

- [manifest.json 完整設定](https://developer.eagle.cool/plugin-api/zh-tw/tutorial/manifest.md): 這篇文章將詳細説明 manifest.json 所有支援的欄位
- [取得數據](https://developer.eagle.cool/plugin-api/zh-tw/tutorial/get-eagle-data.md)
- [修改數據](https://developer.eagle.cool/plugin-api/zh-tw/tutorial/modify-eagle-data.md)
- [存取本機檔案](https://developer.eagle.cool/plugin-api/zh-tw/tutorial/access-local-files.md)
- [發出網路請求](https://developer.eagle.cool/plugin-api/zh-tw/tutorial/network-request.md): 你可以使用 Web 技術提供的 fetch 方法或 Node.js 原生 https 模組來發出網路請求。
- [使用 Node.js 原生 API](https://developer.eagle.cool/plugin-api/zh-tw/tutorial/node-js-native-api.md)
- [使用第三方模快](https://developer.eagle.cool/plugin-api/zh-tw/tutorial/3rd-modules.md): 除了 Node.js 的原生 API 之外，您也可以在插件程式碼中使用 Node.js 的第三方模組。Node.js 的第三方模組是由社區開發者創建和維護的，它們提供了各種各樣的功能和特性，可以為您的插件程式碼提供更多的可能性。
- [多國語言（i18n）](https://developer.eagle.cool/plugin-api/zh-tw/tutorial/i18n.md): Eagle 插件內建 i18next 模組，讓開發者輕鬆製作多語言插件。i18next 是 JavaScript 多國語言庫，易於翻譯、局部化並支援多種翻譯方法。
- [無邊框視窗](https://developer.eagle.cool/plugin-api/zh-tw/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/zh-tw/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.
