# Claim Warranty

It is possible to provide a Claim Warranty page for customers. **Note:** This form is not enabled by default and must be created in the app admin.

Once the form is created, the URL for the Claim Warranty page will be:\
`/apps/product-registration?formSlug=claim-warranty`

The fields in the form are fully customizable. Refer to the [admin documentation](/admin/forms/claim-form.md) for instructions on setting up, listing, and managing warranty claims.

![Claim Warranty Form Example](/files/-M4QruBVPu19tqLjRuss)

**Example:**\
If the shop URL is `mymart.shopify.com`, the Claim Warranty page will be:\
`mymart.shopify.com/apps/product-registration?formSlug=claim-warranty`


---

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