# 👩🏻‍💼 Subscription Management

## Hows does the Trial subscription work?

4Mata allows you to use the full product for a period of 14 days for free.&#x20;

{% hint style="info" %}
A Subscription number is not required.&#x20;
{% endhint %}

## How does a Solo subscription work?

4Mata makes requests to the subscription server to confirm the validity of the subscription key provided by the user to activate the subscription.&#x20;

## How does a Pro subscription work?

When 4Mata starts, it requests a floating subscription from the subscription server. The subscription server checks the number of available subscriptions with itself; if it finds a free subscription, it leases it to your app for a specified amount of time.

After the leased time is over, 4Mata automatically sends a refresh request to the subscription server to extend the lease, and the process repeats itself. When your user is done using the app, it sends a request to free the subscription, thereby making it available for other users.

It should also generate a unique device fingerprint and send it along with the subscription activation request.&#x20;

The subscription server stores the device fingerprint and uses it to validate the subscription key for further activations to prevent the subscription key usage on other devices.


---

# 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.4mata.com/overview.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.
