> ## Documentation Index
> Fetch the complete documentation index at: https://help.cryptolens.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Create a Product

> Create a new product step by step.

Each application you deploy can be thought of as a .

A product is a collection of license keys.

In order to create a new product:

1. Click on 'create new product' on the [main page](https://app.cryptolens.io).
2. On the create new [product page](https://app.cryptolens.io/Product/Create) enter the name of your application and press 'Create'.

## Product Id

When you start implementing Cryptolens Client API into your code, you will need to provide
a `ProductId`, which is simply a number used to identify your product.

One of the ways to get the product id is to:

1. Go to the [product page](https://app.cryptolens.io/Product)
2. Select the product in the list.
3. The `product id` is located under the description of the product.

## Examples

### The main page

<img src="https://mintcdn.com/cryptolensab/j6HibCfqNX45CJIL/images/skm-new-product.png?fit=max&auto=format&n=j6HibCfqNX45CJIL&q=85&s=6c643008ebe3d9417b9f7a1e69a6990d" style="width:100%; max-width:566px;" width="566" height="208" data-path="images/skm-new-product.png" />

### The 'create new product' page

<img src="https://mintcdn.com/cryptolensab/j6HibCfqNX45CJIL/images/skm-new-product-2.png?fit=max&auto=format&n=j6HibCfqNX45CJIL&q=85&s=cceb0d71bafa7e5de5cba9c9d7399d34" style="width:100%; max-width:491px;" width="491" height="384" data-path="images/skm-new-product-2.png" />

## Next

* [Add new access token](/getting-started/access-token)
