# Serial number with file download

Sometimes it's desirable to associate the serial number with file download - e.g Manuals, for example, you want customers registered with specific serial numbers to see their instruction manual PDF after they register the product

## Setup

First, you will need to prepare the serial number CSV but with an extra column called **data**&#x20;

{% embed url="<https://doc.product-reg.varify.xyz/admin/serial-numbers#upload-serial-numbers-in-csv>" %}

So the new CSV will have the follow format

&#x20;|**serialNumber** | sku | customerTags | data\_download\_Manual |

\| SN12345678 | MERC | new,vip | <https://example.com/merc\\_manual.pdf> |

\| SN12345678 | VOLVO | new | <https://example.com/volvo\\_manual.pdf> |

The data\_download\_Manual will a URL link to the pdf file itself, **Manual** will be the name showing in the frontend

{% file src="/files/-MhIAypoXSTpC9DABIZF" %}
Sample Serial Number CSV with file download link
{% endfile %}

Once the serial number CSV is upload to the app, then will need to enable the show serial number data to the frontend in the App admin > Settings > General > Show registered serial numbers data for registered products is, then Save Settings at the bottom

![](/files/-MhIBXTKzdivCX7_32RB)

Then whenever customers register with that specific serial number, they will see the download link in their registered products (the registered products will be shown on the registration page by default if the customer is logged in and have registered products, or it can be shown registered products on the account page, please see [https://doc.product-reg.varify.xyz/admin/settings/registration-in-account](/v1-shopify-product-registration/admin/settings/registration-in-account.md)


---

# 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/serial-numbers/serial-number-with-file-download.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.
