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

# Get a License

VIESUS on-premise products are commercially licensed. Contact <info@viesus.com> to purchase or request a trial — Viesus AG will send you the software package along with your license details.

A **GUID** license runs VIESUS across multiple machines, containers, or VMs — a unique GUID is delivered with your software package and passed at runtime. Request it when arranging your license.

An **Activation Key** binds the license to a specific machine: you install the software, generate a request file from the target machine, and exchange it with Viesus AG for an activation file that unlocks the library on that machine.

See [Licensing](/licensing/overview.md) for how each model works, full activation steps, and renewal.

{% hint style="info" %}
**Using VIESUS Cloud?** No license or installation is required. See [Quickstart: Cloud](/get-started/quickstart-cloud.md) to get started.
{% endhint %}

## What you need before installing

| What                                           | Where to get it                                                                                  | Required for                                             |
| ---------------------------------------------- | ------------------------------------------------------------------------------------------------ | -------------------------------------------------------- |
| **Software package** (`.exe` or `.deb`/`.rpm`) | [transfer.viesus.com](https://transfer.viesus.com)                                               | CLI, PDF Enhancer, Node.js module                        |
| **GUID**                                       | Delivered by Viesus AG when arranged                                                             | Deployments across multiple machines, containers, or VMs |
| **Activation Key**                             | Generated from your target machine, exchanged with Viesus AG for an activation file              | Fixed on-premise machines                                |
| **Cloud API key**                              | [viesus.cloud/app/api-keys](https://www.viesus.cloud/app/api-keys) after creating a free account | VIESUS Cloud only                                        |
| **Trial license**                              | Request from <info@viesus.com>                                                                   | Evaluation before purchase                               |


---

# 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.viesus.com/get-started/get-a-license.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.
