# Frontend Page

This is the page customer see when they go to Frontend page (the page is automatically created after the an account is created

e.g If the account username  is: **mymart**, the frontend page will be: **mymart.miproductcares.com**

By default this page will show all the forms available e.g product registrations, warranty claims and allow customers to check their product registrations/claims (Don't worry about it, you can see the frontend link for the form in the backend Form > View on Frontend)

In general the form is divided into different parts (all the fields are totally customizable in the Form's admin)

## 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 App admin > Forms >  Form's settings.

![](/files/qrDAbyICmNXjXp6C3LEO)

## Customizable fields

The fields here are totally customizable in the Form's Admin

However the following fields are default that collect product information

* Product Name
* 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 setup in the admin, in these case the app will simply take whatever the product name customer supplied.

## Register multiple products

By default the form allow register multiple products, it 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. (depend on the form setting, if its one step form, it will only allow to register one product at one time)

![](/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://docs.productcares.com/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.
