> For the complete documentation index, see [llms.txt](https://support.backpack.exchange/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.backpack.exchange/support-docs/cn/bao-gao-wen-ti-huo-lou-dong/jiao-yi-suo/ti-jiao-fan-kui-huo-bao-gao-wen-ti.md).

# 提交反馈或报告问题

### 您可以提交的内容

在填写表单时，系统会要求您选择以下类别之一。\
根据您的选择，表单将动态显示相关问题。

***

#### 产品反馈

使用此选项分享您对现有产品或功能的反馈。

系统将要求您提供：

• 产品名称\
• 反馈详情\
• 支持您反馈的可选截图

***

#### 功能请求

使用此选项建议新增功能或改进。

系统将要求您提供：

• 您希望新增功能的描述\
• 原因或使用场景（解决什么问题或为何需要）\
• 用于说明请求的可选截图

***

#### 交易所漏洞报告

使用此选项报告交易所中的技术问题或异常行为。

系统将要求您提供：

• 问题描述及其影响\
• 问题是否可复现（是 / 否 / 偶发）\
• 可选截图或视频（强烈推荐）

***

### 可选联系信息

为便于后续跟进及未来可能的奖励发放，您可以选择性提供：

• 您的 Discord 用户名\
• 您的 Telegram 用户名

提供联系信息为可选项，但如果需要补充细节，将有助于我们联系您。

***

### 提交您的反馈或报告

{% embed url="<https://z5g1w.typeform.com/to/ljeMgnKJ>" %}

***

### 提交后会发生什么？

提交后：

• 您的反馈或报告将由相关团队审核\
• 如需更多信息，我们将通过您 Backpack 账户绑定的邮箱 / 联系方式与您联系\
• 由于提交量和优先级原因，我们可能无法逐一回复每一份提交

感谢您抽出时间帮助我们改进 Backpack Exchange。


---

# 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://support.backpack.exchange/support-docs/cn/bao-gao-wen-ti-huo-lou-dong/jiao-yi-suo/ti-jiao-fan-kui-huo-bao-gao-wen-ti.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.
