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

# Notion Configuration Tutorial

Cherry Studio supports importing topics into a Notion database.

## Step 1

Open website [Notion Integrations](https://www.notion.so/profile/integrations) Create an app

<figure><img src="/files/a3738cf6f15babf2ef91350135f7b5701f17d164" alt=""><figcaption><p>Click the plus sign to create an app</p></figcaption></figure>

## Step 2

Create an app

<figure><img src="/files/6bab198a0a74b057ed19832d3d3edf26df052ad0" alt=""><figcaption><p>Fill in the app information</p></figcaption></figure>

Name: Cherry Studio

Type: select the first one

Icon: you can save this image

<figure><img src="/files/079eeb64572ca0d40b24e1d092c4c13c17bb1fad" alt="" width="188"><figcaption></figcaption></figure>

## Step 3

Copy the secret and enter it in Cherry Studio settings

<figure><img src="/files/1c27f865ec125b6e9c54474d6af41390430eb790" alt=""><figcaption><p>Click Copy Secret</p></figcaption></figure>

<figure><img src="/files/263d080e1d9ca2230ed5c85ed92c1f72b5cda44a" alt=""><figcaption><p>[Settings] → [Data] → [Notion Settings]: fill in the secret / database ID / page title field name on this page</p></figcaption></figure>

## Step 4

After enabling it [Notion](https://www.notion.so/) On the website, create a new page, select the database type below, enter Cherry Studio as the name, and connect following the illustration

<figure><img src="/files/90d4bfb11bd8229040fbac5a24903fa3c9c4d8f7" alt=""><figcaption><p>Create a new page and select the database type</p></figcaption></figure>

<figure><img src="/files/5f125213b5d32f88491ee83aa59116e78aa0ec21" alt=""><figcaption><p>Enter the page name and choose to connect to the app</p></figcaption></figure>

## Step 5

<figure><img src="/files/5d619700a0c434f596a6d238e4b22762c12e8292" alt=""><figcaption><p>Copy the database ID</p></figcaption></figure>

If your Notion database URL looks like this:

<https://www.notion.so/\\>\<long\_hash\_1>?v=\<long\_hash\_2>

Then the Notion database ID is `<long_hash_1>` For this part, go back to the Notion settings page above, fill it in, and click Check.

## Step 6

Fill in `Page title field name`:

If your web interface is in English, enter `Name`\
If your web interface is in Chinese, enter `Name`

## Step 7

Congratulations, the Notion configuration is complete ✅ Next, you can export Cherry Studio content to your Notion database

<figure><img src="/files/5b6d7fbebfd4837d05dd5a535fd8aab100073e16" alt=""><figcaption><p>Export to Notion</p></figcaption></figure>

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

***

### Get help and submit feedback

If you encounter any questions or bugs during configuration or use, or have suggestions for feature improvements, please refer to the official channels provided in [Feedback and Suggestions](/docs/en-us/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/en-us/pre-basic/settings/data-settings/notion.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.
