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

# Point of Sale

- [POS Terminals Overview](https://docs.payrexx.com/merchant/english/pos/pos-terminals-overview.md): In this section, you will find helpful information on ordering and using your POS device, enabling your customers to pay safely and quickly on-site.
- [Ordering a Terminal](https://docs.payrexx.com/merchant/english/pos/ordering-a-terminal.md): On this page, you will learn how to order your POS terminal to accept customer payments on-site.
- [Tutorials](https://docs.payrexx.com/merchant/english/pos/tutorials.md): In the following guide, you will find everything you need to know about using your POS device. The guide is divided into the following six chapters:
- [Terminal Basics](https://docs.payrexx.com/merchant/english/pos/tutorials/terminal-basics.md): On this page, you will find guides on various topics to help you understand the basics of your POS terminal.
- [Operating the Terminal](https://docs.payrexx.com/merchant/english/pos/tutorials/operating-the-terminal.md): The instructions on this page will help you use your POS terminal correctly.
- [Connecting to the Internet](https://docs.payrexx.com/merchant/english/pos/tutorials/connecting-to-the-internet.md): This guide will show you how to connect your terminal to the internet.
- [Performing Transactions](https://docs.payrexx.com/merchant/english/pos/tutorials/performing-transactions.md): This page provides information on how your customers can make payments using the card reader, including options for credit cards, TWINT, cryptocurrencies, and NAKA cards.
- [Managing Transactions](https://docs.payrexx.com/merchant/english/pos/tutorials/managing-transactions.md): In the following guide, you will learn how to print payment receipts and process refunds.
- [Advanced Settings](https://docs.payrexx.com/merchant/english/pos/tutorials/advanced-settings.md): In this chapter, you will learn how to change the language, date, and time, adjust the brightness and volume, and set up a screen lock.
- [Returning a Terminal](https://docs.payrexx.com/merchant/english/pos/returning-a-terminal.md): On this page, you will find instructions on how to return your POS terminal.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.payrexx.com/merchant/english/pos.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
