> 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/samita-wholesale-b2b/quick-order-form/create-a-quick-order-form.md).

# Create a Quick order form

{% hint style="info" %}
This page covers the current version of the Quick Order Form.
{% endhint %}

The Quick Order Form shows all your wholesale products on one page, so customers can check and order many of them at once instead of visiting product pages one by one.

## Steps to manage

{% stepper %}
{% step %}

### Start a new form

From the app, click **Quick Order Form**. On the landing page, click **Create** under the **Quick Order Form** card (the other two cards, **Collection Quick Buy** and **Variants Tables**, are separate features — see [Enable Quick Buy feature in Product card](/samita-wholesale-b2b/add-on-features/set-up-stock-status-for-products/enable-quick-buy-feature-in-product-card.md) and [Show Variant Table in Product detail](/samita-wholesale-b2b/add-on-features/set-up-stock-status-for-products/show-variant-table-in-product-detail.md)).

<figure><img src="/files/6bjP2kU7Kxeeqgqoq9ah" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Choose which products to include

In **Apply to products**, select the products or collections you want on the form.

<figure><img src="/files/I9pI2F80Pa0HIsjv7T54" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Choose which columns to show

In the **Display** section, select which information/columns appear on the form, and drag to reorder them.

<figure><img src="/files/pxiukvgl2oYEClAhdhqn" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Set pagination and style

Scroll down to set **Pagination** (how many products show per page) and style the form's color, border, and text. You can also add custom CSS if you're comfortable with it.

<figure><img src="/files/WrWuBpiAqBjEgdzaH0Ue" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Save

Click **Save**.
{% endstep %}

{% step %}

### Publish it to your storefront

Follow [Show Quick order form in your store](/samita-wholesale-b2b/quick-order-form/show-quick-order-form-in-your-store.md) to display the form on a page.

<figure><img src="/files/BLEuPch8Qg49wmGHSplR" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

## Tutorial video

{% embed url="<https://youtu.be/PcLb3derR6I?si=iGAxtH2wf97vSgo7>" %}

{% hint style="info" %}
**Need support?** If you run into any trouble with these steps, contact us any time at **<support@samita.io>**.
{% endhint %}


---

# 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/samita-wholesale-b2b/quick-order-form/create-a-quick-order-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.
