> 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/jp/pre-basic/settings/data-settings/siyuan.md).

# SiYuan ノート設定チュートリアル

話題やメッセージを思源ノートにエクスポートすることをサポートします。

## 第1ステップ

思源ノートを開き、ノートブックを作成します

<figure><img src="/files/bcc62b18a53c8948fa89e9c5e814a08f1aa808a6" alt=""><figcaption><p>「新規ノートブック」をクリック</p></figcaption></figure>

## ステップ2

ノートブックを開いて設定を開き、コピーします `ノートブックID`

<figure><img src="/files/5d893f36ac493b88f8817779159188149c3d3609" alt="" width="400"><figcaption><p>ノートブック設定を開く</p></figcaption></figure>

<figure><img src="/files/412fd9306754ca19c7a2251fb77c671fa07fc6fe" alt=""><figcaption><p>「ノートブックIDをコピー」ボタンをクリック</p></figcaption></figure>

## 第3ステップ

ノートブックIDをコピーして、Cherry Studio の設定に入力します

<figure><img src="/files/3e47c8f9fab00c49416438120a37b5941f7d3237" alt=""><figcaption><p>ノートブックIDをデータ設定に入力します</p></figcaption></figure>

## 第4ステップ

思源ノートのアドレスを入力

* **ローカル**\
  通常は `http://127.0.0.1:6806`
* **自己ホスト**\
  あなたのドメインでは `http://note.domain.com`

<figure><img src="/files/f61970297c1ed1255438dfada3f4cb7a2faf383a" alt=""><figcaption><p>思源ノートのアドレスを入力します</p></figcaption></figure>

## 第5ステップ

思源ノートをコピー `APIトークン`

<figure><img src="/files/1a43867176af7a4ddba897f03730e46b8ff42105" alt=""><figcaption><p>思源ノートのトークンをコピー</p></figcaption></figure>

Cherry Studio の設定に入力して「確認」をクリックします（設定項目はすべて上の第4ステップのページにあります）。

## 第6ステップ

おめでとうございます、思源ノートの設定が完了しました ✅ これで Cherry Studio の内容をあなたの思源ノートにエクスポートできます

<figure><img src="/files/52587b3105635692fed934f422c1f29dfaf124ee" alt=""><figcaption><p>エクスポート結果を表示</p></figcaption></figure>

***

### ヘルプの取得とフィードバックの送信

設定または使用中に不明点、バグ、機能改善の提案がある場合は、 [フィードバックと提案](/docs/jp/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/jp/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.
