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

# Managing Licenses

Once purchase any number of licenses, visit [mksdtech.com/login](https://www.mksdtech.com/login) to view your account page.\
Here you can access all information about your account.

[Login in Revit and Rhino to associate the machine with your account.](/license/licencing.md#manage-account-and-licenses)

<figure><img src="/files/AhMZ0HC4LvOHKiYdmaFa" alt=""><figcaption></figcaption></figure>

### Billing and licenses

Upgrade or cancel your subscription and manage your payment details

<figure><img src="/files/bu1CJabjKQoapc8aIbGP" alt=""><figcaption></figcaption></figure>

### Using Licenses

There are two primary methods for users to access licenses:

1. Using owned licenses.\
   \&#xNAN;*Log in with your account in Revit and Rhino to use your own purchased licenses*
2. [Using team licenses](/license/managing-licenses.md#teams)\
   \&#xNAN;*Use licenses from a shared pool owned by the team of the account that purchased the licenses.*<br>

License usage is dynamic and the consumption mechanism is automatic. \
Licenses are assigned to a device when an import/export is used and released automatically[ after a defined amount of time](/license/licencing.md#how-the-license-scheme-works).\
When the license is released it can be used by another machine.

{% hint style="warning" %}
Logging out does not release the license, this is done server-side.
{% endhint %}

### Teams

The main account holder has the option to invite other users to join their team and share licenses. \
To manage your team, visit the **Teams** page.\
These team members must have an active account by registering with their own email address.\
By adding team members, all team members will be able to use team licenses when available.

<figure><img src="/files/RpVgu78G0VQuzR6Wk7Y2" alt=""><figcaption></figcaption></figure>

### License Usage

To view what devices are currently using the licenses and when the ownership expires visit the **Licenses** page on your acocunt.

<figure><img src="/files/iiQoh3x6kouozE3QtnNM" alt=""><figcaption></figcaption></figure>

You can also view the history of usage in the **BEAM Dashboard**

<figure><img src="/files/BcBO41hsJcez4ChIwHYX" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/sr5VdzMu77n3qydpSS6B" alt=""><figcaption></figcaption></figure>


---

# 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://wiki.mksdtech.com/license/managing-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.
