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

# Invite Candidate

> Invite candidates to apply to a job via email.

Inviting a candidate is a direct way to share a job with a specific person. Serin emails the candidate an invitation link, and if they choose to proceed, they are taken to Serin to complete the application process.

# What is an invitation?

An invitation is an email sent to a candidate (Talent) that points them to a specific job.

When you invite a candidate:

* They receive an email invitation to apply for the job
* Selecting the invitation takes them to Serin
* From there, they can continue with the normal application flow for that job

Invitations are especially useful for private roles that aren’t discoverable and should only be shared directly with selected candidates.

# Who can Invite?

Any organization representative can invite candidates, regardless of role:

* Admin
* Manager
* Member

If you’re unsure which role you have, refer to the [Roles page →](/getting-started/roles/#organization-member-roles)

# How to Invite

<Frame>
  <div
    style={{ 
width: '100%', 
borderRadius: '12px',
backgroundColor: '#0b0f1a', // Blends with the Serin dashboard
overflow: 'hidden',
lineHeight: 0,
border: 'none'
}}
  >
    <iframe
      src="https://app.supademo.com/embed/cmlay5hk13iwdvhwznqh2ky09?embed_v=2&utm_source=embed"
      loading="lazy"
      title="Launch Job Assessments and Invite Candidates in Serin AI"
      allow="clipboard-write"
      style={{ 
  width: '100%', 
  aspectRatio: '1.88', // Standard 16:9 often works best for Supademo
  border: 'none',
  display: 'block',     // Overrides default inline-block spacing
  margin: 0,            // Removes theme-injected margins
  padding: 0,           // Removes theme-injected padding
  backgroundColor: 'transparent' // Prevents the iframe's own background from showing
}}
      allowFullScreen
    />
  </div>
</Frame>

1. Open the job you want the candidate to apply to
2. Choose the option to invite a candidate
3. Enter the candidate’s email address (and any optional message if available)
4. Send the invitation

## FAQ

<AccordionGroup>
  <Accordion title="Do candidates need a Serin account to apply?">
    If the candidate doesn’t already have an account, they’ll be prompted to sign up or sign in after selecting the invitation link, then they can proceed with the application.
  </Accordion>

  <Accordion title="Can I revoke an invitation?">
    Yes. You can invalidate an invitation at any time from the job’s Analysis page.
  </Accordion>

  <Accordion title="Can I invite more than one candidate to the same job?">
    Yes. You can invite multiple candidates—send an invitation to each candidate email you want to apply.
  </Accordion>

  <Accordion title="What if I invited the wrong email address?">
    Revoke the invitation and send a new one to the correct address.
  </Accordion>
</AccordionGroup>
