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

# Live Event Activation

> Activate attendees with check-ins, content tasks, and post-event follow-ups

Engage attendees before, during, and after your event with a simple challenge flow.

## Outcome

* Attendees check in, complete session tasks, and share content
* Earn points to redeem instant perks or enter a prize draw
* You gather session feedback and boost social reach

## Step-by-step

<Steps>
  <Step title="Create event community">
    Use [Community Setup](/admin-guide/community-setup) and schedule live dates.
  </Step>

  <Step title="Build an event challenge">
    Title: "Event Quest". Use <em>Scheduled</em> status with <code>startsAt</code>/<code>expiresAt</code>.
  </Step>

  <Step title="Add actions">
    <ul>
      <li><strong>Secret Access Code</strong>: On-site check-in word</li>
      <li><strong>Multiple Choice Question</strong>: Session quiz (1–2 questions)</li>
      <li><strong>Image Upload</strong>: Share a photo from the venue</li>
      <li><strong>External Link</strong>: Event survey or agenda</li>
    </ul>
  </Step>

  <Step title="Rewards">
    Completion: 200 points, 500 XP. Create a small instant asset (e.g., drink voucher) and a grand-prize giveaway (entries-only).
  </Step>

  <Step title="Launch & signage">
    Set Live at doors open. Print a QR code linking to the challenge. Announce from stage.
  </Step>
</Steps>

## Suggested configuration

<CodeGroup>
  ```json Scheduled Challenge theme={null}
  {
    "status": "scheduled",
    "startsAt": "2025-11-10T08:00:00Z",
    "expiresAt": "2025-11-12T23:59:59Z",
    "rewards": { "completion": { "points": 200, "xp": 500 } }
  }
  ```
</CodeGroup>

## Tips

* Keep actions short to minimize queue congestion
* Use staff to assist with check-in codes
* Post-event: send follow-up challenge with highlight content
