> For the complete documentation index, see [llms.txt](https://hayta.gitbook.io/hayta-wiki-ru/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hayta.gitbook.io/hayta-wiki-ru/main/buy.md).

# Приобретение товара

## Я не могу найти страницу оплаты

{% hint style="info" %}
Если вы забыли страницу оплаты перейдите на сайт [**Oplata.info**](https://oplata.info/info/)
{% endhint %}

## **Как получить товар**

После оплаты товара Вас переадресует на страницу оплаченного товара.

## 1. Скопируйте УНИКАЛЬНЫЙ КОД

{% hint style="info" %}
Скопируйте полученный "**УНИКАЛЬНЫЙ КОД**" \
(см. изображение ниже ⬇️)
{% endhint %}

<figure><img src="https://i.imgur.com/HquPbNR.png" alt=""><figcaption><p>Уникальный код</p></figcaption></figure>

## 2. Отправьте УНИКАЛЬНЫЙ КОД продавцу

{% hint style="danger" %}
Отправьте скопированный "**УНИКАЛЬНЫЙ КОД**" продавцу через форму "**ПЕРЕПИСКА С ПРОДАВЦОМ**" которая располагается в самом низу страницы \
(см. изображение ниже ⬇️)
{% endhint %}

<figure><img src="https://i.imgur.com/19132IT.png" alt=""><figcaption><p>Переписка с продавцом</p></figcaption></figure>

## 3. Дождитесь ответа продавца <a href="#wait-response" id="wait-response"></a>

Дождитесь ответа от продавца, обычно это занимает небольшое время если продавец находится ONLINE.

{% hint style="info" %}
Более подробная информация о том как [Broken mention](broken://pages/IsztwX29R9UUyuInPCGZ)
{% endhint %}

## 4. После получения товара <a href="#after-purchase" id="after-purchase"></a>

{% hint style="danger" %}
Не забудьте после завершения сделки подтвердить, что вы получили товар путем нажатия кнопки "**ТОВАР ДОСТАВЛЕН**".
{% endhint %}

<figure><img src="https://i.imgur.com/1ToLbyJ.png" alt=""><figcaption><p>Нажмите ТОВАР ДОСТАВЛЕН</p></figcaption></figure>

## 5. Оставьте отзыв ❤️

Пожалуйста не поленитесь оставьте свой отзыв о товаре, это займет у вас буквально пару секунд, нам даже хватит простого "ОТЛИЧНО".

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

<figure><img src="https://i.imgur.com/wgNtQiD.png" alt=""><figcaption><p>Оставить отзыв</p></figcaption></figure>

## Благодарность

Мы будем очень благодарны если Вы придете к нам снова ❤️&#x20;


---

# 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://hayta.gitbook.io/hayta-wiki-ru/main/buy.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.
