> 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/deng-ru.md).

# 登入

### 如何登入 Chatlyst

{% stepper %}
{% step %}

#### 開啟登入頁面

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

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

{% step %}
在右上角，選擇 **登入**。

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

{% step %}
在登入頁面，選擇一種登入方法。

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

#### **選項 A：**&#x4F7F;用電子郵件登入

1. 輸入電子郵件地址和密碼。
2. 選擇 **登入**。

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

#### **選項 A：**&#x4F7F;用 Google 登入

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

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

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

（即將推出）
{% endstep %}

{% step %}

#### 確認存取首頁

成功登入後，Chatlyst 會開啟首頁。

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

***

### 記住我

儲存登入詳細資訊，以便每次不需重新輸入憑證。

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

### 忘記密碼

{% stepper %}
{% step %}
如果忘記密碼，請使用此選項來重設帳戶密碼。

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

{% step %}
輸入註冊的電子郵件地址，然後選擇 **發送重置鏈接**。

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

{% step %}
開啟電子郵件並選擇 **Reset Password**。

{% hint style="warning" %}
**重要注意事項**：重設連結的有效時間為 30 分鐘。
{% endhint %}

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

{% step %}
建立符合以下要求的全新密碼：

* 至少 8 個字元
* 至少 1 個大寫字母
* 至少 1 個小寫字母
* 至少 1 個數字

選擇 **重置密碼** 以完成。

<div data-with-frame="true"><figure><img src="/files/NDO2CL23F7whODcJVW0D" 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/deng-ru.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.
