# Claim Warranty Form

Sometimes its desirable to have claim form that compliment to the registration form. The claim form allow customer to claim warranty.

## How to enable it

Go to **App admin > Settings > Claims Form**

![](/files/-M4QruBREI0UPl0YDg9o)

After the Claims form is enabled and **Save Settings** the page will reload and **Claims admin** tab will appear

## Frontend Claims Form

This is what the customer see and the link on the Claims admin or it can be access using the following url **/apps/product-registration?form=claim-warranty**, here is what it look like without any configuration - see the Claims admin about how to customise the form

![](/files/-M4QruBVPu19tqLjRuss)

## Claims Admin

Here is the place to manage claim form and see all the claims customer filled.

![](/files/-M4QruBXyq8xJsq8oZnm)On the top right, there is a link to see the claim warranty page on the frontend - **This is the form customer will see**

### Data

This table contain all the claims filled by customer

### Settings

This is how the claim form get customise.

The extra field is same as in the one in **Settings > General Settings > extra fields**, check out it on the documentation.


---

# 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/admin/claim-form.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.
