# Product Cares

## Latest

- [Overview](https://docs.productcares.com/master.md)
- [Frontend Page](https://docs.productcares.com/frontend-page.md): By default its the product registration form
- [Prefill form fields](https://docs.productcares.com/frontend-page/prefill-form-fields.md): Prefill fields make it easier for customer
- [Registered entries](https://docs.productcares.com/frontend-page/registered-entries.md): Show registered entries like product registrations or claims
- [Fill product with serial number](https://docs.productcares.com/frontend-page/fill-product-with-serial-number.md): Its possible to enter a serial number on the frontend, then it will automatically prefill the product field with the product associated with that serial number
- [Claim Warranty](https://docs.productcares.com/claim-warranty.md)
- [App Admin](https://docs.productcares.com/admin.md)
- [Forms](https://docs.productcares.com/admin/forms.md)
- [Listing](https://docs.productcares.com/admin/forms/registrations.md)
- [Registration detail](https://docs.productcares.com/admin/forms/registrations/registration-detail.md)
- [Form Design](https://docs.productcares.com/admin/forms/form-design.md)
- [Form Settings](https://docs.productcares.com/admin/forms/form-settings.md)
- [Claim Warranty Form](https://docs.productcares.com/admin/forms/claim-form.md)
- [App Settings](https://docs.productcares.com/admin/settings.md)
- [General Settings](https://docs.productcares.com/admin/settings/general-settings.md)
- [Custom From Email](https://docs.productcares.com/admin/settings/custom-from-email.md)
- [Serial Numbers](https://docs.productcares.com/admin/settings/serial-numbers.md)
- [Serial number with file download](https://docs.productcares.com/admin/settings/serial-numbers/serial-number-with-file-download.md)
- [Email Templates](https://docs.productcares.com/admin/email-templates.md)
- [Integrations](https://docs.productcares.com/integrations.md)
- [Klaviyo](https://docs.productcares.com/integrations/klaviyo.md)
- [Mailchimp](https://docs.productcares.com/integrations/mailchimp.md): Its possible send submission data to Mailchimp list/audience when the form is submitted
- [Stripe payment](https://docs.productcares.com/integrations/stripe-payment.md): Integration with Stripe checkout (Stripe-hosted checkout page) to allow customers to pay after product registrations/claims
- [Gorgias](https://docs.productcares.com/integrations/gorgias.md): Add the registration information to the customer info in Gorgias, so its possible to see product registrations/warranties information in Gorgias
- [API](https://docs.productcares.com/advance/api.md)
- [Import/Migrate Registrations](https://docs.productcares.com/advance/import-migrate-registrations.md)
- [Webhook](https://docs.productcares.com/advance/webhook.md)
- [Downloadable assets after submit](https://docs.productcares.com/advance/downloadable-assets-after-submit.md)
- [Serial number checker/validator](https://docs.productcares.com/advance/serial-number-checker-validator.md)
- [Frequently Asked Questions (FAQ)](https://docs.productcares.com/frequently-asked-questions-faq.md)
- [Change Logs](https://docs.productcares.com/change-logs.md)
- [Contact us](https://docs.productcares.com/contact-us.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.productcares.com/master.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.
