# Customer Experience: Tournament registration | Vronika

The tournament page loads the featured competition, prefills known guest data, and submits a registration to the tournament-specific endpoint.

---

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

## How It Works

1. The page requests the featured tournament and visitor prefill data.
2. Opening registration refreshes the prefill so the latest known details are used.
3. The completed form posts to /api/tournaments/:id/register and moves the guest into confirmation.

## Features

- Featured-tournament feed
- Visitor prefill
- Registration dialog
- Tournament-specific submission
- Success handoff

## Integrations

- Featured tournament API
- Tournament registration 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.