> For the complete documentation index, see [llms.txt](https://docs.pancakeswap.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pancakeswap.finance/chinese/huan-ying-lai-dao-pancakeswap/contact-us/faq/help.md).

# 我需要帮助

![](https://raw.githubusercontent.com/pancakeswap/pancake-document/en/.gitbook/assets/help-area-header.png)

如果你发现自己卡住了，如果某些功能没有按预期工作，或者你不确定某件事是否成功，那么这个帮助部分或许能够，嗯，帮上忙。

## 帮助分区

我们将帮助主题分解成了几个部分，以帮助你找到你想要的内容。以下是你将找到的内容概览。

### 故障排查错误

[故障排查错误页面](https://docs.pancakeswap.finance/help/troubleshooting)收集了用户在使用 PancakeSwap 时可能遇到的错误。它展示了问题，同时给出了问题的解决方案，以及解释问题发生原因的理由。

### 常见问题解答

[常见问题解答页面](https://docs.pancakeswap.finance/help/faq)回答了我们从 PancakeSwap 用户那里收到的常见问题。这些问题的答案提供了建议、解释或一个有用资源的链接。

### 其他指南

帮助主题中还有许多指南，将引导你解决技术问题。当一个可能难以解决的问题经常出现时，我们就会添加指南，所以如果你遇到麻烦，请务必到这里查看针对你问题的指南。

## 寻求支持

PancakeSwap 没有专门的支持服务。相反，如果你遇到一个在这里找不到答案的问题，你可以在 [PancakeSwap 的 Telegram 频道](https://t.me/pancakeswap)上寻求帮助。为了你的安全，如果这是你第一次使用我们的 Telegram，请务必阅读有关诈骗的提示。

{% hint style="warning" %}
**正在寻找 v1 交易所？**

<https://v1exchange.pancakeswap.finance/#/swap>

⚠️ PancakeSwap V1 交易所已于 2021 年 5 月弃用。请转至 [V2 交易所](https://pancakeswap.finance/swap?chainId=56)，以在大多数交易对上获得更优的价格。
{% endhint %}


---

# 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.pancakeswap.finance/chinese/huan-ying-lai-dao-pancakeswap/contact-us/faq/help.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.
