> 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/kai-shi-shi-yong.md).

# 开始使用

请浏览下方我们全面的自助支持文章。如果您需要直接帮助，请随时联系我们的团队：

* 如需**邮件支持**：<support@backpack.exchange>
* 如需**在线聊天支持**，请使用支持中心或[ Backpack Learn ](https://learn.backpack.exchange/)上的聊天弹窗，或通过 Backpack 移动应用中的 **设置（settings）**&#x76F4;接联系客服。
* 如需**社区支持**，请访问我们的 Discord：<https://discord.gg/backpack>
* 如需**教育资源**，请访问 [Backpack Learn](https://learn.backpack.exchange/)

### Backpack 如何与您沟通

正规的 Backpack 支持邮件只会来自以下列出的地址。如果您收到自称来自 Backpack、但发件地址不在其中的消息，请不要回复或按照其指示操作。请将该邮件转发至 <support@backpack.exchange>，以便我们团队进行核实。

* **全球：**&#x73;<upport@backpack.exchange>
* **欧盟：**&#x73;<upport@eu.backpack.exchange>
* **欧盟一般咨询：**&#x69;<nfo@eu.backpack.exchange>
* **日本：**&#x6A;<psupport@backpack.exchange>
* **VIP：**&#x76;<ip@backpack.exchange>

### 收到可疑邮件？

不要回复或点击任何链接。请将邮件转发至 <support@backpack.exchange>，我们的团队可以协助核实。

### 官方 Telegram 社区频道

通过我们的官方社区频道与 Backpack 联系。

* **中文（CN）：**[加入 Telegram](https://t.me/BackpackExchangeSupportChinese)
* **西班牙语（ES）：**[加入 Telegram](https://t.me/backpackespanol)

### 官方社交媒体渠道

* **X：**[关注 Backpack 的 X 账号](https://x.com/Backpack)
  * **支持：**<https://x.com/BackpackHelp>
* **LinkedIn：**[关注 Backpack 的 LinkedIn](https://www.linkedin.com/company/backpackexchange)

{% hint style="info" %}
**重要提示：**&#x8BF7;仅使用此处列出的官方社区链接，并对冒充 Backpack 的账户或群组保持警惕。Backpack 绝不会索要您的助记词、密码或双重验证码，也绝不会索要资金。
{% 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://support.backpack.exchange/support-docs/cn/kai-shi-shi-yong.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.
