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

# Overview

> What the POS module covers — browsing services, booking appointments, and taking payments, in a fast interface built for shop staff.

**POS** is a simplified version of Krisper built for shop staff working the floor — pick the services a customer wants, book their appointment, and take payment, all in one quick flow, without the rest of the admin panel getting in the way.

<CardGroup cols={2}>
  <Card title="Home" icon="house" href="/pos/home">
    Browse a shop's services, add them to an order, and start a new booking straight from the cart.
  </Card>

  <Card title="Appointment" icon="calendar-check" href="/pos/appointment">
    View and manage appointments from a calendar or a table, just like the admin panel.
  </Card>

  <Card title="Transaction" icon="receipt-indian-rupee" href="/pos/transaction">
    Record a payment received at the shop, using the same transaction form as the admin panel.
  </Card>
</CardGroup>
