# Licensing

PowerShell Universal is licensed per server. We provide licenses for individuals and organizations.

You can purchase a license on [our website](https://store.ironmansoftware.com/pricing/powershell-universal).&#x20;

### What's a server?&#x20;

A server is a single running instance of PowerShell Universal.&#x20;

### Developer Licenses

When a server license is purchased, you will be able to generate developer licenses for users building solutions for your team. Developer licenses do not allow remote access and are intended to be used locally. Do not use developer licenses when hosting a server for remote access for testing or production.

You can generate a developer license on the Settings \ License page by clicking the Generate Developer License button.&#x20;

![Generate Developer License](/files/ANAIIxGYI8W9J4bfCYqm)

## Free Use Restrictions

Universal can be used forever for free with the following limitations.

### API

* No authentication
* No Rate Limiting

### Automation

* 25 jobs per day
* 2 concurrent jobs
* No Triggers
* No Terminals

### Dashboards

* No authentication
* No access to diagnostic tools

### Pages

* No authentication
* No variables

### Platform

* No debugging tools


---

# 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.powershelluniversal.com/master-1/licensing.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.
