> For the complete documentation index, see [llms.txt](https://duos-b2b-documentation.gitbook.io/duos-b2b-wholesale/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://duos-b2b-documentation.gitbook.io/duos-b2b-wholesale/quotation/quote-management.md).

# Quote management

## Submission list

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

After B2B customers submitted quotes, all submitted quotes will appear on this page. From here, you can see all quote requests in one place, and you can search and filter them by **customer name, company, Quote ID, or the date they were created.**

## Quote status

A quote status shows where it is in the process, from the first offer to a final order. These statuses represent the steps in your sales process and show a quote's progress. The status of a quote determines what actions can be performed on it.&#x20;

Qikify B2B comes with some pre-set quote statuses.&#x20;

<table data-header-hidden><thead><tr><th width="126.95703125">Status</th><th width="300.0078125">Trigger</th><th>Available action</th></tr></thead><tbody><tr><td>Status</td><td></td><td>Available actions</td></tr><tr><td>unread</td><td>Quote submitted by buyer</td><td><ul><li>View/Edit/Send quote</li></ul></td></tr><tr><td>read</td><td>Merchant view/edit quote details</td><td><ul><li>View/Edit/Send quote</li></ul></td></tr><tr><td>replied</td><td>Merchant send quote with price</td><td><ul><li>View only</li></ul></td></tr><tr><td>accepted</td><td>Buyer accepts quote</td><td><ul><li>View only</li></ul></td></tr><tr><td>rejected</td><td>Buyer rejected quote</td><td></td></tr><tr><td>trashed</td><td>Merchant deletes quote</td><td></td></tr></tbody></table>

## Quote details

Click on each quote to go to the detail page of the quote.&#x20;

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

The quote detail page gives you a full look at a customer's quote request. This is where store owners can easily review, change, and manage quotes.&#x20;

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

* View product info, SKUs included:

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

* View customer info:&#x20;

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

* Edit product item including price and quantity:&#x20;

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

* After updating your offer, send this quote with custom pricing and quantity back to customer:

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

* Customer will receive a notification email and your offer will be updated to the quote list on Customer Account page.


---

# 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://duos-b2b-documentation.gitbook.io/duos-b2b-wholesale/quotation/quote-management.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.
