# Quote submissions

In this section, display the list of quotes that have been submitted and  can view details, edit, delete for each submission.

<figure><img src="https://1818632981-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FjbICnwGwANWvU46mHWcU%2Fuploads%2Fc4RbssF0UyoZ2IhzcuZb%2Fimage.png?alt=media&#x26;token=7812477b-a54f-4b13-998a-ea4a614b50d7" alt=""><figcaption></figcaption></figure>

With quote submission details view you can edit the price and quantity of the product. Especially if the store owner agrees with the quote, he can convert the quote to draft order. Then he can easily add tax, shipping or discount code and send the invoice.

<figure><img src="https://1818632981-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FjbICnwGwANWvU46mHWcU%2Fuploads%2Ff12SLZL2tXeX6WHjOn36%2Fimage.png?alt=media&#x26;token=1371ef07-d63f-4991-8225-adb0c4bb032a" alt=""><figcaption></figcaption></figure>

## What if the product price is 0?

In case the product is priced at 0 by the store owner, when **converting to draft order**, the store owner needs to **add a custom item** with the price and quantity agreed with the customer.

![](https://1818632981-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FjbICnwGwANWvU46mHWcU%2Fuploads%2Fvot1o412OQEwD535fBkb%2FRequest%20a%20Quote%20-%20Add%20custom%20item%20in%20draft%20order.png?alt=media\&token=893d3db3-95f9-4faa-97af-7044507b246e)

And then send the invoice

![](https://1818632981-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FjbICnwGwANWvU46mHWcU%2Fuploads%2FAjq8fhWQryKvsF5XNjXX%2FRequest%20a%20Quote%20-%20invoice.png?alt=media\&token=0a906b4f-f020-487c-81d7-e1330701963e)

## Print quote to PDF (for store owner)

The store owner can print the quote to a PDF file regardless of the state of the quote. In addition to product information, printed content may also include a message (annotation) of the store owner.

<figure><img src="https://1818632981-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FjbICnwGwANWvU46mHWcU%2Fuploads%2FqT1KBwuhEc00OySl4Viu%2Fimage.png?alt=media&#x26;token=0be08ae0-0803-4a42-bee6-fb9165bb3cc4" alt=""><figcaption></figcaption></figure>

## Download quote submissions

<figure><img src="https://1818632981-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FjbICnwGwANWvU46mHWcU%2Fuploads%2FsThkcRudjp5PlWyksM0t%2Fimage.png?alt=media&#x26;token=3f01a317-88cc-454f-aa43-06d2047e2981" 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://quote-guide.storeify.app/quote-submissions.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.
