> 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/get-started.md).

# 入门指南

![](/files/UiW3DJH23Xf4qT6EmvCN)

使用任何新东西可能会有点挑战。不过别担心，我们创建了一系列指南，帮助您熟悉PaySwap！

## 设置PaySwap

按照以下指南设置一切以使用PaySwap，或者如果您已经做得不错但迷失了方向，可以随时跳到您需要的指南。

[创建钱包](/zhong-guo-ren/readme/get-started/wallet-guide.md)\
[获取免费代币](/zhong-guo-ren/readme/get-started/bep20-guide.md)\
[将您的钱包连接到PaySwap](/zhong-guo-ren/readme/get-started/connection-guide.md)

## 使用PaySwap功能的指南

一旦您设置了钱包并连接到PaySwap，可以随时查看下面的其他操作指南。

[如何交易](/zhong-guo-ren/products/payswap-exchange/trade-guide.md)\
[如何添加/移除流动性](/zhong-guo-ren/products/payswap-exchange/liquidity-guide.md)\
[如何玩彩票](/zhong-guo-ren/products/lottery/how-to-play-lottery.md)\
[如何下注](/zhong-guo-ren/products/betting.md)\
[如何玩游戏](/zhong-guo-ren/products/games.md)\
[如何设置您的个人资料](/zhong-guo-ren/products/profile.md)\
[如何投票](/zhong-guo-ren/products/cancan/votes.md)

在菜单中查看更多有关PaySwap功能和服务的文档，包括更高级的指南。

如果找不到所需内容，请随时查询本网站搜索栏中可用的AI助手，或访问[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/get-started.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.
