# Overview

The App is design for selling digital products - Activation Codes, File download (PDF, PNG or any kind of files - coming soon!)&#x20;

E.g Selling a copy of software online that require activation code after download the software.

The app allow Activation Codes /Files managed, so they can be associate with specific product.

Once customer purchased the product and paid, the app will send out email with the Activation Code or file download link and mark those codes with order number, so you can easily manage your digital assets.

## Flow

![](https://726548311-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LOrEZk1LcomjLVP7jnO%2F-LSzuVCyYxntGaH0Qmz6%2F-LSzvdcYAFc2VpfSsxKX%2Fdam.png?alt=media\&token=68c98a0d-d9c6-4152-bbeb-e4892d33670a)

1. Customer paid for the order.
2. An paid order will trigger the app.
3. The app will look for SKUs in the order.
4. Use SKUs in order to look for Activation Codes / Files associate with those SKUs.
5. Get the Activation Codes /Files with SKUs in the order and mark those Activation Codes / File download link as registered and associate the order with them.
6. Send out an email to customer with Activation Codes / File download link.


---

# 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/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.
