> 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/settings/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>【設定】→【資料】→【Notion 設定】：密鑰 / 資料庫 ID / 頁面標題欄位名都喺呢一頁填寫</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>` 呢部分，返去上面嘅 Notion 設定頁填入並撳檢查。

## 第六步

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

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

## 第七步

恭喜你，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/settings/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.
