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

# 用户指南

- [如何导入标签](https://docs.frontrun.pro/cn/yong-hu-zhi-nan/ru-he-dao-ru-biao-qian.md)
- [自动导入（Axiom / GMGN / Solscan）](https://docs.frontrun.pro/cn/yong-hu-zhi-nan/ru-he-dao-ru-biao-qian/zi-dong-dao-ru-axiom-gmgn-solscan.md)
- [手动导入标签](https://docs.frontrun.pro/cn/yong-hu-zhi-nan/ru-he-dao-ru-biao-qian/shou-dong-dao-ru-biao-qian.md)
- [导入 Tampermonkey 标签](https://docs.frontrun.pro/cn/yong-hu-zhi-nan/ru-he-dao-ru-biao-qian/dao-ru-tampermonkey-biao-qian.md)
- [如何关闭特定平台功能？](https://docs.frontrun.pro/cn/yong-hu-zhi-nan/ru-he-guan-bi-te-ding-ping-tai-gong-neng.md)
- [如何将界面语言切换为中文？](https://docs.frontrun.pro/cn/yong-hu-zhi-nan/ru-he-jiang-jie-mian-yu-yan-qie-huan-wei-zhong-wen.md): Frontrun 支持中英文界面切换。本页将指导你如何将插件语言设置为简体中文，方便你更流畅地使用所有功能。
- [如何查看当前插件版本号](https://docs.frontrun.pro/cn/yong-hu-zhi-nan/ru-he-cha-kan-dang-qian-cha-jian-ban-ben-hao.md): 快速查看你正在使用的版本
- [如何手动更新 Chrome 插件](https://docs.frontrun.pro/cn/yong-hu-zhi-nan/ru-he-shou-dong-geng-xin-chrome-cha-jian.md): 几步操作，确保你始终使用最新版插件
- [如何在 Arc 浏览器中并排查看 Axiom 页面](https://docs.frontrun.pro/cn/yong-hu-zhi-nan/ru-he-zai-arc-liu-lan-qi-zhong-bing-pai-cha-kan-axiom-ye-mian.md): 如何在 Arc 浏览器中并排查看 Axiom 页面
- [如何识别钱包图标](https://docs.frontrun.pro/cn/yong-hu-zhi-nan/ru-he-shi-bie-qian-bao-tu-biao.md): 了解每个钱包地址旁边图标的含义
- [如何排查标签加载缓慢的问题？](https://docs.frontrun.pro/cn/yong-hu-zhi-nan/ru-he-pai-cha-biao-qian-jia-zai-huan-man-de-wen-ti.md)
- [如何限制特定网站访问权限？](https://docs.frontrun.pro/cn/yong-hu-zhi-nan/ru-he-xian-zhi-te-ding-wang-zhan-fang-wen-quan-xian.md)
- [交易问题排查](https://docs.frontrun.pro/cn/yong-hu-zhi-nan/jiao-yi-wen-ti-pai-cha.md)
- [登录问题排查](https://docs.frontrun.pro/cn/yong-hu-zhi-nan/deng-lu-wen-ti-pai-cha.md)
- [接口问题排查](https://docs.frontrun.pro/cn/yong-hu-zhi-nan/jie-kou-wen-ti-pai-cha.md)
- [如何解决需要频繁登陆的问题？](https://docs.frontrun.pro/cn/yong-hu-zhi-nan/ru-he-jie-jue-xu-yao-pin-fan-deng-lu-de-wen-ti.md)
- [获取排查日志](https://docs.frontrun.pro/cn/yong-hu-zhi-nan/huo-qu-pai-cha-ri-zhi.md)


---

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