How to Clone a Quest
- Navigate to the quest you want to clone
- Click the ⋯ (more) menu on the quest card or detail page
- Select Clone Quest
- The cloned quest opens in the editor with all configuration pre-filled
What Gets Copied
Media File Handling
When a quest contains uploaded media (images, audio, video used in experiments), NeuroFusion duplicates the actual files in cloud storage rather than sharing references. This means:- Editing or deleting media on the cloned quest does not affect the original
- Each quest has fully independent media storage
- URLs in the experiment code are automatically rewritten to point to the new copies
Permissions
- You need
quest.createpermission in the target organization to clone a quest - You can clone your own quests or any public quest
- The cloned quest is created within your currently selected organization
If cloning fails partway through (e.g., media copy error), the operation is rolled back — the partially created quest and any copied media are cleaned up automatically.

