> For the complete documentation index, see [llms.txt](https://docs.samita.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.samita.io/sa-request-a-quote/quote-form-builder/set-up-quoted-product-group-in-the-quote-form.md).

# Set up Quoted product group in the Quote form

Instead of adding different products from different vendor or different collections into one quote form and submit, now customers are allowed to add products to quote by groups. Setting up this **Product group(s)** function in our app to help your customers separate the quoted products into multiple groups. Review the document below to get started.&#x20;

Step to manage:

1\. Go to the **Quote form builder** page in our app > **Layouts and Elements** setting > Navigate the **Product List** section > Click on the **Product group(s)** tab:&#x20;

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

<figure><img src="/files/8o54lPWz4rjfTdQ42Ix1" alt=""><figcaption></figcaption></figure>

2\. Enable the setting inside it.

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

***This setting will help you separate the products added to quote into different groups. Customers just need to add product due to each group. They also can create product group in the quote from from your storefront.***

3\. Click **Save** and check the result in the front store.

The first products quoted in the quote form will appear as follows:

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

Customers can click on the above setting and create more product groups in the quote form:

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

Customers then can continue adding quoted products due to group:

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


---

# 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.samita.io/sa-request-a-quote/quote-form-builder/set-up-quoted-product-group-in-the-quote-form.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.
