> For the complete documentation index, see [llms.txt](https://docs.flopsar.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.flopsar.com/4.0/managing-licenses.md).

# Managing Licenses

Agents require a license to send their data to the server. Without the license, they cannot be profiled and send any data except their status. They must have the license assigned in the first place and this is performed manually.

Despite the fact that agents require the license, you do not assign it to them directly. The license is assigned to applications instead. Every agent belongs to some application, so when you assign the license to an application, its agents will get it.

{% hint style="info" %}
You must have the  [Manage licenses](/4.0/administrator-guide/workstation.md#permissions) permission to see this view.
{% endhint %}

![Managing License](/files/-MTtd7u49n3oHMOTyQW1)

The view above shows the maximum number of available licenses (MAX AGENTS) and the list of all applications. To assign licenses to the applications, you must edit the value in the corresponding rows. When you are done, just click the Save button to deploy your mapping.

{% hint style="warning" %}
If there are more agents, belonging to the same application, than licenses assigned to the application, not all of them will get the license. The agents will be selected randomly.&#x20;
{% endhint %}

It will take a few seconds to deploy your license mapping across the applications. All agents whose license has been revoked will unload their profiles and stop sending their data.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.flopsar.com/4.0/managing-licenses.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
