# POS

The point of sale or point of purchase is the time and place at which a retail transaction is completed. At the point of sale, the merchant calculates the amount owed by the customer, indicates that the amount may prepare an invoice for the customer, and indicates the options for the customer to make payment.

In this section, users have three options for interaction: Category, Product, and Live Storefront.

Here, users may need to add categories and their corresponding products.

Note: Users must set up the category first to list the products.

<br>


---

# 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://pocketpay.gitbook.io/pocketpay/product-manual/pos.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.
