> For the complete documentation index, see [llms.txt](https://docs.littlepig.cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.littlepig.cloud/zh-cn/docs/start-now/registration.md).

# 注册账户指南

## 如何在小猪云上注册账号

通过简单几个步骤，学习如何在小猪云上注册账号。

### 步骤 1

进入[小猪云首页](https://www.littlepig.tech/zh-CN)，点击“注册”按钮。

<figure><img src="/files/iUKW11fI1YsrL4Sdwnqy" alt=""><figcaption></figcaption></figure>

### 步骤 2

输入您的用户名、邮箱和密码，用户名和邮箱必须是唯一的，并请为您的账户选择一个强密码。

<figure><img src="/files/ZQbTErY7EmrS6iwxsZGA" alt=""><figcaption></figcaption></figure>

### 步骤 3

通过输入发送到您提供的邮箱的OTP验证码来验证您的账户。

<figure><img src="/files/Gm5dOyFYOWA9BPLEIFjv" alt=""><figcaption></figcaption></figure>

这是您在邮箱中会收到的邮件内容。

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXeWfxKwsqufBdaUj2CSaDk-yWQpmKAseqpF1odh9C6j1Qn9kD_xN1Hceak3GF07RzQE-7bhXDQa6gh5ujfla-jHf4x7Uv08Uw7uyBnQzcfTjP2unuy_sfoOyOrA5mTkRul4pnTH_e3Sxdw6GFCE2RwQt7mq?key=leD-CHDFe7ZFJW1bhcmaQw" alt=""><figcaption></figcaption></figure>

### 步骤 4&#x20;

复制并粘贴验证码到验证页中。然后您将看到“注册成功”的提示信息。现在您可以使用创建时的邮箱地址和密码登录您的账户。

<figure><img src="/files/B4f3SSlQTEQ1Y94HBWzt" alt=""><figcaption></figcaption></figure>


---

# 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.littlepig.cloud/zh-cn/docs/start-now/registration.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.
