# SiYuan Notes Configuration Guide

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 Create Notebook</p></figcaption></figure>

## Step 2

Open 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 results</p></figcaption></figure>


---

# Agent Instructions: 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:

```
GET https://docs.cherry-ai.com/docs/en-us/pre-basic/data-settings/siyuan.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
