# Stand-Alone Walkthrough
import { Stepper } from "zudoku/ui/Stepper";

:::info
This guide shows how to set up your HRMLESS account without an ATS integration.
:::

Click the below storylane to view the full setup and start to finish.

<div>
    <script async src="https://js.storylane.io/js/v2/storylane.js"></script>
    <div className="sl-embed" 
        style={{position: 'relative', paddingBottom: 'calc(48.65% + 25px)', width: '100%', height: 0, transform: 'scale(1)'}}>
        <iframe 
            loading="lazy" 
            className="sl-demo" 
            src="https://app.storylane.io/demo/jpxg5dytnhzf?embed=popup" 
            name="sl-embed" 
            allow="fullscreen" 
            allowfullscreen 
            style={{position: 'absolute', top: 0, left: 0, width: '100%', height: '100%', border: '1px solid rgba(63,95,172,0.35)', boxShadow: '0px 0px 18px rgba(26, 19, 72, 0.15)', borderRadius: '10px', boxSizing: 'border-box'}}>
        </iframe>
    </div>
</div>

## Steps to Get Started

<Stepper>
1. **Set up your organization**
   
   Verify your contact information, and calendar link is present in your organization settings.

2. **Create your first position**

   Create a new position with the interview questions you want to ask candidates.
   You can have up to 10 questions per position.

3. **Get your candidates from Indeed**

   Export your candidates from Indeed as a CSV file.

4. **Import candidates into HRMLESS**

   Once the candidates are uploaded, HRMLESS will automatically reach out to them with interview links.
   It may take a few minutes before the candidates are invited and receive their interview links.
</Stepper>
