# Duplicate notes

Duplicating a note allows you to create an exact copy of an existing note. This is useful when you want to reuse a structure, create variations, or make edits without affecting the original content.

***

### 🖥 On Desktop (Windows & macOS)

1. Open the note you want to duplicate.
2. Click the **More (⋯)** button in the upper-right corner of the note editor.
3. Select **Duplicate Note**.

<div align="left"><figure><img src="/files/HYkc83mvTR8A9v2ct7qS" alt="" width="375"><figcaption></figcaption></figure></div>

A new copy of the note will appear in the same notebook or tag view.

You can also duplicate a note from the note list:

1. Right-click the note.
2. Choose **Duplicate** from the context menu.

***

### 📱 On Mobile (iOS & Android)

1. Open the note you want to duplicate.
2. Tap the **More (⋯)** button in the upper-right corner.
3. Select **Duplicate Note** from the menu.

![](/files/X3KGL5USz8YHjazgeyPy)


---

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