# Cashiers Management

To create a cashier, go to the menu item `Device Management` -> `Cashiers`.

Step 1. Click `Add Cashier`.

Step 2. Enter Username and additional information about a cashier you are creating.

{% hint style="danger" %}

1. Pay attention to the case of characters in the Login you enter, for the password for that cashier on the first logging in to the Application is by default equal to the Username.
2. Additional information should not contain personal data of a cashier. If you enter any personal data of a cashier as the additional information, then you are responsible for their integrity and safe use.
   {% endhint %}

Step 3. Set the cashier status to `Active`.

{% hint style="warning" %}
If the cashier’s status is not set to `Active`, the cashier will not be able to log in to the Application (in this case, the Application will display a message with the number 205)
{% endhint %}

{% hint style="success" %}
After a cashier account is ready, the cashier can start using the Application on the device, **which has passed the** [**initialization** ](broken://pages/-MZUbzgl96tSogXkwPjf#initialization)**process**.
{% endhint %}

Unblocking a Cashier

If a cashier enters in the Application an incorrect password more than 5 times, the cashier’s account gets blocked.

To unlock that account, you should go to the menu `Device Management` -> `Cashiers`.

Find the blocked cashier by the `Blocked` value in the `Status` field, or specify this value in the filter if there are many cashiers.

Click the `Edit` button.

In the cashier information form, change the status to `Active` and save the changes.

Then click the `Set default password` button in the cashier profile.

{% hint style="warning" %}
The password value will be set to the Username (case sensitive).
{% endhint %}

{% hint style="info" %}
In order to set a specific password value use the `Change Password` button.
{% endhint %}

Resetting the Password for the Application

If it is necessary to reset the cashier’s password before blocking the account, go to the menu `Device Management` -> `Cashiers`.

Find the cashier's account and open the cashier profile in the review mode.

Then click the `Set default password` button in the cashier profile.

{% hint style="warning" %}
The password value will be set to the Username (case sensitive).
{% endhint %}

{% hint style="info" %}
In order to set a specific password value use the `Change Password` button.
{% endhint %}


---

# 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.tapxphone.com/guide/portal-guide/cashiers.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.
