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

# Researcher setup

> Pick your platform. Same gate, five steps in either.

The gate works the same way everywhere: your study, a verification, one-time passcodes. Pick the platform you run and follow its walkthrough.

<div className="grid md:grid-cols-2 gap-5 mt-6">
  <a href="/setup" className="vy-card bg-gray-50 dark:bg-zinc-900 border border-gray-200 dark:border-zinc-800 text-gray-900 dark:text-zinc-50">
    <span className="vy-card-wm">
      <Icon icon="sliders" iconType="light" size={250} />
    </span>

    <span className="vy-card-icon">
      <Icon icon="sliders" iconType="light" size={22} />
    </span>

    <span className="vy-card-title">Alchemer setup</span>
    <span className="vy-card-sub text-gray-500 dark:text-zinc-400">The Login/Password action enforces the gate on page 1. Five steps, no code.</span>
  </a>

  <a href="/qualtrics-setup" className="vy-card bg-gray-50 dark:bg-zinc-900 border border-gray-200 dark:border-zinc-800 text-gray-900 dark:text-zinc-50">
    <span className="vy-card-wm">
      <Icon icon="diagram-project" iconType="light" size={250} />
    </span>

    <span className="vy-card-icon">
      <Icon icon="diagram-project" iconType="light" size={22} />
    </span>

    <span className="vy-card-title">Qualtrics setup</span>
    <span className="vy-card-sub text-gray-500 dark:text-zinc-400">The Authenticator element enforces the gate in Survey Flow. Five steps, no code.</span>
  </a>
</div>

Running something else? The same mechanism fits <a href="/any-platform">any platform</a> with a link, a redirect, or a password field.
