# 开发指南

- [manifest.json 完整配置](https://developer.eagle.cool/plugin-api/zh-cn/tutorial/manifest.md): 这篇文章将详细说明 manifest.json 所有支持的字段
- [取得数据](https://developer.eagle.cool/plugin-api/zh-cn/tutorial/get-eagle-data.md)
- [修改数据](https://developer.eagle.cool/plugin-api/zh-cn/tutorial/modify-eagle-data.md)
- [存取本地文件](https://developer.eagle.cool/plugin-api/zh-cn/tutorial/access-local-files.md)
- [发出网路请求](https://developer.eagle.cool/plugin-api/zh-cn/tutorial/network-request.md): 你可以使用 Web 技术提供的 fetch 方法或 Node.js 原生 https 模块来发出网路请求。
- [使用 Node.js 原生 API](https://developer.eagle.cool/plugin-api/zh-cn/tutorial/node-js-native-api.md)
- [使用第三方模快](https://developer.eagle.cool/plugin-api/zh-cn/tutorial/3rd-modules.md): 除了 Node.js 的原生 API 之外，您还可以在插件代码中使用 Node.js 的第三方模块。Node.js 的第三方模块是由社区开发者创建和维护的，它们提供了各种各样的功能和特性，可以为您的插件代码提供更多的可能性。
- [多国语言（i18n）](https://developer.eagle.cool/plugin-api/zh-cn/tutorial/i18n.md): Eagle 插件內建 i18next 模塊，讓開發者輕鬆製作多語言插件。i18next 是 JavaScript 多國語言庫，易於翻譯、局部化並支持多種翻譯方法。
- [无边框窗口](https://developer.eagle.cool/plugin-api/zh-cn/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-cn/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.
