> 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/products/cancan/auction-and-bids-1.md).

# Drops

PaySwap enables you to also list products/subscription products that cannot be purchased straight away and can only be purchased after a certain drop-in date. Here is a step by step guide to doing that:

* Go to your channel's main page and click on the **List Product** button (click on the **List Paywall** button for subscription products)

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

* Fill in the form that pops up and set the field **View Advanced Parameters** (at the bottom of the form) to **Yes** to reveal the fields you will need to set up your drop-in date.

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

* In the image below, we set that time to be October 20th, 2023 meaning after we validate the form, the product will be listed just like a normal listing but users will only be able to purchase it after a specific date.

Congratulations! You have successfully listed a drop. You should be able to view it on your channel's main page alongside your other products. Drop products display their drop dates.

<figure><img src="/files/xBrv4XFu4A7HQ86b1NvE" 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/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.
