# License Keys

A **license key** is a unique code that provides customers with authorized access to a digital product, typically software or applications.

1. **Auto generated license key:**

An **auto-generated license key** is a unique code created automatically by the app system when a customer purchases a digital product, such as software or a digital service. This process streamlines the distribution of license keys and offers advantages, such as avoiding risk of duplication and saving time for merchants.

2. **Tagged/Untagged license key:**

When uploading license keys, merchants can choose to create tags to categorize and manage the keys effectively.

A **tagged license key** is a license key that has been categorized to a group of other license keys, which typically serve similar purposes, such as managing different versions of a product or different user types.

An **untagged license key** is a straightforward unique code without any associated metadata or attributes. This type of key is typically used for general access to a product without specific restrictions or categorizations.


---

# 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://getify.gitbook.io/getify-digital-dowloads/license-keys.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.
