> For the complete documentation index, see [llms.txt](https://docs.frontrun.pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.frontrun.pro/cn/yong-hu-zhi-nan/jiao-yi-wen-ti-pai-cha.md).

# 交易问题排查

如果您的交易面板无响应、交易无法执行或遇到其他交易相关问题，请按以下步骤排查：

#### 第一步：关闭并重新开启插件

1. 在浏览器地址栏输入 chrome://extensions/?id=kifcalgkjaphbpbcgokommchjiimejah<br>

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

2. 关闭再重新打开
3. 刷新交易页面，检查交易面板是否恢复正常

#### 第二步：报告问题

<figure><img src="/files/7oYhTNAS8JkVYwYIuXoD" alt="" width="357"><figcaption></figcaption></figure>

请向团队报告错误，帮助防止类似问题再次发生：

1. 点击浏览器工具栏中的 Frontrun 插件图标
2. 进入设置页面点击报告错误
3. 描述您遇到的问题（如"交易面板无法加载"、"买入按钮无响应"）
4. 点击 Send — 您会收到一个 Report ID 用于追踪


---

# 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://docs.frontrun.pro/cn/yong-hu-zhi-nan/jiao-yi-wen-ti-pai-cha.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.
