# Enquiries

Merchants can set specific products to be enquiry only. This means that the clients won't pay for it by check out but instead, an email will be sent to the merchant expressing the client's interest in the product. \
\
The reason a merchant would choose to make a product enquiry only would be because it is a difficult product to get ahold of, it requires custom building, involves some kind of license, etc. Once the enquiry is made the merchant can contact the customer and edit it before saving it as an order.

### How to Edit an Enquiry

1. Click on Sales
2. Click on Enquiries
3. Select the Enquiry you wish to edit and click on the Enquiry Number
4. Convert to draft order
5. Update the order and arrange payment with the client

{% embed url="<https://scribehow.com/embed/Converting_an_Enquiry_into_a_Draft_Order__kt5MeCitSi6VK8rlmt5mrA>" %}


---

# 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://support.storefront.co.za/features/sales/enquiries.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.
