> ## Documentation Index
> Fetch the complete documentation index at: https://pabloferreyra.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Turnero: Appointment Management for Medical Clinics

> Turnero helps clinics schedule appointments, manage patient records, and track clinical history — all from one web application.

Turnero is a web application built for medical clinics. It brings appointment scheduling, patient records, and real-time turn management into a single, easy-to-use interface. Whether you work at the front desk, see patients as a doctor, or administer the clinic, Turnero gives you exactly the tools your role requires.

## Where Would You Like to Go?

<CardGroup cols={2}>
  <Card title="Quick Start" icon="rocket" href="/quickstart">
    Log in for the first time and complete your first core task in minutes.
  </Card>

  <Card title="Appointments" icon="calendar" href="/appointments/overview">
    Schedule, edit, filter, and export patient appointments.
  </Card>

  <Card title="Patients" icon="user" href="/patients/overview">
    Create patient profiles, record visits, and manage clinical history.
  </Card>

  <Card title="Administration" icon="gear" href="/administration/medics">
    Configure doctors, time slots, user accounts, and roles.
  </Card>
</CardGroup>

## Get Up and Running

<Steps>
  <Step title="Log In">
    Navigate to your clinic's Turnero instance and sign in with your email and password.
  </Step>

  <Step title="Select Your Role">
    Turnero automatically surfaces the right features based on your role — Admin, Ingreso, or Medico.
  </Step>

  <Step title="Schedule or Register">
    Create your first appointment or register a new patient to start using the system.
  </Step>

  <Step title="Track in Real Time">
    Watch the appointments table update live as patients check in and doctors mark arrivals.
  </Step>
</Steps>

## Key Features

<CardGroup cols={3}>
  <Card title="Real-Time Updates" icon="bolt" href="/features/real-time-updates">
    The appointments table refreshes instantly via live push — no manual refresh needed.
  </Card>

  <Card title="PWA Support" icon="mobile" href="/features/pwa">
    Install Turnero on your desktop or mobile device for fast, app-like access.
  </Card>

  <Card title="Export Reports" icon="file-export" href="/appointments/exporting">
    Download your appointment lists as Excel or PDF files with a single click.
  </Card>
</CardGroup>
