> For the complete documentation index, see [llms.txt](https://docs.tapxphone.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tapxphone.com/master/app-guide/sign-in.md).

# Вход в Приложение

Узнать, что Приложение может быть использовано любым кассиром можно обратив внимание на заголовок экрана `Входа`. Он не должен содержать информацию о необходимости настройки устройства (или то что устройство заблокировано или отключено).

![](/files/-MZZWXA54lLTPHgIW1XI)

Для входа в Приложение введите `Логин` и `Пароль` кассира.

{% hint style="warning" %}

1. При вводе пароля обращайте внимание, что он чувствителен к верхнему и нижнему регистру.
2. Если это первый вход Кассира в Приложение, то Пароль по умолчанию равен Логину (с учетом регистра), который был задан в Веб портале Торговца.
   {% endhint %}

{% hint style="danger" %}
Вам дается 5 попыток для ввода правильного Логина/пароля, после чего учетная запись может быть заблокирована (при этом в Приложении будет отображаться сообщение с номером 203). Разблокировка учетной записи кассира осуществляется в веб портале Торговца. В этом случае обратитесь к сотруднику, имеющему доступ к нему.
{% endhint %}

{% hint style="warning" %}
Если при попытке входа в Приложение отображает сообщение с номер 101 и текстом, что логин и пароль введен не верно, то значит устройство требуется передать Главному кассиру для того чтобы он проинициализировал устройство введя свой логин и пароль.
{% endhint %}

При успешном входе, Приложение отобразит Экран ввода суммы.

<figure><img src="/files/BYfUMwFPXCHWBnv7oVkM" alt=""><figcaption></figcaption></figure>

{% hint style="success" %}
Можно начинать принимать платеж&#x438;**.**
{% endhint %}


---

# 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.tapxphone.com/master/app-guide/sign-in.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.
