# Bookings (/how-to/bookings)



Bookings are the central records in Resytech. Every reservation -- whether created by a customer through your checkout page or manually by your team -- is tracked as a booking. A booking ties together a customer, an activity, equipment, a time slot, pricing, and a status. This section covers everything from creating a new booking through day-to-day management tasks like rescheduling, changing activities, and sending invoices.

Guides [#guides]

<Cards>
  <Card title="Create a Booking" href="/how-to/bookings/create-a-booking">
    Walk through the six-step booking wizard to create a reservation from the dashboard.
  </Card>

  <Card title="Use the Booking Calendar" href="/how-to/bookings/use-the-booking-calendar">
    View and navigate your daily schedule using the calendar and list views.
  </Card>

  <Card title="Reschedule a Booking" href="/how-to/bookings/reschedule-a-booking">
    Move a booking to a different date or time using calendar-based or manual rescheduling.
  </Card>

  <Card title="Change Booking Activity" href="/how-to/bookings/change-booking-activity">
    Move a booking from one activity to another, with equipment migration and repricing.
  </Card>

  <Card title="Manage Line Items" href="/how-to/bookings/manage-line-items">
    Add, edit, and remove custom charges on a booking.
  </Card>

  <Card title="Update Booking Status" href="/how-to/bookings/update-booking-status">
    Change a booking between Confirmed, Pending, Draft, and Canceled states.
  </Card>

  <Card title="Add Booking Notes" href="/how-to/bookings/add-booking-notes">
    Create, edit, and delete internal notes attached to a booking.
  </Card>

  <Card title="Manage Booking Manifest" href="/how-to/bookings/manage-booking-manifest">
    Update guest demographics and participant counts on a booking.
  </Card>

  <Card title="Check Availability" href="/how-to/bookings/check-availability">
    Understand how the scheduling engine checks availability, handles conflicts, and prevents overbooking.
  </Card>

  <Card title="Handle Guest Information" href="/how-to/bookings/handle-guest-information">
    View and manage individual guest records, demographics, and contact details on a booking.
  </Card>

  <Card title="Send a Booking Invoice" href="/how-to/bookings/send-booking-invoice">
    Create, send, update, and cancel payment invoices for outstanding balances.
  </Card>
</Cards>
