# Registration Page

This is the page customer see when they go to registration page (the page is automatically created after the app is installed, its should be in the following address **/apps/product-registration**, note: it will be in different address if the app proxy is changed manually - don't worry about it if it doesn't mean anything).

e.g If the shop url is: **mymart.shopify.com**, the registration page will be: **mymart.shopify.com/apps/product-registration**

The page is divided into different parts

## Introduction Text

The is the introduction text that list the benefit of product registration or any information you want customer to see - by default the app generated a generic text for it, but it can be change in the admin settings.

![](/files/-M4QrslUnegburN3lels)

## Product Info

This part collect product information

* Product Name
* Product Serial Number
* Purchase Date

The product name provide autocomplete function which means customer only need to type in some keywords of the product, the app will use those keywords to search products in the shop, then presented as selections for customer.

Obviously some of the products might not be in available in shopify shop, in these case the app will simply take whatever the product name customer supplied.

## Extra Fields

These are the additional product information you might want to gather, see [extra field admin](/v1-shopify-product-registration/admin/settings/general-settings.md) settings for more information about how to set it up.

## Product Listing

Allow customer to register multiple products in one go, it list all products customer entered, so there is a clear visibility of what will be register.

![](/files/-M4QruPZ5nU2YGU9RPFJ)

## Customer Form

Collect more information about the customer e.g names, address and phone number.


---

# 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://doc.product-reg.varify.xyz/v1-shopify-product-registration/frontend-page.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.
