# Downloadable assets after submit

Allow customers to download files (e.g product manual, warranty docs) after they submit the form.

The app will associate serial number with downloadable assets, then when customer input the specific serial numbers in the from and successfully submitted, it will get assets for that serial numbers and allow customer to download it

1. Upload the serial number CSV, so the serial number is associate with specific download
2. Customer register the serial number
3. On success the customer will see the downloadable assets associate with the serial number for download

### Step 1 - Upload serial number CSV with downloadable assets

Prepare a serial number CSV that have link to the downloadable asset - its like the normal [CSV](/admin/settings/serial-numbers.md#sample-csv), but with the extra column **data\_download\_asset\_name** (**data\_download\_** is fixed and the asset name is what will be displayed for the customer)

Here is a sample CSV

| serialNumber | sku  | data\_download\_manual         |
| ------------ | ---- | ------------------------------ |
| 123          | k123 | <https://example.com/k123.zip> |
| 321          | k123 | <https://example.com/k123.zip> |
| 456          | k456 | <https://example.com/k456.zip> |

As you can see from the above same sku can assicate with same downloadable manual

{% file src="/files/tOreABplb4lsn1neYgAG" %}
Sample serial number with downloadable manual
{% endfile %}

Upload the CSV in the App admin

Once its upload the customer will able to see the assets for download when they registered with the specific serial number

![](/files/8VD3BAFrwkwAjqAXmPtM)

### Step 2 - Turn on show downloadable assets in registered entries

Customer will see the downloadable assets after successfully submitted the form, but its also possible to see the downloadable assets in the registered entries (e.g customer can see their registered products when they logged in and registered products using the login email)

To show the downloadable assets in the registered entries, it will need to enable the setting in App admin > App settings > General > Show registered serial numbers data for registered products > Save (on the top right)

![](/files/2bUwbaLcJDKh9xvhjl4u)

Once that's turned on, the customer will see the downloadable assets in the registered entries

![](/files/zwIyvj9b1A6X7BZ8sMpf)


---

# 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/advance/downloadable-assets-after-submit.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.
