# Creating & Configuring Products

### What Is a Product in LicenseSpring?

A `Product` is a basic building block within the LicenseSpring universe. It typically represents your software application, but it can be many other things, such as a controller, an operating system, a plugin, etc.

You can define products, configure features and custom fields for products, create license policies for products, archive products, or reactivate an archived product.

### How to Define a New Product

{% stepper %}
{% step %}

### Open the Configure Products page

Log in to the LicenseSpring Vendor Platform and click on `Configure Products`.

![Configure Products Button](/files/75afd3ce3b1ecd3448f63f032e2e69e21b1ebf88)
{% endstep %}

{% step %}

### Start adding a new product

This takes you to the section that lists all products defined in your account. Click on `Add a new Product` in the top right.

![Add New Product Button](/files/0cb8972a6d1196105e63ea863ad7fe8329e00d15)
{% endstep %}

{% step %}

### Fill in the basic product information

Provide the requested fields:

* Product Name: This must be a unique value.
* Product Code: This must be a unique value and cannot be changed once a product is defined.
* Authorization Method: Select whether you want to issue license keys, or assign users to licenses.
* Floating Timeout: Optional configuration for the default "heartbeat" when you issue floating licenses.
* Whether or not you allow Trial licenses to be issued.
* Whether you want binaries and versions associated to a product.

![Defining New Product](/files/f22d66e28729848ce36319a080c983b3a4e39635)
{% endstep %}

{% step %}

### Review and create the product

Once finished, click Next to review the product information you entered, then click "Create product".

![Click Create Product Button](/files/4a0e78d59a0f67deb410f118d8275d946c6431eb)
{% endstep %}

{% step %}

### Product detail page and next steps

After creation, you will be taken to the product detail page for the newly defined product. You can now start issuing licenses for this product.

![Finished Product Details Page](/files/4209b5196e715746850cd287d04d12ca00457e39)
{% endstep %}
{% endstepper %}

{% hint style="info" %}
If you like to explore further, you can configure product features, custom fields, product versions, and license policies from the product details page.
{% endhint %}


---

# 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.licensespring.com/getting-started/creating-and-configuring-products.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.
