> For the complete documentation index, see [llms.txt](https://docs.rmhpos.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rmhpos.com/store-manager/configure-pos-and-store-manager/merchandising/setting-up-quotes.md).

# Quotes

Stores use **quotes** to identify the price for products or services that the store is willing to offer a customer for a specific purchase. Quotes are essentially bids to encourage customers to purchase products and services at the store. Quotes typically have a short expiry period, such as a few days. After the expiry period the quote is no longer valid and the store is no longer obligated to offer the products or services for the prices identified in the quote.

## Set a quote expiration date

{% hint style="info" %}
Ordering rules are global and apply to all computers.
{% endhint %}

1. Click **File** | **Configuration**.
2. Click **Ordering Rules**.
3. In the **Quote** section, specify an **Expiration** period. This is the maximum number of days the customer has to purchase the products or services at the quoted price before the quote expires and is no longer valid.
4. Click **Save And Close**.

## Require customer selection for quotes

1. Click **File** | **Configuration**.
2. Click **Store Rules**.
3. Click **Customer Options**.
4. Enable **Require customer selection for quotes**.
5. Click **Save And Close**.

## Select the quote receipt format

1. Click **Setup**.
2. Expand **Hardware**.
3. Click **Receipt Formats**.
4. Double-click the store's receipt format.
5. Ensure that a template is selected for **Quote**. If a template is not already selected:
   1. Click the browse icon.
   2. Go to where you have saved your templates and select a template.
   3. Click **Open**.
   4. If required, click **Properties** and make any adjustments to the template.
6. Click **Save And Close**.


---

# 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://docs.rmhpos.com/store-manager/configure-pos-and-store-manager/merchandising/setting-up-quotes.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.
