> For the complete documentation index, see [llms.txt](https://help.roolz.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.roolz.net/en/my-bids-section.md).

# "My bids" section

### How do bids work?

{% stepper %}
{% step %}

### Like the cargo? Place a bid.

Cargo offers accept bids in the "Bargain" mode (bids are not accepted in the Ad mode). When submitting a bid, specify the price that corresponds to the currency and the type of taxation of the offer. You can offer your terms in the note section. If the bidding is no longer interesting for you, then simply cancel the bid and place it in the archive.

### Your bids are displayed in the following column

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

{% step %}

### Have you won? Confirm your bid.

Confirm your intention within the specified period. If you do not confirm the bid, it will be automatically rejected.

### Your bids are displayed in the following column

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

{% step %}

### Ready? Wait for the final acceptance

After confirming your bid, simply wait for the final acceptance from the shipper.

### Your bids are displayed in the following column

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

{% step %}

### The deal has been concluded

When the shipper accepts your bid, congratulations - the deal has been concluded 🎉 and the bid gets archived.

### Your bids are displayed in the following column

<div align="left"><figure><img src="/files/Pwsbw4wq76qSlzCImZKX" alt="" width="375"><figcaption></figcaption></figure></div>
{% endstep %}
{% endstepper %}


---

# 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://help.roolz.net/en/my-bids-section.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.
