# Point of Sale

The Point of Sale system is ideal for businesses with physical locations or those needing to process payments manually.&#x20;

## **Key Features**

* Connect multiple wallets to accept payments in Bitcoin or satoshis.
* Automatically calculate totals, including taxes (if applicable).
* Easily switch between manual and product-based transactions

## 2 modes available:

{% tabs %}
{% tab title="Basic Calculator" %}
For quick transactions where you manually input the amount:

1. Navigate to **Products > My PoS**.
2. Select the **"Point of Sale"** tab.
3. Use the calculator to enter a custom amount.
4. Generate an invoice to process the payment.

<figure><img src="/files/x18lILGycQQINzWbP8t2" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Product Selection" %}
For businesses selling pre-configured products:

1. Navigate to **Products > My PoS**.
2. Select the **"Products"** tab.
3. Choose products from the displayed list to add to the current order.
4. Adjust quantities as needed.
5. Generate an invoice with a breakdown of selected items.

<figure><img src="/files/6inSSZR27hYideJtQFnL" alt=""><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}


---

# 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.paywithflash.com/products/stores/point-of-sale.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.
