> For the complete documentation index, see [llms.txt](https://help.getupnote.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.getupnote.com/ja/organize-and-manage-notes/multi-note-actions/merge-notes.md).

# ノートを結合する

複数のノートを1つのノートに\*\*結合（マージ）\*\*できます。\
関連するアイデアをまとめたり、プロジェクト資料を整理したり、ワークスペースをすっきり保つのに便利です。\
結合前にプレビュー画面でノートの順序を確認・並べ替えることもできます。

***

#### 🖥 デスクトップ（Windows、Linux、macOS）

1. ノート一覧で[複数のノートを選択](https://help.getupnote.com/organize-and-manage-notes/multi-note-actions/select-multiple-notes)します。
2. 右ペインで **「Merge notes（ノートを結合）」** をクリックします。

   <div align="left"><figure><img src="https://3053791484-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FFt4LISrSRa6fHrbSIdcE%2Fuploads%2FVPdvpUDbcOMKWmwW8fZq%2Fimage.png?alt=media&#x26;token=67678ffb-7c59-40d0-8880-0cbd2ebf0d08" alt="" width="563"><figcaption></figcaption></figure></div>
3. プレビューウィンドウが開き、結合後のノート内容を確認できます。

   * ノートをドラッグして上下に並べ替え、**結合順序を調整**します。

   <div align="left"><figure><img src="https://3053791484-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FFt4LISrSRa6fHrbSIdcE%2Fuploads%2Ft9PI6nKL0P6OAo1jveq2%2Fimage.png?alt=media&#x26;token=ee7d3545-27e9-4b7a-a6f0-da62dc86826a" alt="" width="563"><figcaption></figcaption></figure></div>
4. **「Merge」** をクリックして結合を確定します。

結合後、選択したすべてのノートの内容を含む**新しいノート**が作成されます。

***

#### 📱 モバイル（iOS・Android）

**iOS**

1. ノート一覧画面右下の **「…（その他）」** ボタンをタップします。
2. **「Select Notes（ノートを選択）」** をタップします。
3. 結合したいノートの横にある **○** をタップして選択します。
4. 再度 **「…」** をタップします。
5. **「Merge into a new note（新しいノートに結合）」** を選択します。\
   ![](https://3053791484-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FFt4LISrSRa6fHrbSIdcE%2Fuploads%2FLMkEOzoKuATwwyHDg7IG%2Fimage.png?alt=media\&token=d31bef19-58ad-44b4-a3b8-916ebe877398)

**Android**

1. ノート一覧で1つのノートを**長押し**して選択モードに入ります。
2. 結合したい他のノートを選択します。
3. 右下の **「…（その他）」** をタップします。
4. **「Merge into a new note」** を選択します。

***

**💡 ヒント**

* 結合後、元のノートは自動的に**ゴミ箱へ移動**します。
* デスクトップでのプレビュー画面で順序を調整すると、読みやすい構成にできます。
* この機能は、会議メモ、調査メモ、日記のまとめなどを1つに整理する際に特に便利です。


---

# 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://help.getupnote.com/ja/organize-and-manage-notes/multi-note-actions/merge-notes.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.
