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

# Licensing

{% hint style="success" %}
The subscription for RADIUSaaS is **user-based**.&#x20;
{% endhint %}

{% hint style="info" %}
RADIUSaaS does not display your license consumption. Please ensure compliance with the licensing terms below by monitoring the profile assignments in your MDM solution on a regular basis.
{% endhint %}

## User definition

The subscription of a "user" is required for each user, who is enabled to authenticate against RADIUSaaS on at least one device. "Enabled" refers to the devices ability to authenticate against the network using RADIUSaaS, regardless if the device is currently being used or switched off.

{% hint style="info" %}
In many cases the required number of RADIUSaaS users equals the amount of users, who are assigned to the corresponding network profile (e.g. WIFI profile) in the management system (e.g. Microsoft Endpoint Manager).
{% endhint %}

The minimum amount of users that can be subscribed for one organization is 50.

A user subscription is bound to a single user for at least one calendar month and cannot be shared with other users.

## Device limits per user

One single *User* may be assigned to up to

* five stationary devices (PC, laptop)\
  and
* five mobile devices (mobile phone, tablet).

## Subscription scope

A RADIUSaaS subscription may be used for the clients and users of **one** organization.&#x20;

It is **not** allowed to&#x20;

* Use one RADIUSaaS subscription for multiple organizations
* Split one RADIUSaaS subscription and/or re-sell it to multiple organizations


---

# 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.radiusaas.com/licensing.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.
