# Merge notes

You can merge multiple notes into a single, combined note. This is useful when consolidating related ideas, organizing project materials, or cleaning up your workspace. UpNote allows you to preview and reorder notes before completing the merge.

***

### 🖥 On Desktop (Windows, Linux & macOS)

1. [Select multiple notes](/organize-and-manage-notes/multi-note-actions/select-multiple-notes.md) in the note list.
2. In the **right pane**, click **Merge notes**.<br>

   <div align="left"><figure><img src="/files/jgFRzJlDvVIOp3oy9TJg" alt="" width="563"><figcaption></figcaption></figure></div>
3. A preview window will appear showing the combined note.

   * Drag notes up or down to **rearrange** their order before merging.

   <div align="left"><figure><img src="/files/4Qn6LFtbHUvEGsTpybgk" alt="" width="563"><figcaption></figcaption></figure></div>
4. Click **Merge** to create the final combined note.

The merged result will appear as a new note containing the full content of the selected notes.

***

### 📱 On Mobile (iOS & Android)

#### **iOS**

1. Tap the **More (⋯)** button in the lower-right corner of the note list.
2. Tap **Select Notes**.
3. Tap the **circle** next to each note you want to merge.
4. Tap **More (⋯)** again.
5. Select **Merge into a new note**.\
   ![](/files/HW4G3ZXjetrDtqlpUtjD)

#### **Android**

1. Long tap a note in the note list to enter selection mode.
2. Tap the **circle** next to each additional note you want to include.
3. Tap **More (⋯)** in the bottom-right corner.
4. Select **Merge into a new note**.

***

#### 💡 Tips

* The original notes will be **moved to trash** after merging to keep your notes list clean.
* Arrange the order carefully in the preview window on desktop to ensure your merged content reads smoothly.
* This feature is especially helpful for combining meeting notes, research fragments, or related journal entries.


---

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