# What is a License Pool (floating license)?

In software licensing, a License Pool represents a fundamental concept within floating licensing or concurrent licensing models. It functions as a centralized repository containing a predetermined quantity of available licenses that end-users throughout an organization can dynamically check out and utilize based on their immediate requirements.

The process begins when an individual attempts to launch a software application that implements this licensing model. At that moment, the application automatically initiates a request to the License Pool for an available license. If the pool contains an unused license, that specific license is temporarily checked out and assigned to the user, allowing the application to initialize and become fully operational.

However, if all licenses within the pool have already been allocated to other users, the application will be unable to start, displaying an appropriate notification to the user. The License Pool maintains its dynamic nature through an automated return mechanism - licenses become available again for redistribution either when current users terminate their application sessions, thereby releasing their licenses back to the pool, or when the allocated licenses reach their predetermined expiration time, automatically returning to the available state for other users to access.


---

# 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:

```
GET https://docs.nalpeiron.com/education-and-training/licensing-education/software-licensing-basics/what-is-a-license-pool-floating-license.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.
