# Auction types

Dutch auctions

A Dutch auction is a fast-paced auction format designed to encourage quick supplier decisions. The auction starts at a low price that increases over time, and the first supplier to accept the current price wins. This format allows you to quickly finalize sourcing decisions and award your event.

{% hint style="info" %}
**See**: [Dutch auction](https://docs.fairmarkit.com/buyers/auctions/dutch-auction)
{% endhint %}

### English auctions <a href="#englishauctions" id="englishauctions"></a>

In an English auction, you list the items or services you need to purchase, and suppliers submit bids in real time. Suppliers can see how their bid ranks against others and decide whether to adjust their bid to stay competitive. At the end of the event, you select the winning supplier based on price and other factors. This is the original reverse auction format.

{% hint style="info" %}
**See**: [English (classic) auction](https://docs.fairmarkit.com/buyers/auctions/english-classic-auction)
{% endhint %}

### Japanese auctions <a href="#japaneseauctions" id="japaneseauctions"></a>

A Japanese auction is a structured auction format that encourages strategic supplier participation. The auction starts at a high price that decreases over time, and suppliers must choose to stay in or leave at each price point. The last supplier remaining wins, helping you secure the best possible price.

{% hint style="info" %}
**See**: [Japanese auction](https://docs.fairmarkit.com/buyers/auctions/japanese-auction)
{% endhint %}


---

# 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://docs.fairmarkit.com/buyers/auctions/auction-types.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.
