# Types of lots

## Incremental Lot

This is what you might call a normal auction lot. This is a item that will start with an opening bid, with each bid taking the price higher.&#x20;

Each lot will have an [increment](#incremental-lot) determining the amount between each bid. Bidder will have to bid at least the incremental value to place a bid; although they may place higher bids.

The final selling price is the price reached through the process of bidders placing their bids until the clock reaches zero.&#x20;

## Buy Now Lot

This is where a single item is sold for a fixed price. The lot is sold on a first come, first served basis. When a buyer agrees to pay the asking prices for the item, the lot is sold and taken off the market.&#x20;

## Multiple Buy Now Lot

This is where an item of list of indentical items are listed with multiple stock availble. So for exmaple you may have some trollies where you have 5 to sell. Buyers can choose whether to buy all of them, or part of the availble stock. Once every items is sold, the lot will close.&#x20;

You could end up with one bidder buying all 5 items in our example, or 5 bidders all buying one item eah from the availble stock.&#x20;


---

# Agent Instructions: 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:

```
GET https://manual.platformbid.com/platform-bid-user-guide/auction-management/managing-lots/types-of-lots.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
