# Floating

In the realm of software license management, a floating license offers the flexibility for multiple users to access a software application simultaneously, subject to a specified maximum limit of active users. This concurrent licensing model is enhanced by features that allow users to "borrow" a license for offline use and "release" it back to the available pool, optimizing resource allocation and usage.

## Introduction

For an in-depth explanation of the implementation and management of floating licenses within your software, including configuration details and API interactions, please read our comprehensive guides:

<details>

<summary>Documentation and guides</summary>

* [**Floating Licenses**](/license-entitlements/floating-licenses.md)
* [**Floating Features**](/license-entitlements/floating-features.md)

</details>

## API

If you're specifically looking for detailed information on how to utilize the API for managing floating features, including check-in and release processes, see:

<details>

<summary>API documentation</summary>

* [**Borrow Floating License**](/license-api/floating/license/borrow-floating-license.md)
* [**Release Floating License**](/license-api/floating/license/release-floating-license.md)
* [**Release Floating Feature**](/license-api/floating/features/release-floating-feature.md)

</details>


---

# 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.licensespring.com/license-api/floating.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.
