# 入門

- [简介](https://developer.eagle.cool/plugin-api/zh-cn/get-started/readme.md): 本文档旨在向想要使用 Eagle Plugin API 开发插件的开发者提供一份易于理解的指南。我们将提供详细的说明，帮助您更好地理解如何使用 API 开发插件。此外，我们还将提供大量示例代码，方便您快速学习。
- [你的第一个插件](https://developer.eagle.cool/plugin-api/zh-cn/get-started/creating-your-first-plugin.md): 这篇文章将指导您如何为 Eagle 创建一个插件
- [文件结构概述](https://developer.eagle.cool/plugin-api/zh-cn/get-started/anatomy-of-an-extension.md): 这篇文章将快速介绍，插件项目中可能出现的文件
- [插件类型](https://developer.eagle.cool/plugin-api/zh-cn/get-started/plugin-types.md): 这篇文章将详细介绍，四种不同插件的开发差异及使用场景。
- [窗口](https://developer.eagle.cool/plugin-api/zh-cn/get-started/plugin-types/window.md): 这篇文章将阐述窗口插件的基本概念。
- [背景服務](https://developer.eagle.cool/plugin-api/zh-cn/get-started/plugin-types/service.md): 这篇文章将阐述背景服务插件的基本概念。
- [格式扩展](https://developer.eagle.cool/plugin-api/zh-cn/get-started/plugin-types/preview.md): 这篇文章将阐述格式扩展插件的基本概念。
- [检查器](https://developer.eagle.cool/plugin-api/zh-cn/get-started/plugin-types/inspector.md): 这篇文章将阐述檢查器插件的基本概念。
- [调试插件](https://developer.eagle.cool/plugin-api/zh-cn/get-started/debugging.md): 这篇文章将详细介绍有效调试、除错 Eagle 插件的方式。
- [开发交流群](https://developer.eagle.cool/plugin-api/zh-cn/get-started/dev-community.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/zh-cn/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.
