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

# Notion 設定チュートリアル

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

## ステップ1

ウェブサイトを開く [Notion 連携](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>【設定】→【データ】→【Notion 設定】：キー / データベース ID / ページタイトルのフィールド名はすべてこのページで入力します</p></figcaption></figure>

## ステップ4

開く [Notion](https://www.notion.so/) サイトで新しいページを作成し、下部でデータベースタイプを選択し、名前に 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>` この部分は、上の Notion 設定ページに戻って入力し、チェックをクリックします。

## ステップ6

入力 `ページタイトルのフィールド名`：

ウェブ版が英語なら、次を入力します `Name`\
ウェブ版が中国語なら、次を入力します `名称`

## 第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>

***

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

設定や使用中に疑問、バグ、または機能改善の提案がある場合は、 [フィードバックと提案](/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/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.
