> For the complete documentation index, see [llms.txt](https://docs.payswap.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.payswap.org/russkii/products/cancan/auction-and-bids-1.md).

# Капли

PaySwap позволяет вам также размещать продукты/подписные продукты, которые нельзя приобрести сразу, а можно приобрести только после определенной даты начала продаж. Вот пошаговое руководство по этому:

* Перейдите на главную страницу вашего канала и нажмите кнопку **Список продуктов** (нажмите кнопку **Список платных доступов** для подписных продуктов)

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

* Заполните форму, которая появится, и установите поле **Просмотр расширенных параметров** (внизу формы) в **Да**, чтобы отобразить поля, которые вам потребуются для настройки даты начала продажи.

<figure><img src="/files/98z6I5rVjnTjxUsRygUE" alt=""><figcaption></figcaption></figure>

* На изображении ниже мы установили эту дату на 20 октября 2023 года, что означает, что после подтверждения формы продукт будет размещен, как обычно, но пользователи смогут приобрести его только после определенной даты.

Поздравляем! Вы успешно разместили раздачу. Вы сможете увидеть ее на главной странице вашего канала наряду с другими продуктами. Продукты с отложенной датой начала продажи отображают их даты начала продажи.

<figure><img src="/files/CTiqjZycAzfAdNc30RZw" alt=""><figcaption></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.payswap.org/russkii/products/cancan/auction-and-bids-1.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.
