# Bid Order

The option to bid enables users to propose prices for the listed assets. Accepting a bid results in the maker receiving bid tokens from the bidder, and the bidder receiving the listed assets from the maker.

## Advance Setting&#x20;

### Bidding (Optional)

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

Once bidding is enabled, other users will be able to place bid orders.

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

Once a user places a bid offer on your order, you can find it in the \[Offers] section within the order detail page.

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


---

# 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.honeyflow.finance/supported-features/place-order/bid-order.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.
