> ## Documentation Index
> Fetch the complete documentation index at: https://docs.usefusion.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Creating a Quest

> Step-by-step guide to building and configuring a quest.

This guide walks you through creating a quest from scratch — selecting an organization, optionally adding prompts and experiments, configuring onboarding, and publishing.

## Step 1: Choose an Organization

When you click **Create Quest**, you'll see an **org selector dropdown**. Choose which organization the quest belongs to — this determines who can manage the quest and where billing is charged.

<Frame caption="The Create Quest form with title, description, organizer, and organization selector">
  <img src="https://mintcdn.com/neurofusionresearchinc/QIqEMfpJdfRf9aJ_/images/create-quest-form.png?fit=max&auto=format&n=QIqEMfpJdfRf9aJ_&q=85&s=5e35cc8c81fd9301094ec75c59d0d720" alt="Create Quest form showing title, description, organized by, and organization fields" width="1280" height="720" data-path="images/create-quest-form.png" />
</Frame>

* Select an existing organization from the dropdown

<Info>
  You must create an organization before creating a quest. See [Creating an Organization](/organizations/creating-an-org) to get started.
</Info>

## Step 2: Fill in Quest Metadata

* **Title** — a clear name for your study (e.g., *"Daily Mood & Sleep Tracking"*)
* **Description** — what the quest is about (shown to participants)
* **Category** — helps organize and discover quests

## Step 3: Add Prompts (Optional)

Prompts are **optional**. Add them when your study needs recurring questions on a schedule, and skip them when your quest is experiment-only, onboarding-only, recording-focused, or otherwise does not need scheduled surveys.

1. Click **Add Prompt**
2. Enter the prompt text
3. Select a response type (Yes/No, Text, Number, Number Range, or Custom Options)
4. Pick a category (Mental Health, Productivity, Health and Fitness, etc.)
5. Configure the schedule: active days, time window, and frequency

If you skip prompts, your quest can still be saved and published — participants just won't receive scheduled survey-style questions.

<Frame caption="The Configure Prompt dialog with category, response type, and scheduling options">
  <img src="https://mintcdn.com/neurofusionresearchinc/QIqEMfpJdfRf9aJ_/images/configure-prompt.png?fit=max&auto=format&n=QIqEMfpJdfRf9aJ_&q=85&s=de695ffdf894153a4ef70e122f3ce0b4" alt="Configure Prompt dialog showing category selector, prompt text, response type, frequency, and time picker" width="1280" height="720" data-path="images/configure-prompt.png" />
</Frame>

<Info>
  See [Prompts](/prompts/overview) for full details on response types, categories, scheduling, and conditional notifications.
</Info>

## Step 4: Add Experiments (Optional)

Add interactive jsPsych experiments for participants to complete.

1. Click **Add Experiment**
2. Enter a name and optional description
3. Write or paste experiment code in the Monaco editor (starts with a default jsPsych 8.0.3 template)
4. Upload media (images, audio, video) using the media uploader
5. Use the live preview to test your experiment

You can add **multiple experiments** — they'll be displayed as a horizontal list of cards that participants navigate through.

<Info>
  See [Experiments](/experiments/overview) for full details on the editor, media uploads, and ordering.
</Info>

## Step 5: Configure Onboarding (Optional)

Set up what participants see before they join the quest:

1. **Full-text overview** — rich HTML content for informed consent, study purpose, and data usage. Participants must check an acknowledgment box before continuing.
2. **Onboarding questions** — screening questions with optional question guards to block ineligible participants.

<Frame caption="The lower portion of the Create Quest form with onboarding, prompts, experiments, health data, and script sections">
  <img src="https://mintcdn.com/neurofusionresearchinc/QIqEMfpJdfRf9aJ_/images/create-quest-sections.png?fit=max&auto=format&n=QIqEMfpJdfRf9aJ_&q=85&s=537744e0e103b88e5e840093cbbaf2fd" alt="Create Quest form showing onboarding, prompts, experiments, health data, and script configuration sections" width="1280" height="720" data-path="images/create-quest-sections.png" />
</Frame>

<Info>
  See [Onboarding & Consent](/onboarding/overview) for full details on the overview, questions, guards, and kiosk mode.
</Info>

## Step 6: Configure Health Data (Optional)

Toggle which health metrics to collect from participants with wearables:

* **Steps** — daily step count
* **Sleep** — sleep duration and quality
* **Heart Rate** — heart rate measurements

## Step 7: Save

Click **Save** to store your quest. This:

* Generates a unique **quest GUID** and URL
* Enables **media uploads** for experiments (you can't upload media until the quest is saved)
* Keeps the quest in **draft** status — it's not visible to participants yet

## Step 8: Publish

Click **Publish** to make the quest live and accessible via its URL.

<Warning>
  Publishing consumes credits from the quest's organization. Make sure the org has sufficient credits. See [Pricing](https://usefusion.ai/pricing) for current costs.
</Warning>

Once published, you can share the quest link:

* **Direct link** — copy the URL and send it to participants
* **QR code** — generate a QR code for in-person recruitment
* **Prolific** — paste the URL as your Prolific study URL (see [Prolific Integration](/integrations/prolific))

## Next Steps

<CardGroup cols={2}>
  <Card title="Running a Study" icon="microscope" href="/quests/running-a-study">
    End-to-end guide for conducting research.
  </Card>

  <Card title="Sharing & Publishing" icon="share" href="/quests/sharing-and-publishing">
    Share your quest and manage collaborators.
  </Card>
</CardGroup>
