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

# Taking your test

> Open your exam link, get set up, and take your test. No account needed.

You don't need an account, and there's nothing to install. Your teacher gives you a link (or a code) — open it, follow the short setup, and take your test. This section walks you through it and helps if your camera or screen won't cooperate.

<div className="not-prose mx-auto my-6 w-full max-w-xl rounded-2xl border border-gray-200 bg-gray-50 p-5 dark:border-white/10 dark:bg-white/[0.03]">
  <div className="flex items-center gap-2 text-sm font-semibold text-gray-900 dark:text-gray-50">
    <Icon icon="key-round" size={16} />

    Did your teacher give you a link or code?
  </div>

  <p className="mt-1 text-sm text-gray-600 dark:text-gray-400">
    Paste it below to go straight to your test.
  </p>

  <div className="mt-3 flex flex-col gap-2 sm:flex-row sm:items-stretch">
    <input id="ptly-code" type="text" autoComplete="off" placeholder="Paste your exam link or code" className="h-11 w-full min-w-0 flex-1 rounded-full border border-gray-200 bg-white px-4 text-sm text-gray-900 outline-none ring-0 placeholder:text-gray-400 focus:border-[#34c77b] dark:border-white/10 dark:bg-white/[0.04] dark:text-gray-50 dark:placeholder:text-gray-500" />

    <button type="button" data-ptly-start className="h-11 shrink-0 cursor-pointer rounded-full bg-[#25a667] px-5 text-sm font-semibold text-white transition hover:bg-[#1f8e58]">
      Start my test
    </button>
  </div>

  <p className="mt-2 text-xs text-gray-500 dark:text-gray-400">
    Or just open the link your teacher sent you — it works the same way.
  </p>
</div>

## Guides

<CardGroup cols={3}>
  <Card title="Taking an exam" icon="book-open" href="/students/taking-an-exam">
    A step-by-step walkthrough, from opening your link to finishing.
  </Card>

  <Card title="Camera & screen setup" icon="webcam" href="/students/browser-permissions">
    Allow your camera and share your screen — and fix it if it won't.
  </Card>

  <Card title="ID photo" icon="id-card" href="/students/id-verification">
    How the ID photo step works, if your teacher asks for it.
  </Card>
</CardGroup>

<Info>
  Stuck on a specific test, or not sure what's expected? **Ask your teacher.** They set up the test and can help — Proctorly support can't see or change it.
</Info>
