> For the complete documentation index, see [llms.txt](https://aican.gitbook.io/aican/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://aican.gitbook.io/aican/getting-started/initial-setup/zhu-ce-zhang-hao.md).

# 注册账号

## 简介

开始使用 AICAN Pro 前，請先建立账号并完成电子邮件验证。

完成验证后，即可登录系统。

***

## 操作说明

{% stepper %}
{% step %}

### 步骤一：进入注册页面

进入登录页面后，点击 **【前往注册】**。

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

***

{% endstep %}

{% step %}

### 步骤二：填写注册信息

输入电子邮件，并设置登录密码。

密码须同时包含：

* 英文大写字母
* 英文小写字母
* 数字
* 特殊符号（!@#$%^&\*+=<>.?）

填写完成后，**点击【注册】建立账号**；或**点击【使用 Google 注册】**，直接使用 Google 账号完成注册。

<figure><img src="/files/28j67jt4VYBqRvLPDNEV" alt=""><figcaption></figcaption></figure>

***

{% endstep %}

{% step %}

### 步骤三：完成电子邮件验证

系统会发送验证邮件至您填写的电子邮件。

开启邮件后，点击【立即验证账号】完成账号验证。

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

***

{% endstep %}
{% endstepper %}

## 常见问题

#### 没有收到验证邮件怎么办？

请依序确认：

* 垃圾邮件资料夹
* 邮件是否输入正确
* 点击【重新发送验证邮件】

***

#### 下一步

完成 **账号注册** 后，请继续登录 AICAN Pro。

***


---

# 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://aican.gitbook.io/aican/getting-started/initial-setup/zhu-ce-zhang-hao.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.
