# Creating your first Transaction/Checking out a Client

#### Appointment Checkout Process

After your appointment is scheduled, the next step involves checking out the client. Here’s how to do it:

1. **Select the Appointment**: Click on the scheduled appointment.
2. **Payment**: In the appointment window, click on **Pay Now** to access the Point of Sale (POS) system.
3. **Choose Payment Type**: At the top of the POS, select your preferred payment method.
4. **Complete Transaction**: Press the **Green Save button** to finalize the transaction.

Upon completion, a prompt displaying the receipt details will appear. If the payment is associated with an appointment, the appointment status will be automatically updated to "Paid."


---

# 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/guides/creating-your-first-transaction-checking-out-a-client.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.
