> 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/jiao-yi-gong-ju/social-login.md).

# Social Login

{% hint style="danger" %}
通过 Social Login 创建的智能钱包目前仅支持[有限的网络](https://docs.pancakeswap.finance/trading-tools/social-login/social-login-faq#general-overview)。\
将资产转移到智能钱包 UI 或底层钱包提供商\_不支持\_的链上，可能导致您的资金暂时无法访问。
{% endhint %}

### 什么是 Social Login？

PancakeSwap 的 **Social Login** 允许您使用 Google、X (Twitter)、Discord 或 Telegram 账户创建一个安全的自托管钱包 —— 无需浏览器扩展、助记词或复杂的设置。

这是开始探索 DeFi 最快捷的方式，尤其适合新手或希望快速上手的用户。您的钱包会在后台自动创建，并可在所有受支持的 PancakeSwap 链上无缝使用。

#### 🚀 Social Login + Pancake Gifts：无缝的 DeFi 入门体验

当与 **PancakeSwap Gifts** 搭配使用时，Social Login 带来极致的新手友好体验：

* 通过一个简单的链接**接收礼物**（代币或 NFT）
* 使用您的社交账户**即时登录**
* **领取并使用您的资产** —— 无需设置钱包或具备技术知识

此流程消除了进入加密世界的常见障碍，让您比以往任何时候都更轻松地融入 PancakeSwap 生态系统。

立即探索：

* [Pancake Gifts](/chinese/jiao-yi-gong-ju/pancake-gifts.md)
* [Social login：操作指南](/chinese/jiao-yi-gong-ju/social-login/social-login-how-to-guide.md)
* [Social Login 常见问题解答](/chinese/jiao-yi-gong-ju/social-login/social-login-faq.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://docs.pancakeswap.finance/chinese/jiao-yi-gong-ju/social-login.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.
