# 开发交流群

我们鼓励用户尝试开发插件。如果您遇到任何问题，建议您首先尝试自行解决。如果仍无法解决，您可以加入我们在 Discord 的「[Eagle 插件开发群](https://discord.gg/9EfwEybFUH)」寻求他人帮助。该开发群的目的是协助 Eagle 插件的开发。&#x20;

如果您的问题是关于「**软件建议**」或者是「**软件本身的问题/BUG报告**」，则请您转到 「[Eagle 知识库 > 联系我们](https://docs-cn.eagle.cool/)」。&#x20;

在您提问之前，请确保您已具备基本的进程开发技巧，并且已熟悉我们的 API 使用方式。同时，也请确认您已经尝试过自行上网寻找相关资料。

以下是提问的正确示例：&#x20;

* 提出明确的问题步骤相关信息
* 友善的提问态度
* 更多技巧可参考「[提问的智慧](https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way/blob/main/README-zh_CN.md)」。

{% hint style="success" %}
**以下附上正确的提问示例：**

您好，我目前在开发的过程中遇到一个问题，是关于OOO部分。 我做了哪些尝试，并得到了哪些结果，但我期望的结果是什么。&#x20;
{% endhint %}

{% hint style="danger" %}
**以下是不建议的提问示例：**

* 「我的程序有问题 / 或不運作」，但没有提供画面、或是有用的参考信息
* 未经整理就直接提供一大串代码或进程截图。
  {% endhint %}


---

# 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/dev-community.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.
