> For the complete documentation index, see [llms.txt](https://chatlyst.gitbook.io/chatlyst-user-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://chatlyst.gitbook.io/chatlyst-user-guide/zh/getting-started-zh/jian-li-zhang-hu.md).

# 建立帳戶

### 如何建立 Chatlyst 帳戶

{% stepper %}
{% step %}

#### 開啟註冊頁面

前往 <https://chatlyst.io/zh-tw>。

<div data-with-frame="true"><figure><img src="/files/pTDrB25r6Ms82NepKaEi" alt=""><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
在右上角，選擇 **免費試用**。

{% hint style="info" %}
如果帳戶已存在，請改為選擇 [**登入**](/chatlyst-user-guide/zh/getting-started-zh/deng-ru.md)。
{% endhint %}

<div data-with-frame="true"><figure><img src="/files/F9eaZxnkdMLc0E6Lh8wu" alt=""><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
在註冊 (免費試用) 頁面選擇註冊方法

<div data-with-frame="true"><figure><img src="/files/kXPOmjynrZBuNesKxAnu" alt=""><figcaption></figcaption></figure></div>

#### **選項 A：使用電子郵件註冊**

1. 在註冊表單中輸入所需的詳細資訊，包括姓名和電子郵件地址。
2. 建立符合以下要求的密碼：
   * 至少 8 個字元
   * 至少 1 個大寫字母
   * 至少 1 個小寫字母
   * 至少 1 個數字
3. 重新輸入密碼以進行確認。
4. （選填）輸入推薦碼。如果沒有推薦碼，請將此欄位留空。
5. 選擇 **創建帳戶**。

<div data-with-frame="true"><figure><img src="/files/tezUOlr4goAIylOEkWOU" alt=""><figcaption></figcaption></figure></div>

#### 選項 B：使用 Google 註冊

1. 選擇 **通過 Google 繼續**。
2. 登入 Google 帳戶。
3. 按照螢幕上的提示完成註冊。

<div data-with-frame="true"><figure><img src="/files/XogFNu6Re21FrbW2QZdO" alt=""><figcaption></figcaption></figure></div>

#### 選項 C：使用 Facebook 註冊

（即將推出）
{% endstep %}

{% step %}

#### 建立公司

建立帳戶後，Chatlyst 會提示您設定公司。

1. 輸入公司詳細資訊：
   * 公司名稱
   * 產業
   * 公司規模
   * （選填）描述
   * （選填）網站
2. 檢視詳細資訊，然後選擇 **建立公司**。

<div data-with-frame="true"><figure><img src="/files/BWKJxv9Ow8eXYWe1udeB" alt=""><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

#### 繼續前往首頁

1. 檢視確認訊息。
2. 選擇 **讓我們開始吧**。

<div data-with-frame="true"><figure><img src="/files/ORW1NFeC7z9Fvjvp2nDz" alt=""><figcaption></figcaption></figure></div>

3. 登入後，Chatlyst 會開啟首頁

<div data-with-frame="true"><figure><img src="/files/osXkQzeg8fJ9rUhEaThc" alt=""><figcaption></figcaption></figure></div>
{% endstep %}
{% endstepper %}


---

# 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:

```
GET https://chatlyst.gitbook.io/chatlyst-user-guide/zh/getting-started-zh/jian-li-zhang-hu.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
