# Fill product with serial number

### Setup

To make it work, it will require a two steps

1. Upload/Add serial numbers to the App admin  > Serial numbers, and for each serial number entered the associate **sku** of the product (the product have to exist on backend with that specific sku associated with the serial number)
2. Enabled the show products when validate serial numbers on the frontend form, it can be enable in the App admin > Forms > Select the form > Settings > General > Show product when validating a serial number

<figure><img src="/files/gBEXG8rub7FmXvi8K182" alt=""><figcaption></figcaption></figure>

Once the above is setup, it can be test on the form in the frontend, go to the form and enter a serial number that have associated sku, then it will show the product information and prefill the product field

<figure><img src="/files/ZPbQg0F9Wvv5yGh6zxYh" alt=""><figcaption></figcaption></figure>


---

# 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/fill-product-with-serial-number.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.
