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

# Licenses

The ***Licenses*** section of the Devolutions Portal lists all the licenses associated with its Devolutions Account. By default, only the main contact, i.e., the person who first communicated with our [sales team](mailto:sales@devolutions.net), has the right to see and interact with the licenses. The main contact can share licenses with other users by clicking on the ***Share*** button.

![](https://cdnweb.devolutions.net/docs/CLOUD6000_2026_1.png)

Additionally, this is where you can download `.lic` files for the licenses you own. These can then be used to import licenses in many different scenarios, such as [Remote Desktop Manager Offline registration](https://docs.devolutions.net/rdm/commands/administration/licenses/#offline-registration).

{% hint style="warning" %}
The ***Licenses*** section is a listing of your product licensing information only. You will be required to save the serial into the appropriate Devolutions application to register.

Communicate with Devolutions' [sales team](mailto:sales@devolutions.net) for assistance if you are the main contact but cannot see your purchased licenses.
{% endhint %}

### See also

* [Devolutions store – Tailored packages for your IT needs](https://store.devolutions.net/package)
* [Getting started with Devolutions packages](https://docs.devolutions.net/resources/getting-started-packages/)
* [Licensing issues](https://docs.devolutions.net/resources/other-resources/license/licensing-issues/)


---

# 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.devolutions.net/portal/licenses.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.
