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

# Show Quick order form in your store

In order to publish the **Quick Order Form** in your front store, there are **two steps** you need to manage.&#x20;

#### Step 1: In the app

1. In the **Quick order form** setting > Click on the **Display** tab > Navigate the **Display on Page** section, choose the page you want the form to show on.&#x20;

<figure><img src="/files/19TkNr7aCqlBsssZ5RPq" alt=""><figcaption></figcaption></figure>

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

**Please note:**

* The page list shown in our app is pulled directly from **Shopify Pages**. You’ll need to create a page there first, then return to the app to configure the Quick Order Form.
* The Quick Order Form can only be applied to pages created in **Shopify Pages**. It does not support other page types such as collection pages, product pages, or the homepage (index).

2. Click **Save** to save this setting.&#x20;
3. In the **Publication** tab > **Select Publication type**: Shortcode or **Embed**&#x20;
4. Copy the **code** in this section:

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

Or you can click on this **code** in the Quick order form page to copy the **code** in the Quick order form setting page:&#x20;

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

#### Step 2: In Shopify admin

In order to publish the **Quick Order Form** in your front store, you need to **copy the code** of the form and paste it to the **page content** (**HTML mode**). The form then will show!

1. From Shopify admin page, go to **Online store**, click **Pages**&#x20;
2. Open the page you want to add the form or create a new page
3. In the Page content section > click "**\</>**" and paste the **code** into the field:

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

4. Click **Save** and check the result in the front store.&#x20;


---

# 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/~/revisions/CzQsjOuwHYfjHw7ZtVN4/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.
