> 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.md).

# User Guides

- [How to Import Labels](https://docs.frontrun.pro/user-guides/how-to-import-labels.md): Import hundreds of wallets, groups, or labels in seconds.
- [Auto-import from Axiom, GMGN, Solscan](https://docs.frontrun.pro/user-guides/how-to-import-labels/auto-import-from-axiom-gmgn-solscan.md)
- [Manual Import](https://docs.frontrun.pro/user-guides/how-to-import-labels/manual-import.md)
- [Import Tampermonkey Labels](https://docs.frontrun.pro/user-guides/how-to-import-labels/import-tampermonkey-labels.md)
- [How to disable a particular platform](https://docs.frontrun.pro/user-guides/how-to-disable-a-particular-platform.md)
- [How to update the Chrome extension](https://docs.frontrun.pro/user-guides/how-to-update-the-chrome-extension.md): Update to the latest version in just a few clicks.
- [How to find your version number](https://docs.frontrun.pro/user-guides/how-to-find-your-version-number.md): Check which version you’re on directly in the extension
- [How to view Axiom side-by-side on Arc browser](https://docs.frontrun.pro/user-guides/how-to-view-axiom-side-by-side-on-arc-browser.md): Click a label, split the view, trade without switching tabs
- [Debug Trading Related Issue](https://docs.frontrun.pro/user-guides/debug-trading-related-issue.md)
- [Debug Login Issues](https://docs.frontrun.pro/user-guides/debug-login-issues.md)
- [Debug Network Requests](https://docs.frontrun.pro/user-guides/debug-network-requests.md)
- [Debug Frequent Login Issues](https://docs.frontrun.pro/user-guides/debug-frequent-login-issues.md)
- [How to Debug Slow Loading?](https://docs.frontrun.pro/user-guides/how-to-debug-slow-loading.md)
- [How to read wallet icons](https://docs.frontrun.pro/user-guides/how-to-read-wallet-icons.md): Understand what each icon next to a wallet address means
- [How to restrict site access?](https://docs.frontrun.pro/user-guides/how-to-restrict-site-access.md)
- [How to view translations on GMGN](https://docs.frontrun.pro/user-guides/how-to-view-translations-on-gmgn.md): Chinese → English translation is currently supported only on the GMGN BSC page.
- [How to Export Console Logs](https://docs.frontrun.pro/user-guides/how-to-export-console-logs.md)
- [Fix an Incorrect System Clock](https://docs.frontrun.pro/user-guides/fix-an-incorrect-system-clock.md): Fix failed trades caused by an incorrect device clock by enabling automatic date and time syncing on macOS or Windows.


---

# 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.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.
