> 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/tutorials-newland-terminals/terminal-administration.md).

# Terminal Administration

## Contents

1. [Merchant data](#merchant-data)
2. [Users](#users)
3. [Initialization](#initialization)
4. [Connection test](#connection-test)
5. [Last error](#last-error)
6. [Settings](#settings)

### Merchant data

Under Merchant data, the following information, among others, is displayed:

* Company identification number
* Merchant name
* Company name
* Merchant code
* Terminal ID
* Merchant address
* Email
* Phone number

### Users

In this section, you can create new user accounts for using the card terminal.

{% hint style="warning" %}
This feature is currently not yet available.
{% endhint %}

### Initialization

Click on Initialize to download the latest data from the server. This is necessary, for example, to activate the tipping feature.

### Connection test

The connection test allows you to check the quality of your internet connection. If a green checkmark appears next to PayStore, Payment Gateway, App Manager, and Initialization, everything is working correctly.

### Last error

This section displays when the most recent error occurred.

### Settings

The settings area is divided into the following sections:

#### Printer settings

In this section, you can configure the default settings for printing receipts:

* Print merchant receipt only
* Print customer copy only
* Do not print receipts

#### App information

Under App Information, technical data regarding the app, such as the app version or the build variant, is displayed.

#### Device info

This section displays the device model, the manufacturer, and the serial number.

#### Language & region

In this section, you can configure the following language and regional settings:

* Language
* Country
* Time zone

#### Administrator options

Under this menu item, you can change the admin password for your device:

1. Enter the current admin password (default is 000000) and click "Confirm".
2. Enter the new password, confirm it, and click "Create password".


---

# 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/tutorials-newland-terminals/terminal-administration.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.
