> For the complete documentation index, see [llms.txt](https://docs.cherryai.com.cn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cherryai.com.cn/docs/zhong-wen-fan-ti/pre-basic/data-settings/notion.md).

# Notion 配置教程

Cherry Studio 支援將話題匯入 Notion 嘅資料庫。

## 第一步

開啟網站 [Notion Integrations](https://www.notion.so/profile/integrations) 建立一個應用程式

<figure><img src="/files/d7f6b052aca13f344554e70dfe1e53c2c7a3b866" alt=""><figcaption><p>撳加號建立應用程式</p></figcaption></figure>

## 第二步

建立一個應用程式

<figure><img src="/files/0125032b688c5cc52483809118a00796e83a466a" alt=""><figcaption><p>填寫應用程式資訊</p></figcaption></figure>

名稱：Cherry Studio

類型：揀第一個

圖示：可以儲存返呢張圖片

<figure><img src="/files/1599204d9e9406dfa8695c8c73e30f53d3e4ceae" alt="" width="188"><figcaption></figcaption></figure>

## 第三步

複製密鑰填入 Cherry Studio 設定入面

<figure><img src="/files/4a6abb07bb2d1cf7dc33de2794a00f0d946de938" alt=""><figcaption><p>撳複製密鑰</p></figcaption></figure>

<figure><img src="/files/06b1d9aada8315e4c06fb9b3bf6c3d64bf690213" alt=""><figcaption><p>將密鑰填入資料設定入面</p></figcaption></figure>

## 第四步

打開 [Notion](https://www.notion.so/) 係網站度建立一個新頁面，喺下方揀資料庫類型，名稱填 Cherry Studio，跟圖示操作連接

<figure><img src="/files/02cda7db7562d9501daaa33e4bff69589e09d860" alt=""><figcaption><p>建立一個新頁面並揀資料庫類型</p></figcaption></figure>

<figure><img src="/files/93e401c0359743523e87658e8b1717a173a2294f" alt=""><figcaption><p>輸入頁面名稱，並揀連接到 APP</p></figcaption></figure>

## 第五步

<figure><img src="/files/58e7e3c249fff3e4dc42be513d681cad91bd3c80" alt=""><figcaption><p>複製資料庫 ID</p></figcaption></figure>

如果你嘅 Notion 資料庫 URL 類似咁：

<https://www.notion.so/\\>\<long\_hash\_1>?v=\<long\_hash\_2>

咁 Notion 資料庫 ID 就係 `<long_hash_1>` 呢部分

<figure><img src="/files/12f7b035f14f7f99dde7931d8531f30083f399a2" alt=""><figcaption><p>填寫資料庫 ID 並撳檢查</p></figcaption></figure>

## 第六步

填寫 `頁面標題欄位名`：

如果你嘅網頁係英文嘅，就填 `Name`\
如果你嘅網頁端係中文嘅，就填 `名稱`

<figure><img src="/files/bb2a684d0da26907b9fbcf829685b031081d8820" alt=""><figcaption><p>填寫頁面標題欄位名</p></figcaption></figure>

## 第七步

恭喜你，Notion 嘅設定已經完成喇 ✅ 跟住就可以將 Cherry Studio 內容匯出到你嘅 Notion 資料庫喇

<figure><img src="/files/1f620b73efc032ff490b89bee1406a2799a95ba0" alt=""><figcaption><p>匯出到 Notion</p></figcaption></figure>

<figure><img src="/files/429806523062971f3ec4c394c31956075c3c5364" alt=""><figcaption><p>睇匯出結果</p></figcaption></figure>

***

### 💡 獲取幫助同提交反饋

如果您喺配置或使用過程中遇到任何疑問、Bug 或有功能改進建議，請參考 [反饋同建議](/docs/zhong-wen-fan-ti/question-contact/suggestions.md) 入面提供嘅官方渠道。


---

# 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://docs.cherryai.com.cn/docs/zhong-wen-fan-ti/pre-basic/data-settings/notion.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.
