# "Do not select a winner automatically" feature

{% hint style="danger" %}
**Important!** This feature is only available in "Auction" mode.
{% endhint %}

#### What does this mean?

When this setting is enabled, the offer will be removed from publication when the publication time expires or when you click "End auction" instead of automatically selecting the winner. New bids will not be accepted and all existing bids will retain their status, allowing you to manually select the winner.

This feature allows for flexible **auction rounds** (these are bidding iterations), for example:

* The first round: collecting bids and pre-selecting participants (checking carriers, adjusting terms, eliminating unsuitable bids);
* The second and subsequent rounds: conduct the auction itself, i.e. republishing the offer, accepting bids and selecting the winner;
* If no winner is selected and the offer is republished, a new bidding round begins.

When republishing an offer with this setting enabled, all previously received bids are retained.

{% hint style="info" %}
If an offer with this setting is removed from publication and republished, all bids from participants are retained.
{% endhint %}

#### Where can I find and enable the "Do not select a winner automatically" setting?

{% stepper %}
{% step %}
When creating an offer, fill in all the required fields and select "Auction" mode in the "Rate and payment" section.

<div align="left"><figure><img src="/files/kT6YFOHYwUM0qxFXw5S1" alt=""><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
Fill in all the information about the price and conditions of the auction.

<div align="left"><figure><img src="/files/fWOy1LYieHV8fOx6Otk5" alt=""><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
Click "Open advanced options" button and additional checkboxes will open.

<div align="left"><figure><img src="/files/6xUr6k1BPkR9utap9uTL" alt=""><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
Activate "Do not select a winner automatically" checkbox, fill in the remaining details of your offer and publish it.

<div align="left"><figure><img src="/files/HdEuNRiN9kSmCzKB6E8g" alt=""><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
Done! Your offer will accept bids from participants but you will select the winner manually.
{% endstep %}
{% endstepper %}

#### What else is useful to know?

* When creating an offer **template**, the state of this setting is saved in the template.
* When creating a **duplicate** offer, the state of this setting is saved.
* Offers with this setting are archived manually by the user running the auction.


---

# 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://help.roolz.net/en/auction-bidding-mode/do-not-select-a-winner-automatically-feature.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.
