# QuickStart

## Step 1 - Add a product in the App admin

Add an product already existing on Shopify - make sure the product contain SKU

![](/files/-LZSo_fX7d-SEQ6lJuM0)

## Step 2 - Upload Activation Codes or upload a file

This is important first step - associate product SKU with Activation Codes or File to download.

### Type - File

If customer can download file after purchased the product, then will need to upload an file for customers to download

![](/files/-LZSp4heEi-3R6QZv1Q4)

### Type - Activation codes

There is option to enter it manually one by one

Or bulk upload using CSV, the content of the CSV need to be in the following format

| code        |
| ----------- |
| 10000000000 |
| 10000000001 |

The above will associate the activation codes with the selected product

{% file src="/files/-LSBnfyzvGhrcdisqVdL" %}
Sample activation codes CSV
{% endfile %}

## Step 3 - Check the email template

Go to App Admin > Select Entry > Email to customer, make sure the content is correct/suitable.

## Step 4 - Enable it - make it Live

Go to App Admin > Select Entry > Change status from **Draft** to **Live**

**Don't forget to make sure there are activation codes associate with the selected product/entry**

## Step 5 - Live Test (Optional)

Do a live test order to see the whole thing in action.

Place an order with the above product, then make sure the order is paid.

Then you should receive an email with activation code for that product


---

# 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://dam-documentation.vitaliteration.com/quickstart.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.
