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

# License FAQs

Can I use my license in multiple computers at the same time?

By default, a Pro or Basic license will only allow you to register on a single computer at a time.

If you want to use it in multiple computers at the same time you must upgrade your account with one or more “**Extra PC**”, one per additional computer.

You can, however, move your license between computers (see below).

{% hint style="info" %}
**Note:** You will need Internet access to move the license between computers.
{% endhint %}

## How to move my license to a different computer?

Log in the computer you are registered in and open ShowCockpit in License section. Click on the “Un-Register” button.

Then, go to your new computer, open ShowCockpit License section and register normally.

{% hint style="info" %}
**Note:** You will need Internet access in this step.
{% endhint %}

How many Extra PCs can I add to my account?

The maximum number of Extra PC upgrades depends on the account type:

* **Basic Account**: maximum of 2 Extra PC upgrades (3 PCs total)
* **Pro Account**: unlimited Extra PC upgrades

How much does each Extra PC cost?

The Extra PC costs vary with the type of account you own (Basic or Pro).

Prices can be consulted at any time under the [Upgrade page on the Store](https://showcockpit.com/site/buy/?v=upgrade).

## Can I Upgrade from Basic to Pro?

Yes, you can upgrade a Basic account to Pro at any time on the [Upgrade page on the Store](https://showcockpit.com/site/buy/?v=upgrade).

## Does the Basic to Pro upgrade cost depend on the purchased drivers?

No. The upgrade has a fixed cost, it does not depend on any purchased previously made with that account.


---

# 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://academy.showcockpit.com/showcockpit-for-windows/faqs/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.
