# 如何正确的反馈问题

在使用QX（或者其它App）过程中，难免会遇到一些问题，可能是一些功能不会用，可能是添加了一个规则分流发现不起作用，可能是添加了一个脚本没有正确运行，到群组里面进行反馈的时候，如果反馈方式正确，会很容易得到帮助，如果采用了一些错误的反馈方式，可能会得到一些冷嘲热讽，不仅没得到帮助，还影响心情，轻则发生争吵，重则导致被踢出群组，那么，该如何正确有效的去反馈遇到的问题呢？

## 提问的艺术

没错，提问也是一项艺术，可以参考[提问的艺术](https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way/blob/main/README-zh_CN.md)一文，学习如何正确的提问

或者参考下图：

<figure><img src="/files/fdVbZxO3KHtcXmhTDR1R" alt=""><figcaption></figcaption></figure>

或者如同资源解析器作者Shawn写的反馈说明：

## 反馈说明

反馈时，请提供有效信息

### A、何为<mark style="color:red;">`有效信息`</mark>？\*\*

1、清楚表明 bug 的结果、来源。比如：

`1、`<mark style="color:red;">`我原始链接为V2RayN类型，类型为 ws+tls，解析后 path(uri) 参数丢失`</mark>

`2、`<mark style="color:red;">`我节点名为 "香港-美高"，使用emoji=1 参数后，变成了 🇺🇸 旗帜而不是 🇭🇰`</mark>

2、如果自己找不到原因，请直接提供<mark style="color:red;">**`资源链接、资源内容`**</mark>

### B、何为不知所谓？

1、光秃秃一个截图

<details>

<summary>只有一个截图</summary>

<img src="/files/GedakSFZw1dQHNIBu1BF" alt="" data-size="original">

<img src="/files/tDRRi3ikkC7Tl546Aj55" alt="" data-size="original">

</details>

2、光秃秃一个毫不相干的链接

<details>

<summary>只有一个不相干的链接</summary>

<img src="/files/v6mkKmga6tjWKAW6Q1vu" alt="" data-size="original">

<img src="/files/VcjOceatPiYgUBD026Zc" alt="" data-size="original">

<img src="/files/2r4EFSxXiXUGuZ2YlWna" alt="" data-size="original">

</details>

3、文字猜谜佬

<details>

<summary>不能清晰描述自己问题</summary>

<img src="/files/S8YRrOUJQvUVuFUDwrGE" alt="" data-size="original">

<img src="/files/GgFHxvXqDqHRjauIIOr8" alt="" data-size="original">

<img src="/files/mz5Um0dHeyVtLI63O4BH" alt="" data-size="original">

或者这样的

<img src="/files/OWiP88z6Wtf5p2NAsGIl" alt="" data-size="original">

</details>


---

# 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://qx.atlucky.me/ru-he-zheng-que-de-fan-kui-wen-ti.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.
