# License activation

## Overview

After successfully installing FLECS on your device or virtual machine, you'll need to activate the device with a license. We offer [trial licences](https://flecs.tech/marketplace/product/flecs-30-day-trial/) for evaluation purposes. For ongoing use in a productive environment, you can purchase licenses directly through the [FLECS Marketplace](https://flecs.tech/marketplace/product/device-license/).

## How Does a License Work?

A FLECS license is device-bound. While it is purchased by an organization or individual in the Marketplace, once activated, it is tied to the specific device.

## Why Do I Need a License?

To enable interaction between the FLECS Core and the Marketplace, the device must be activated. This allows you to install or update apps, ensuring your system stays current with the latest features and improvements.

## Where Can I Find My Licenses?

* Visit <https://flecs.tech/my-account/>.
* Navigate to **Orders**.
* Find the order containing your license and click on **View** to see the associated licenses.

## Steps to Activate a License:

1. Log in to the FLECS web interface with a FLECS account that holds at least one valid license.\
   ![](/files/eBu04Dftg0Ng7nTDCIvC)\
   \
   ![](/files/zq3y6QJ438kpnenBokFZ)
2. Go to the **System** view.\
   ![](/files/x0w2IDiDFY3LPwWfu2uA)
3. Click on **Activate Device**.
   * If the button is disabled, ensure your login credentials are correct and refresh the page (press **F5**).


---

# 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.flecs.tech/product-docs/flecs-core/license-activation.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.
