> For the complete documentation index, see [llms.txt](https://support.backpack.exchange/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.backpack.exchange/support-docs/cn/qian-bao/wen-ti-pai-cha.md).

# 问题排查

- [隐藏垃圾NFT](https://support.backpack.exchange/support-docs/cn/qian-bao/wen-ti-pai-cha/yin-cang-la-ji-nft.md): 您可以通过多种方式来管理收到的垃圾NFT，以下是具体操作方法：
- [隐藏代币](https://support.backpack.exchange/support-docs/cn/qian-bao/wen-ti-pai-cha/yin-cang-dai-bi.md): 了解如何在 Backpack 钱包中隐藏垃圾代币。该操作流程适用于桌面扩展版和移动应用。
- [钱包无法加载](https://support.backpack.exchange/support-docs/cn/qian-bao/wen-ti-pai-cha/qian-bao-wu-fa-jia-zai.md): 在某些情况下，Backpack 钱包可能会显示空白页面或无法正常加载。如果遇到这种情况，请按照以下步骤排查：
- [查看助记词和私钥](https://support.backpack.exchange/support-docs/cn/qian-bao/wen-ti-pai-cha/cha-kan-zhu-ji-ci-he-si-yao.md): 助记词是恢复您的 Backpack 钱包账户的唯一方式。
- [您的钱包可能存在安全风险](https://support.backpack.exchange/support-docs/cn/qian-bao/wen-ti-pai-cha/nin-de-qian-bao-ke-neng-cun-zai-an-quan-feng-xian.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://support.backpack.exchange/support-docs/cn/qian-bao/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.
