# Appointment Checkout

To process and record a transaction simply click the PAY NOW button from the appointment popup on the lower right. All services your client has been scheduled for that day will show up in the POS, and you can record the transaction for that appointment, the appointment will show up as being 'Paid'

<figure><img src="/files/5KA1VZy1TRh4UppT70KT" alt=""><figcaption><p>The appointment popup with the PAY NOW in the lower right</p></figcaption></figure>

<figure><img src="/files/MsKMQY6RB7QWiG6iXwQf" alt=""><figcaption><p>The Pay Now button</p></figcaption></figure>

<figure><img src="/files/SK5TLEPDV2igUEB02meO" alt=""><figcaption><p>The POS after pressing the Pay Now button, here two services have been automatically populated for checkout because the client had two bookings scheduled</p></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.simplespa.net/simplespa-documentation/fundamentals/appointments/appointment-checkout.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
