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

# SiYuanノート設定ガイド

Siyuanノートにトピックやメッセージをエクスポートできます。

## ステップ 1

Siyuanノートを開き、ノートブックを作成する

<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

Siyuanノートのアドレスを入力する

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

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

## ステップ5

Siyuanノートの `APIトークン`

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

Cherry Studio の設定に入力して確認する

<figure><img src="/files/8bd7b0a69eeb88e3d16a23e33b334dac1e623d91" alt=""><figcaption><p>データベースIDを入力して［確認］をクリック</p></figcaption></figure>

## ステップ6

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

<figure><img src="/files/720a26d45cce0df33507533fe619686b4c8f8dda" alt=""><figcaption><p>Siyuanノートにエクスポート</p></figcaption></figure>

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

***

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

設定や使用の過程で疑問、Bug、機能改善の提案がある場合は、 [フィードバックと提案](/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/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.
