# Products

Products tab can be found under Configuration page. It allows you to add new licenses associated with products and see which ones you already have installed.

The Products tab, located under the Configuration page, allows you to manage products and their associated licenses. A license is an instance or usage right of a product, and multiple licenses can be created for a single product to accommodate different use cases, users, or devices.

### Install a Product

#### License Key Authenticated Product

To install a key authenticated license, you need the product's code and license key. Simply select "Key auth" from the dropdown and add product information to the corresponding fields.

After a license is added using the **product code**, its corresponding **license ID** will appear in the list of licenses on the **Products** page. This functionality was introduced in version 1.6.0, when the floating server began supporting multiple licenses for each product. This enhancement allows users to add an unlimited number of licenses for a single product.

{% hint style="warning" %}
**Note:** Products need to be added using product code, not product name.
{% endhint %}

![Key Authenticated Product](/files/7afbe202abfd8c3b30a0c3f797c48db6c4d2cd9a)

#### Password Authenticated Product

You can also install a password authenticated product. To do that, you need to know a product's name as well as username and password that can authenticate that product.

Select "User auth" from the dropdown and fill the form for password authenticated product.

![Password Authenticated Product](/files/cd5d4d1427140d8882711bac75b6dbaf2b3ffaa6)

#### Offline Licenses

Floating server also allows you to install offline licenses. To do that, visit the [**Generate Offline License**](broken://pages/841ff27a5d5007fea2cfbf0a92d615d4c9f51ee4) page and follow the instructions. Afterwards, activate the offline license like this:

![Offline License Activation](/files/19912634ad771553eb5f1d9097f9305282b4533b)

### Listing Installed Products and Removing Them

Products page allows you to see which products you have currently installed as well as remove them.

![Installed Products](/files/663f4392218a12cf9608e0c89f184de2eababc26)


---

# 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/floating-server/floating-server-v1/user-interface/ui-configuration/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.
