# Point of Sale (/how-to/pos)



The Resytech Point of Sale (POS) system lets you sell merchandise, food, and extras directly from your dashboard. Products sync from your Stripe account, and you can accept card payments through Stripe Terminal hardware or record cash and check payments manually.

These guides walk you through every step, from initial setup to daily operations.

Guides [#guides]

<Cards>
  <Card title="Set Up POS" href="/how-to/pos/set-up-pos">
    Enable the POS module, configure tax rates, and choose which payment methods to accept.
  </Card>

  <Card title="Register a Terminal" href="/how-to/pos/register-a-terminal">
    Connect a Stripe Terminal card reader so you can accept tap, chip, and swipe payments.
  </Card>

  <Card title="Create POS Products" href="/how-to/pos/create-pos-products">
    Add products in Stripe and sync them into your POS catalog.
  </Card>

  <Card title="Process a POS Order" href="/how-to/pos/process-a-pos-order">
    Build a cart, apply discounts, and create an order from the POS screen.
  </Card>

  <Card title="Accept Terminal Payments" href="/how-to/pos/accept-terminal-payments">
    Collect card-present payments using a Stripe Terminal reader.
  </Card>

  <Card title="Manage POS Orders" href="/how-to/pos/manage-pos-orders">
    Search, filter, void, and review POS orders and payment history.
  </Card>
</Cards>
