> 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/business-knowledge-zh/zi-dong-tian-xie.md).

# 自動填寫

自動填寫功能是一個強大的工具，能透過抓取所提供的網站來自動生成文檔內容。我們的機器人會根據您選擇的類別來抓取網站：

* 如果您選擇**公司與品牌**，機器人就會擷取品牌資訊。
* 如果您選擇**工單處理政策與標準作業程序**，它則會擷取支援與工單數據。

即使您輸入**相同的網站**但挑選**不同的類別**，機器人也會抓取不同類型的資訊。

您可以使用自動填入：

* 在一開始[建立核心知識](#first-time-setup-create-new-knowledge)
* 定期[更新並增進該知識](#updating-existing-knowledge-enhance-with-website)

{% hint style="info" %}
自動填寫功能需要額外的設定才能啟用。詳情請聯絡 <hello@chatlyst.io>
{% endhint %}

***

### 首次設定 <a href="#first-time-setup-create-new-knowledge" id="first-time-setup-create-new-knowledge"></a>

{% stepper %}
{% step %}
選取 **自動填寫或上傳**。

\<image>
{% endstep %}

{% step %}
選取 **使用網站自動填寫**。

\<image>
{% endstep %}

{% step %}
輸入您的網站 URL。

\<image>

{% hint style="info" %}
每個 URL 將消耗 5 KC機器人點數
{% endhint %}

* 如果您有多個網站，請選取 **新增網站**。

\<image>
{% endstep %}

{% step %}
如果您也有現有的文檔（支援任何格式），您也可以進行上傳。

* Chatlyst 會將此上傳的文檔視為額外知識，以豐富您的知識庫。

\<image>

{% hint style="info" %}
支援的檔案類型：PDF、DOCX、TXT、MD、CSV。最大檔案大小：10 MB
{% endhint %}
{% endstep %}

{% step %}
點擊 **建立知識** 以繼續。

\<image>
{% endstep %}
{% endstepper %}

***

### 更新現有知識 <a href="#updating-existing-knowledge-enhance-with-website" id="updating-existing-knowledge-enhance-with-website"></a>

{% stepper %}
{% step %}
選取 **自動填寫或上傳**。

\<image>
{% endstep %}

{% step %}
選取 **使用網站增強知識**。

\<image>
{% endstep %}

{% step %}
輸入您的網站 URL。

\<image>

{% hint style="info" %}
每個 URL 將消耗 5 KC機器人點數
{% endhint %}

* 如果您有多個網站，請選取 **新增網站**。

\<image>
{% endstep %}

{% step %}
如果您也有現有的文檔（支援任何格式），您也可以進行上傳。

* Chatlyst 會將此上傳的文檔視為額外知識，以豐富您的知識庫。

\<image>

{% hint style="info" %}
支援的檔案類型：PDF、DOCX、TXT、MD、CSV。最大檔案大小：10 MB
{% endhint %}
{% endstep %}

{% step %}
點擊 **重新建立知識** 以繼續。

\<image>
{% 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/business-knowledge-zh/zi-dong-tian-xie.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.
