> For the complete documentation index, see [llms.txt](https://docs.payswap.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.payswap.org/zhong-guo-ren/readme/help.md).

# 点击这里获取帮助

![](/files/dfrtofmIVAjY1rRhxqVj)

如果您发现自己陷入困境，如果某些事情不像预期那样工作，或者您不确定某件事是否已经解决，本帮助部分可能能够帮助您。

## 帮助部分

我们将帮助主题分成几个部分，以帮助您找到所需的信息。以下是您将找到的内容概述。

### 故障排除错误

[故障排除错误页面](#troubleshooting-errors)收集了用户在使用PaySwap时可能遇到的一系列错误。它显示了问题及其解决方案，以及解释问题发生原因的原因。

### 常见问题解答

[常见问题解答页面](#general-faq)回答了我们从PaySwap用户那里经常收到的常见问题。这些问题的答案提供了建议、解释或有用资源的链接。

### 其他指南

帮助主题中还有许多指南，可以帮助您解决技术问题。当经常出现难以解决的问题时，我们会添加指南，因此，如果您遇到困难，请务必在这里查找解决方案指南。

## 寻求支持

PaySwap没有专门的支持服务。相反，如果您遇到没有答案的问题，请在[PaySwap的PayChat频道](https://paychat.payswap.org/#/room/%23paycom%3Amatrix.org?via=matrix.org)上寻求帮助。


---

# 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.payswap.org/zhong-guo-ren/readme/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.
