# 如何正确的反馈 bug

在设置页面，选择邮箱反馈问题，此时 App 会自动带上必要的调试日志。

在邮件正文部分，请详细描述，问题是如何产生的。

典型的无用反馈：导入不成功、App 打不开、存不了配置、XXX 连不上。

软件使用上的求助请勿发送邮件，请带上具体的信息去相关群询问。至少需要

* 规则的完整配置文件（自行隐去节点信息）
* bypass 的完整配置

如果连基本的反馈能力都没有，就不要浪费彼此的时间。


---

# 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://manual.getsurfboard.com/report-bugs.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.
