> ## 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.

# Get Started with Turnero: Login and First Tasks Guide

> Step-by-step guide to logging in, orienting yourself by role, and completing your first task — scheduling an appointment or reviewing your daily schedule.

This guide walks you through logging in for the first time, orienting yourself in Turnero's interface, and completing your first core task based on your role. By the end, you will have scheduled an appointment, reviewed a daily schedule, or checked in a patient — depending on the role your administrator has assigned to you.

## Steps

<Steps>
  <Step title="Log In">
    Navigate to your clinic's Turnero URL. Enter your **username** and **password** on the login page, then click **Sign In**.

    If you have forgotten your credentials, click the **Recover Password** link beneath the sign-in form. You will receive a reset link at the email address associated with your account.
  </Step>

  <Step title="Identify Your Role">
    After you log in, the features and navigation items you see depend on your assigned role:

    * **Admin** — the full administration menu appears alongside Appointments and Patients.
    * **Ingreso (Front Desk)** — you see the Appointments module, including the ability to create, edit, and export appointments.
    * **Medico (Doctor)** — you see both the Appointments module (pre-filtered to your schedule) and the Patients module.

    If you cannot find a feature you expect, your role may not include access to it. Contact your clinic administrator.
  </Step>

  <Step title="Schedule an Appointment (Ingreso or Medico)">
    1. In the top navigation, go to **Appointments**.
    2. Click **New Appointment**.
    3. Select the **doctor**, **date**, and **time slot** from the available options.
    4. Fill in the patient's **full name**, **DNI** (national ID), and **health insurance (obra social)**.
    5. Click **Save**.

    The new appointment appears immediately in the appointments table for all users.
  </Step>

  <Step title="View Your Daily Schedule (Medico)">
    1. Open the **Appointments** section from the navigation.
    2. Your schedule loads pre-filtered to show only **your appointments for today**.
    3. Use the **date picker** at the top of the table to navigate to a different day.
    4. Click any appointment row to view the patient's details.
  </Step>

  <Step title="Mark a Patient as Arrived (Medico)">
    When a patient arrives at the clinic, the doctor checks them in directly:

    1. Locate the patient's appointment in your appointments table.
    2. Click the **check-in button (✓)** next to their row.
    3. The appointment status updates instantly. Front-desk staff receive a real-time notification without needing to refresh the page.
  </Step>
</Steps>

<Tip>
  Turnero is a **Progressive Web App (PWA)**. You can install it on your desktop or mobile device for quick, app-like access — look for the install prompt in your browser's address bar after you log in. Once installed, Turnero can also send you desktop push notifications when appointment statuses change.
</Tip>

## What's Next?

<CardGroup cols={2}>
  <Card title="Roles & Permissions" icon="users" href="/roles-and-permissions">
    Understand the full list of actions available to each role in Turnero.
  </Card>

  <Card title="Scheduling Appointments" icon="calendar-plus" href="/appointments/scheduling">
    Learn all the options available when creating and managing appointments.
  </Card>
</CardGroup>
