# Customer Experience: Employment application | Vronika

The application page runs a resumable, multi-step candidate application with job-specific questions and continuous draft persistence.

---

**Path:** /platform/frontend/application
**Canonical:** https://vronika.co/platform/frontend/application
**Category:** Platform: Customer Experience
**Live Route:** /jobs
**Source File:** trifecta/client/src/pages/Apply.tsx

## How It Works

1. It loads the target job, starts or resumes an application, and requests the questions assigned to that application.
2. As the candidate progresses, the page saves draft changes to /api/applications/:id/draft.
3. The completed payload is submitted to the application endpoint while the candidate retains a recoverable application ID.

## Features

- Multi-step application
- Job-specific questions
- Resume-existing-application support
- Automatic draft persistence
- Submission progress and validation

## Integrations

- Jobs API
- Applications API
- Draft persistence endpoint
- Visitor identity fingerprint

---

## Sources
Content derived from the live trifectabar.com codebase and deployed platform. This explainer documents implemented code and does not expose protected source routes or business data.