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

# 思源筆記設定教學

支援將話題、消息匯出到思源筆記。

## 第一步

打開思源筆記，建立一個筆記本

<figure><img src="/files/0eeec48673c347842545c71609684bb37ed669ab" alt=""><figcaption><p>撳「新增筆記本」</p></figcaption></figure>

## 第二步

打開筆記本設定並複製 `筆記本 ID`

<figure><img src="/files/040e90ae511a46c0a2846c2db5678b1fd96e9a4f" alt="" width="400"><figcaption><p>打開筆記本設定</p></figcaption></figure>

<figure><img src="/files/145f2f8f4d09b7dcf9ed6ce41269f7499d1f116a" alt=""><figcaption><p>撳複製筆記本 ID 按鈕</p></figcaption></figure>

## 第三步

複製筆記本 ID，填寫到 Cherry Studio 設定入面

<figure><img src="/files/b2058df86321867106a5aa3bf6be8b34e0375b1d" alt=""><figcaption><p>將筆記本 ID 填寫到數據設定入面</p></figcaption></figure>

## 第四步

填寫思源筆記地址

* **本機**\
  通常係 `http://127.0.0.1:6806`
* **自行部署**\
  你嘅域名 `http://note.domain.com`

<figure><img src="/files/003b54d0fa72f57b6aa3f62d3c4bc2fa2d4a4fde" alt=""><figcaption><p>填入你嘅思源筆記地址</p></figcaption></figure>

## 第五步

複製思源筆記 `API Token`

<figure><img src="/files/bb31f7af1e1fcb311077f5af81d06b3e0881a0aa" alt=""><figcaption><p>複製思源筆記令牌</p></figcaption></figure>

填入 Cherry Studio 設定入面，再撳檢查（配置項都喺上面第四步嗰頁）。

## 第六步

恭喜你，思源筆記嘅配置已經完成咗 ✅ 跟住就可以將 Cherry Studio 內容匯出到你嘅思源筆記入面喇

<figure><img src="/files/9c4df85c8d3f496fd8685ca5af3fa8c66c5ea4da" 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/siyuan.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.
