> For the complete documentation index, see [llms.txt](https://support.trybit.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.trybit.com/payments/pos.md).

# POS Terminal

**POS Terminal** — a Trybit payment page for offline crypto payment acceptance. The page is opened via a permanent link and provides a terminal interface: amount entry, currency selection, and display of payment details with a QR code for the customer.

A POS terminal link is created automatically for each project and is available in the project settings in your dashboard.

The company logo can be displayed on both the POS terminal page and the invoice page.\
To add a logo, upload it in the project settings.

<figure><img src="/files/5CcGzGCLGw1ITBVbVmbQ" alt=""><figcaption></figcaption></figure>

### How to use the POS terminal

* Open the project’s POS terminal link.
* Enter the payment amount and select the currency.
* The system creates an invoice and displays the payment details and QR code.
* Show the screen to the customer for payment.
* After payment, the invoice status updates automatically.

### Where to use

* retail points of sale
* offline services
* events and exhibitions
* payment acceptance on a mobile device, tablet, or checkout screen


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://support.trybit.com/payments/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.
