> 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.md).

# 首次基本设置

## 简介

首次使用 AICAN Pro 时，请先完成账号注册，并快速认识后台各功能位置。

完成本章节后，您即可开始建立团队、接入客服渠道，并进行后续系统设置。

***

## 本章内容

本章节包含以下内容：

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><mark style="color:$primary;">注册账号</mark></td><td><a href="/pages/DNiY24yJfqEiSB1e1GIw">/pages/DNiY24yJfqEiSB1e1GIw</a></td></tr><tr><td><mark style="color:$primary;">登录 AICAN Pro</mark></td><td><a href="/pages/kLr0udFhnbOCTseAOCDp">/pages/kLr0udFhnbOCTseAOCDp</a></td></tr><tr><td><mark style="color:$primary;">快速认识 AICAN Pro 后台</mark></td><td><a href="/pages/WMAbsvIj2SffcYp6mXYn">/pages/WMAbsvIj2SffcYp6mXYn</a></td></tr></tbody></table>

***

### 操作说明

依照以下顺序完成首次设置：

1. 注册账号
2. 登录 AICAN Pro
3. 快速认识 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.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.
