> 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/deng-lu-aican-pro.md).

# 登录 AICAN Pro

## 简介

完成账号验证后，即可登录 AICAN Pro，并完成首次基本资料设置。

***

## 操作说明

{% stepper %}
{% step %}

### 步骤一：登录系统

输入注册时使用的电子邮件及密码登录。

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

***

{% endstep %}

{% step %}

### 步骤二：设置基本资料

首次登录时，请依画面设置：

* 成员名称
* 团队名称

完成后即可进入 AICAN Pro 后台。

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

***

{% endstep %}

{% step %}

### 步骤三：绑定 Google 登录（选用）

如需使用 Google 快速登录，可进入：

**AICAN Pro 后台 > 账号菜单（个人档案） > 安全设置**

绑定完成后，即可直接使用该 Google 账号登录系统。

完成 Google 账号绑定。

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

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

{% hint style="warning" %}

### 提醒

若您原本就是使用 Google 登录建立账号，则无需再次绑定。
{% endhint %}

***

{% 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/deng-lu-aican-pro.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.
