> For the complete documentation index, see [llms.txt](https://docs.fairmarkit.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fairmarkit.com/buyers/request-for-quote-rfq/create-a-request-for-quote/request-additional-quantities.md).

# Request Additional Quantities

To ensure that you're getting the best price on your items, you can request pricing on additional quantities of items for tiered or volume pricing.

{% hint style="info" %} <mark style="color:purple;">To turn on this feature, contact <support@fairmarkit.com>.</mark>
{% endhint %}

### Add additional quantities <a href="#addadditionalquantities" id="addadditionalquantities"></a>

From a draft event, you can add additional quantities to a line item:

{% stepper %}
{% step %}
Open an event.
{% endstep %}

{% step %}
On a line item, click the **Add additional quantities** button. The Add additional quantities dialog box displays with a line item for the initial quantity.
{% endstep %}

{% step %}
Click the **Add** button. A new line is added.
{% endstep %}

{% step %}
Enter a *Next Quantity* and a *Benchmark* (optional) value.
{% endstep %}

{% step %}
Repeat steps 2-3 for additional quantities. You can request as many additional quantities as needed.
{% endstep %}

{% step %}
Click the **Save** button. The dialog is closed, and the Add additional quantities button now displays the number of additional quantities that you entered.
{% endstep %}
{% endstepper %}

### Review additional quantities quotes <a href="#reviewadditionalquantitiesquotes" id="reviewadditionalquantitiesquotes"></a>

Once a supplier submits a quote, you can review and award any additional scale pricing your suppliers were able to offer.

{% hint style="info" %} <mark style="color:purple;">When you award your event, you can confirm the quantity with the supplier on the purchase order generated from your purchasing application.</mark>
{% endhint %}

{% stepper %}
{% step %}
Open the quote.
{% endstep %}

{% step %}
Under *Benchmark price*, click the **Other Quantities** button.\
The screen expands to display a line for each additional quantity that the supplier quoted.
{% endstep %}
{% endstepper %}

<br>


---

# 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.fairmarkit.com/buyers/request-for-quote-rfq/create-a-request-for-quote/request-additional-quantities.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.
