# Notion Configuration Tutorial

Cherry Studio supports importing topics into a Notion database.

## 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 key and fill it into Cherry Studio settings

<figure><img src="/files/1c27f865ec125b6e9c54474d6af41390430eb790" alt=""><figcaption><p>Click to copy the key</p></figcaption></figure>

<figure><img src="/files/263d080e1d9ca2230ed5c85ed92c1f72b5cda44a" alt=""><figcaption><p>Fill the key into the data settings</p></figcaption></figure>

## Step 4

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

<figure><img src="/files/90d4bfb11bd8229040fbac5a24903fa3c9c4d8f7" alt=""><figcaption><p>Create a new page and choose 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 the URL of your Notion database 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 web page is in English, enter `Name`\
If your web page is in Chinese, enter `Name`

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

## 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 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/notion.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.
