Skip to main content
Quest cloning lets you create a copy of an existing quest, including all its configuration — experiments, prompts, onboarding questions, and media files. This is useful when you want to run a variation of a previous study or use a published quest as a template.

How to Clone a Quest

  1. Navigate to the quest you want to clone
  2. Click the ⋯ (more) menu on the quest card or detail page
  3. Select Clone Quest
  4. The cloned quest opens in the editor with all configuration pre-filled

What Gets Copied

ComponentCopied?Notes
TitleAppended with “(Copy)” suffix
DescriptionExact copy
PromptsAll prompts with their response types and scheduling
ExperimentsFull experiment code and configuration
Onboarding questionsQuestions, guards, and overview text
Media filesDuplicated in cloud storage with new URLs
Health data configAll selected health data types
Extra configGift cards, Vital API keys, etc.
CollaboratorsMust be re-added on the new quest
Participant dataClone starts fresh with no responses
Join codeA new unique join code is generated

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.create permission 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.