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

# SiYuan Notes Configuration Tutorial

Supports exporting topics and messages to SiYuan Notes.

## Step 1

Open SiYuan Notes and create a notebook

<figure><img src="/files/bfc307507242bc47491f042ca28e7016e0d4231f" alt=""><figcaption><p>Click New Notebook</p></figcaption></figure>

## Step 2

Open the notebook settings and copy`Notebook ID`

<figure><img src="/files/fbec5508c9710625e2c16de5c5b96e02bbdcf38b" alt="" width="400"><figcaption><p>Open notebook settings</p></figcaption></figure>

<figure><img src="/files/8ef29415eb653a40f1af46299fcbf50341292809" alt=""><figcaption><p>Click the Copy Notebook ID button</p></figcaption></figure>

## Step 3

Copy the notebook ID and enter it in Cherry Studio settings

<figure><img src="/files/a96aaccf8fa31e14ac26b93ed53cdbf79ea61bcf" alt=""><figcaption><p>Enter the notebook ID in the data settings</p></figcaption></figure>

## Step 4

Enter the SiYuan Notes address

* **Local**\
  Usually `http://127.0.0.1:6806`
* **Self-hosted**\
  For your domain `http://note.domain.com`

<figure><img src="/files/8965391df71021f00d1694907898f8417942e499" alt=""><figcaption><p>Enter your SiYuan Notes address</p></figcaption></figure>

## Step 5

Copy SiYuan Notes `API Token`

<figure><img src="/files/3680220b71b115e7678fad1acdecdc75b6d54992" alt=""><figcaption><p>Copy the SiYuan Notes token</p></figcaption></figure>

Enter it in Cherry Studio settings and check

<figure><img src="/files/461f4bb57b9027f294a3b48fe67ac3d5d626e1c2" alt=""><figcaption><p>Enter the database ID and click Check</p></figcaption></figure>

## Step 6

Congratulations, the SiYuan Notes configuration is complete ✅ Next, you can export Cherry Studio content to your SiYuan Notes.

<figure><img src="/files/5d07c299f05572c22ded29d0c17b1e5ebe79276a" alt=""><figcaption><p>Export to SiYuan Notes</p></figcaption></figure>

<figure><img src="/files/cfb6174d6cc5a919c27eeea76f2daf4a39cd80fe" alt=""><figcaption><p>View export result</p></figcaption></figure>

***

### 💡 Get help and submit feedback

If you encounter any questions, bugs, or have suggestions for feature improvements during configuration or use, please refer to [Feedback and Suggestions](/docs/en-us/question-contact/suggestions.md) the official channels provided there.


---

# 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/en-us/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.
