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

# Notion Configuration Tutorial

Cherry Studio supports importing topics into Notion databases.

## Step 1

Open the 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 key and enter it in Cherry Studio settings

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

<figure><img src="/files/263d080e1d9ca2230ed5c85ed92c1f72b5cda44a" alt=""><figcaption><p>Enter the secret key in the data settings</p></figcaption></figure>

## Step 4

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

<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 Connect to 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>` this part

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

## Step 6

Fill in `Page title field name`:

If your page is in English, enter `Name`\
If your page is in Chinese, enter `Name`

<figure><img src="/files/2d1ecc707676c6a9d89a30820c4c5c68de1e7a11" alt=""><figcaption><p>Enter the page title field name</p></figcaption></figure>

## Step 7

Congratulations, Notion has been configured successfully ✅ 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, 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/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.
