# Add the form to your store

The registration form is an App Block that you add to a page in your Shopify theme.

***

## Steps

1. In Shopify Admin, go to **Online Store → Pages**
2. Create a new page (or use an existing one) — e.g. title it "Wholesale Application"
3. Go to **Online Store → Themes → Customize**
4. In the template selector at the top, choose **Pages**
5. Switch to the specific page you created ("Wholesale Application")
6. Click **Add section** or **Add block** inside the page content area
7. Select **Register Form** (under Apps)
8. Save

***

## Link to the form

Once the block is on the page, customers can reach it at your page's URL (e.g. `yourstore.com/pages/wholesale-application`).

**Add a link** from your navigation menu or a button on your homepage:

* Shopify Admin → **Online Store → Navigation**
* Add a link pointing to the page

***

## Multiple registration pages

You can add the Register Form block to multiple pages if needed — for example, one page for domestic buyers and one for international buyers with different form fields.

***

## Test the form

Before going live:

1. Visit the page on your storefront
2. Fill in the form as a test customer
3. Submit — you should receive a notification email and see the submission in **Registration → Submissions** in the app


---

# Agent Instructions: 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:

```
GET https://orbit-b2b.gitbook.io/orbit-b2b-docs/b2b-registration/add-to-store.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
