> 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/user-guides/debug-trading-related-issue.md).

# Debug Trading Related Issue

If your trading panel is not responding, trades are not executing, or you're experiencing other trading-related issues, follow these steps:

#### Step 1: Toggle the Extension Off and On

1. On the same chrome://extensions/ page, find the Frontrun extension

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

2. Turn OFF and then ON to restart the extension
3. Refresh the trading page and check if the trading panel works correctly

#### Step 2: Report the Issue

Report the issue to the team, such that we can prevent the crash from happening again\
\
![](/files/Yi3Flhrn9FNa73kaK0nB)<br>

1. Click the Frontrun extension icon in your browser toolbar
2. Go to Settings → Report Bug
3. Describe your issue (e.g., "trading panel not loading", "buy button unresponsive")
4. Click Send — you'll receive a Report ID for tracking


---

# 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/user-guides/debug-trading-related-issue.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.
