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

# Notion設定ガイド

Cherry Studio はトピックを Notion のデータベースにインポートすることをサポートしています。

## ステップ 1

サイトを開く [Notion Integrations](https://www.notion.so/profile/integrations) アプリを作成する

<figure><img src="/files/49328e354b71b9186f9e66d3cb25330f30b0efa1" alt=""><figcaption><p>プラスをクリックしてアプリを作成</p></figcaption></figure>

## ステップ 2

アプリを作成する

<figure><img src="/files/e9f8c42d28870e5114725dbd98543c437a85cf7f" alt=""><figcaption><p>アプリ情報を入力</p></figcaption></figure>

名前：Cherry Studio

種類：最初のものを選択

アイコン：この画像を保存しても構いません

<figure><img src="/files/3787eea9caff17e04f27be3970ae4f4ec7b39f3d" alt="" width="188"><figcaption></figcaption></figure>

## ステップ3

キーをコピーして Cherry Studio の設定に入力します

<figure><img src="/files/f30ad7c943bf055fed27d0e151246ff848e31884" alt=""><figcaption><p>キーをコピーをクリック</p></figcaption></figure>

<figure><img src="/files/9b9a443402e53f2e4cb5180d46baba50da7bf593" alt=""><figcaption><p>キーをデータ設定に入力します</p></figcaption></figure>

## ステップ4

開く [Notion](https://www.notion.so/) Webサイトで新しいページを作成し、下部でデータベースタイプを選択、名前に Cherry Studio を入力し、図のとおりに接続します

<figure><img src="/files/826fdb06738676155dde7703f928ab0a4bccf263" alt=""><figcaption><p>新しいページを作成してデータベースタイプを選択</p></figcaption></figure>

<figure><img src="/files/ea4d305ef01ac5c79474e5a52cc6e266f5759f41" alt=""><figcaption><p>ページ名を入力し、APP への接続を選択します</p></figcaption></figure>

## ステップ5

<figure><img src="/files/d7a11d01f96694b3778aaef3ac1ba2284a48e324" alt=""><figcaption><p>データベース ID をコピー</p></figcaption></figure>

Notion データベースの URL が次のような場合：

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

その場合、Notion データベース ID は `<long_hash_1>` この部分

<figure><img src="/files/0860ccda18fc74e1cc754310713ad78506eb6477" alt=""><figcaption><p>データベースIDを入力して［確認］をクリック</p></figcaption></figure>

## ステップ6

入力する `ページタイトルのフィールド名`に由来する：

Web版が英語の場合は、次を入力 `Name`\
Web版が中国語の場合は、次を入力 `名称`

<figure><img src="/files/0468849bb8513113261eac559d6b167b89d5ffd0" alt=""><figcaption><p>ページタイトルのフィールド名を入力</p></figcaption></figure>

## ステップ 7

おめでとうございます。Notion の設定は完了しました ✅ 次に、Cherry Studio の内容を Notion データベースへエクスポートできます

<figure><img src="/files/359965ba21a4cb84b8e87396571dcf18803a4dbd" alt=""><figcaption><p>Notion にエクスポート</p></figcaption></figure>

<figure><img src="/files/bec01991fe526ab0c9542cfa0d51a440c0e976f8" alt=""><figcaption><p>エクスポート結果を見る</p></figcaption></figure>

***

### 💡 ヘルプの取得とフィードバックの送信

設定や使用の過程で疑問、Bug、機能改善の提案がある場合は、 [フィードバックと提案](/docs/jp/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/jp/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.
