> For the complete documentation index, see [llms.txt](https://isbm.savimbo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://isbm.savimbo.com/practice-guide/zh-cn/she-qu/wei-ping-tai-gong-xian.md).

# 为平台贡献

我们与社区共同打造这个平台。您可以通过多种方式参与，并帮助塑造我们下一步的建设方向。

### 报告错误

发现有内容未按预期运行？我们希望了解。

在报告错误时，请包含：

* 对实际情况与预期情况的清晰描述
* 问题复现步骤
* 您的浏览器、操作系统和套餐
* 如有相关情况，请提供截图或屏幕录制

您可以通过社区论坛报告错误，或直接通过 [支持](https://example.com/support).

### 建议功能

我们在社区论坛的 **想法** 分类下跟踪功能需求。在提交前，请先搜索确认您的想法是否已存在——如果已存在，请为其点赞，而不是重复创建。

一份好的功能建议应说明：

* 您试图解决的问题
* 您目前如何绕过该问题（如有）
* 您认为其对他人有何价值

我们会定期审阅并回复想法，并通过点赞来帮助确定路线图优先级。

### 撰写关于我们的内容

如果您撰写了关于该平台的博客文章、教程，或制作了视频，我们很愿意看到。请在论坛的 **展示** 分类中分享——受欢迎的社区内容会在我们的新闻通讯和社交渠道中展示。

### 参与研究

我们不时邀请用户参加用户研究会话——访谈、可用性测试和调查。如果您愿意被纳入考虑，请在以下位置选择加入： **设置 → 账户 → 研究参与**.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://isbm.savimbo.com/practice-guide/zh-cn/she-qu/wei-ping-tai-gong-xian.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
