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

# Buy a License

#### Get a License

You can buy a license on [Robpod website](https://www.robpod.cloud/#pricing), two license plans are available.

|                                                                                                PRO License                                                                                                |                                                                                                  LTS License                                                                                                 |
| :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
|                                                                **One Year** Professional license with all Robpod Studio features included.                                                                |                                                           Extended **Three Years** Professional license with all Robpod Studio features included.​                                                           |
| After one year, all developed programs, scripts and HMI will continue to work even after license expires. You will need to renew the license only if you need to modify the programs ore create new ones. | After three years, all developed programs, scripts and HMI will continue to work even after license expires. You will need to renew the license only if you need to modify the programs ore create new ones. |

You can pay online with Credit or Debit Card, Apple Pay, Google Pay or many other common wallets systems. [Contact us](mailto:info@robpod.cloud) if your prefer to pay by upfront invoice.

After sucessful checkout you will receive an email with your **License Key**:

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

Store your License Key in a safe place and don't share it with others.

#### Floating Licenses

All Robpod Studio licenses are **floating**, this means that you can install the same license on **multiple** PC, but you can use just one PC at time. If you need to use Robpod Studio on multiple machines at the same time, you will need to buy multiple licenses.

**Deveoper Based Licenses**

All Robpod licenses are also **development based**, which means you will only need a valid license during the development phases of your application. When the license expires all your developed programs will continue to run without the necessity of renew the license. All developed programs, scripts and HMI will continue to work even after license expires. You will need to renew the license only if you need to modify the programs.

{% hint style="info" %}
For further information regarding Robpod License check the [License FAQ ](/other/license-faq.md)section.&#x20;
{% endhint %}


---

# 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.robpod.cloud/get-started/license/buy-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.
