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

# Checking In Athletes

> Track attendance by checking in athletes when they arrive for sessions

Mark athletes as checked in when they arrive for sessions. Check-in data is timestamped and saved to each booking, giving you a clear attendance record.

<Info>
  **Where to find this**: Schedule → Calendar → Click any booking
</Info>

## Check in from the calendar

<Steps>
  <Step title="Click a booking on the calendar">
    Open your calendar and click on any scheduled session. The booking details modal appears showing all participants.

    <Frame>
      <img src="https://mintcdn.com/coachiq/N0dcLl2HcXiDIaTs/images/scheduling-checkin-participant-list.png?fit=max&auto=format&n=N0dcLl2HcXiDIaTs&q=85&s=6356517ed02511f9a960ccadab837f5c" alt="Session modal showing participant list with check-in circles" width="1920" height="1080" data-path="images/scheduling-checkin-participant-list.png" />
    </Frame>
  </Step>

  <Step title="Click the checkmark next to each athlete">
    Each participant has a circle next to their name. Click it to mark them as checked in.

    * **Gray circle** = Not checked in
    * **Green checkmark** = Checked in

    The header updates to show how many athletes are checked in (e.g., "6/10 Participants - 3 Checked In").

    <Frame>
      <img src="https://mintcdn.com/coachiq/N0dcLl2HcXiDIaTs/images/scheduling-checkin-participants-checked.png?fit=max&auto=format&n=N0dcLl2HcXiDIaTs&q=85&s=7ead1d4500c80047cae988c8a39878e7" alt="Participants with green checkmarks showing checked-in status" width="1920" height="1080" data-path="images/scheduling-checkin-participants-checked.png" />
    </Frame>

    <Tip>
      Clicked by accident? Click the checkmark again to undo the check-in.
    </Tip>
  </Step>
</Steps>

## Check in from the edit booking page

You can also check in athletes from the individual booking edit page.

<Steps>
  <Step title="Open the booking">
    Click a booking on the calendar, then click **Edit** (or double-click the booking).
  </Step>

  <Step title="Click the Checked In button">
    In the booking header, click **Checked In** to mark the athlete as arrived.

    <Frame>
      <img src="https://mintcdn.com/coachiq/N0dcLl2HcXiDIaTs/images/scheduling-checkin-edit-booking.png?fit=max&auto=format&n=N0dcLl2HcXiDIaTs&q=85&s=ddbb401ecb4c9ac1335d0b0bf448522d" alt="Edit booking page with Checked In button highlighted" width="1920" height="1080" data-path="images/scheduling-checkin-edit-booking.png" />
    </Frame>

    <Check>
      **Done.** The check-in is timestamped and saved to the booking.
    </Check>
  </Step>
</Steps>

## View check-in data

Check-in timestamps appear in two places:

### Calendar list view

Switch to list view to see a dedicated Check-In column showing the timestamp for each booking.

<Frame>
  <img src="https://mintcdn.com/coachiq/N0dcLl2HcXiDIaTs/images/scheduling-checkin-list-view.png?fit=max&auto=format&n=N0dcLl2HcXiDIaTs&q=85&s=321e845e68988661f35847c73cece0d1" alt="Calendar list view with check-in timestamp column" width="1920" height="1080" data-path="images/scheduling-checkin-list-view.png" />
</Frame>

### Client profile

Go to **People** → select a client → **Bookings** tab. The Check-In column shows when each session was checked in.

<Frame>
  <img src="https://mintcdn.com/coachiq/N0dcLl2HcXiDIaTs/images/scheduling-checkin-client-profile.png?fit=max&auto=format&n=N0dcLl2HcXiDIaTs&q=85&s=f90f35c5895d17ee7bcc55e14a9466f1" alt="Client profile bookings tab showing check-in timestamps" width="1920" height="1080" data-path="images/scheduling-checkin-client-profile.png" />
</Frame>

## Export check-in data

When you export scheduling data, check-in information is included automatically. Use this for attendance reports or record-keeping.

## Common questions

<AccordionGroup>
  <Accordion title="Can I check in multiple athletes at once?">
    Not currently. Check in each athlete individually by clicking their checkmark.
  </Accordion>

  <Accordion title="Can I undo a check-in?">
    Yes. Click the green checkmark again to remove the check-in status.
  </Accordion>

  <Accordion title="Does check-in affect credits?">
    No. Check-in is purely for attendance tracking. Credits are deducted when the booking is created, not when the athlete checks in.
  </Accordion>

  <Accordion title="Who can check in athletes?">
    Any coach or admin with calendar access can check in athletes.
  </Accordion>

  <Accordion title="Can athletes check themselves in?">
    Not currently. Only coaches and admins can mark athletes as checked in.
  </Accordion>
</AccordionGroup>

## Related articles

<CardGroup cols={2}>
  <Card title="Calendar Overview" icon="calendar" href="/scheduling/calendar-overview-and-navigation">
    Navigate and manage your calendar
  </Card>

  <Card title="Edit Bookings" icon="pen-to-square" href="/scheduling/editing-rescheduling-bookings">
    Modify booking details
  </Card>
</CardGroup>
