> 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/offers-editing-activity-and-statuses/how-to-delete-or-edit-an-offer.md).

# How to delete or edit an offer?

{% stepper %}
{% step %}
Open your offer in the list of offers on the freight and transport search page or in "‎My offers" section.

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

{% step %}
In the upper right corner you will see an ellipsis icon. Clicking on it will open a menu where you can edit or delete the offer.

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

{% step %}
Another way to quickly edit an offer is to click the pencil icon in the upper right corner of the offer.

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

{% hint style="danger" %}
**Note!** Archived offers cannot be edited.
{% endhint %}

## Restrictions on editing offer parameters after creation and publication

After creating and publishing an offer, some parameters become unavailable for editing. This is necessary to maintain the integrity of the bidding conditions and to ensure correct bid processing.

1. **"Auto-renewal on a late bid" checkbox**&#x20;

The **"Auto-renewal on a late bid"** setting cannot be changed immediately after creating and/or publishing an offer.

After saving the offer status, the value of this checkbox is fixed.

2. **Editing the bidding mode, currency, prices and tax**

After the offer is published, the following parameters can be changed:

* Bidding mode;
* Currency;
* Price;
* Taxation type.

Editing is only available until the first bid is received.

After the first bid is received, these parameters can no longer be changed.

3. **Features of offers with deferred acceptance of bids**

If an offer is published with **deferred bidding** enabled, you cannot change the **bidding mode** immediately after publication, even if no bids have been received yet.

However, you can still change the following until the first bid is received:

* currency;
* price;
* taxation type.

4. **Deferred bidding settings**

In a published offer, you cannot change the parameters related to the delayed bid acceptance:

* **"Delayed Start"** checkbox;
* **"Start in"** field;
* **"Specify exact date and time"** field;
* **"Bid Duration"** field.

> Deferred bidding is a paid feature and is only available in the **Pro** package and above.

5. Checkbox **"First bid from participant can be any"** (auction)

Once an offer is published, you cannot change the following setting:

* **"First bid from participant can be any."**

> This function is a paid feature of the platform and is only available in the **Pro** package and above.

6. **"Cargo type and packaging"** field

If a value is already selected for the **"Cargo type and packaging"** field:

* You cannot delete it and leave the field blank;
* You can only replace the selected value with a different one.

7. **Other offer parameters**

All parameters not listed in the restrictions above **remain available for editing after the offer is published.**

{% hint style="success" %}
Can you change the bidding mode after an offer has been published?

Yes, the bidding mode can be changed after an offer has been published, but **only before the first bid has been received.**

Exception:

* If an offer is published with **deferred bidding enabled**, the bidding mode cannot be changed immediately after the publication, regardless of whether there are any bids.

After the first bid has been received, changing the bidding mode is no longer possible.
{% endhint %}


---

# 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/offers-editing-activity-and-statuses/how-to-delete-or-edit-an-offer.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.
