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

# Create Campaign

> Set up your first user research campaign

# Creating a Research Campaign

Follow these steps to create and launch your first research campaign.

<Steps>
  <Step title="Campaign Setup">
    <Frame>
      \[Placeholder for campaign setup interface screenshot]
    </Frame>

    1. Navigate to the User Research section
    2. Click "Create New Campaign"
    3. Fill in campaign details:
       * Campaign Name
       * Campaign Objective
       * Hypotheses
       * Identity Information
       * Business Context

    <Note>
      Be specific with your objectives to get the most relevant insights
    </Note>
  </Step>

  <Step title="Configure AI Settings">
    Help the AI understand your research goals:

    <CodeGroup>
      ```json Example Configuration theme={null}
      {
        "objective": "Understand cart abandonment reasons",
        "hypotheses": [
          "Users abandon due to shipping costs",
          "Payment process is too complex"
        ],
        "required_info": {
          "name": true,
          "email": true,
          "role": true
        }
      }
      ```
    </CodeGroup>
  </Step>

  <Step title="Preview and Test">
    <Frame>
      \[Placeholder for preview interface screenshot]
    </Frame>

    * Use the live chat preview
    * Test different user scenarios
    * Refine AI responses
    * Adjust campaign settings
  </Step>

  <Step title="Launch Campaign">
    After testing:

    1. Save your campaign
    2. Get shareable link
    3. Distribute to users
    4. Monitor initial responses
  </Step>
</Steps>
