> For the complete documentation index, see [llms.txt](https://docs.codpeller.com/ru/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.codpeller.com/ru/rekassa/nastroika/u-menya-est-akkaunt-rekassa.md).

# У меня есть аккаунт reKassa

### **Шаг 1.** Откройте [страницу с личным кабинетом](https://app.rekassa.kz/signin?utm_source=docs.codpeller\&utm_medium=reKassa\&utm_campaign=start\&utm_content=link\&utm_term=have_kassa) в reKassa

### Шаг 2. Нажмите на "Настройки" - "Сторонние приложения"

<figure><img src="/files/sXOQPgTfAiYYubUon1fK" alt=""><figcaption><p>Сторонние приложения</p></figcaption></figure>

### **Шаг 3. Нажмите кнопку  "Подключить приложение"**

<figure><img src="/files/a6iBMGTqvjgXbK4FCYHk" alt=""><figcaption><p>Подключить приложение</p></figcaption></figure>

### **Шаг 4. Выберите Codpeller из выпадающего списка, нажмите на "ПОЛУЧИТЬ ПАРОЛЬ".**

{% hint style="danger" %} <mark style="color:red;">ВНИМАНИЕ: Пароль и заводской номер будут показаны только один раз, поэтому убедитесь, что вы их сохранили перед закрытием окна.</mark>
{% endhint %}

<figure><img src="/files/oSwCOMbDurcj7HhoOJjV" alt=""><figcaption><p>Выберите приложение</p></figcaption></figure>

### **Шаг 5. Введите ПИН-код**&#x20;

{% hint style="info" %}
Пин-код по умолчанию в кассе задан 0000
{% endhint %}

<figure><img src="/files/wuL5UceUQeKtjTrJsp0x" alt=""><figcaption><p>Ввод пин-кода</p></figcaption></figure>

### **Шаг 6. Подтвердите сохранение пароля**

Нажмите "Я СОХРАНИЛ(А). ЗАКРЫТЬ".&#x20;

{% hint style="danger" %}
Запишите заводской номер (ЗНМ) и Пароль, они понадобяться для дальнейшей настройки приложения
{% endhint %}

<figure><img src="/files/PjrCCKl4kIyGzmGWNbgA" alt=""><figcaption><p>Заводской номер и пароль</p></figcaption></figure>

### **Шаг 7. Впишите логин в настройках приложения**

Откройте [страницу настроек](https://my.ecwid.com/cp/?#app:name=rekassa-dev) приложения в вашем интернет-магазине. Перейдите к строке "API Login"="Заводской номер (ЗНМ)" и введите данные

{% hint style="info" %}
Настройки сохраняются автоматически
{% endhint %}

<figure><img src="/files/9UFfIcNTlSZM8Lv7jntp" alt=""><figcaption><p>Логин</p></figcaption></figure>

### **Шаг 8. Впишите пароль**

Перейдите к строке нижне "Пароль"="API Password", введите пароль.&#x20;

{% hint style="info" %}
Настройки сохраняются автоматически
{% endhint %}

<figure><img src="/files/En1Q6QGfNgnRncCwPd9R" alt=""><figcaption><p>Пароль</p></figcaption></figure>


---

# 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.codpeller.com/ru/rekassa/nastroika/u-menya-est-akkaunt-rekassa.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.
