# Customer Experience: Job detail | Vronika

A job detail page loads a role by slug, presents its requirements and responsibilities, and offers full or eligible quick application paths.

---

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

## How It Works

1. The route slug is sent to the jobs API to load the matching role.
2. The page separately checks device-level quick-apply eligibility.
3. A quick apply posts directly to /api/applications/quick-apply; the standard path opens the full application route.

## Features

- Slug-based job lookup
- Role requirements and responsibilities
- Quick-apply eligibility state
- Full application fallback

## Integrations

- Jobs API
- Quick-apply API
- 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.