> For the complete documentation index, see [llms.txt](https://docs.aqua-cloud.io/documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aqua-cloud.io/documentation/user-administration/licenses-statistics.md).

# Licenses statistics

In aqua, system and project admins can easily track the availability and assignment of licenses through the **Licenses** page. This helps in managing license distribution efficiently and ensuring compliance with your organization’s needs.

From the main sidebar menu, click on **User Administration** and then click on **Licenses** to access the license overview.

<figure><img src="/files/C8Xxzj8LzecZmUa1Se7y" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/0WHteho19xhhQwLuoF76" alt=""><figcaption></figcaption></figure>

The Licenses section displays two main types of licenses: Named and Floating.&#x20;

Each license type shows the number of Available and Assigned licenses for various license categories.

**Named licenses** are allocated directly to specific users. For each license type, you can see:

* **Available**: The number of licenses that are still unassigned and ready to be allocated.
* **Assigned**: The number of licenses currently assigned to users.
* **Floating Licenses:**

**Floating licenses** are shared among users and are allocated on a first-come, first-served basis. Each floating license shows:

* **Available**: The number of licenses that are still unassigned and ready to be allocated.
* **Assigned**: The number of licenses currently assigned to users.

**License Categories**

* **ALM (Application Lifecycle Management):** License with access to all functionality within aqua.&#x20;
* **Basic, Essential, and Pro:** These categories offer different levels of access and features within aqua.
* **Azure-DevOps:**  Technical license used specifically for integrations with Azure DevOps service.
* **Jira Plugin and Jira-Sync:** Facilitate integrations with Jira project, including syncing capabilities.
* **User-Sync (API):** Allows API-based syncing of user 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.aqua-cloud.io/documentation/user-administration/licenses-statistics.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.
