> 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/show-quick-order-form-in-your-store.md).

# Show Quick order form in your store

Publishing the Quick Order Form takes two parts: choosing its page in the app, then pasting its code into that page in Shopify.

## Steps to manage

{% stepper %}
{% step %}

### Choose the page in the app

In the **Quick order form** settings, click the **Display** tab, then choose a page under **Display on Page**.

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

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

{% hint style="info" %}

* This page list is pulled directly from **Shopify Pages** — create the page there first, then come back to the app to select it.
* The Quick Order Form only works on pages created in **Shopify Pages**. It doesn't support collection pages, product pages, or your homepage.
  {% endhint %}
  {% endstep %}

{% step %}

### Save

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

{% step %}

### Copy the form code

In the **Publication** tab, choose a publication type — **Shortcode** or **Embed** — then copy the code.

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

You can also copy the same code directly from the Quick Order Form list page.

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

{% step %}

### Open the page in Shopify

In your Shopify admin, go to **Online Store > Pages**, then open the page you chose (or create a new one).
{% endstep %}

{% step %}

### Paste the code

In the page content section, click **\</>** and paste the code into that field.

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

{% step %}

### Save and check your storefront

Click **Save**, then check the result on your storefront.
{% endstep %}
{% endstepper %}


---

# 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/show-quick-order-form-in-your-store.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.
