> For the complete documentation index, see [llms.txt](https://inscada.gitbook.io/ins/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://inscada.gitbook.io/ins/en-1/licensing-policies.md).

# Licensing Policies

inSCADA offers its customers the appropriate license options for their applications of different sizes. inSCADA makes licensing based on I / O and number of users. inSCADA License packages;

* 100 I/O and 10 Users
* 500 I/O and 10 Users
* 1.500 I/O and 20 Users
* 5.000 I/O and 20 Users
* 10.000 I/O and 20 Users
* 20.000 I/O and 50 Users
* Unlimited I/O and Users

## Licensing Methods

inSCADA Licensing is accomplished in two methods:

1. Soft Licence
2. Hardware  Key License

#### 1. Soft Licence

With this method inSCADA is licensed on the computer on which it is installed. Customers must send the following information to <info@inscada.com> for the license.

* Machine ID : A unique identification number for the computer on which the inSCADA Platform is installed.&#x20;
* Name : Name of the licensee. It may be a company name or a personal name.
* Surname : Last name of the licensee. It may be a statement describing the company or facility.
* Mail : The email address of the licensee. The license will be sent to this e-mail address.
* I/O Limit : It is the amount of I / O that is to be purchased.
* User Limit : The number of users to purchase.

{% hint style="warning" %}
You must obtain the Machine ID by entering the License Menu on the inSCADA Platform. Make sure to copy/paste without error.
{% endhint %}

#### 2. Hardware Key License

InSCADA is licensed with a hardware key by this method. Simply insert your license key into the USB port of the computer running the inSCADA Platform. Customers must send the following information to <info@inscada.com> to obtain the license key.

* Name : Name of the licensee. It may be a company name or a personal name.
* Surname : Last name of the licensee. It may be a statement describing the company or facility.
* Mail : The email address of the licensee. The license will be sent to this e-mail address.
* I/O Limit : It is the amount of I / O that is to be purchased.
* User Limit : The number of users to purchase.

{% hint style="danger" %}
Since the software licenses are licensed to the computer, your new computer will not be active if the licensed computer is replaced. In such a case, contact us for support.
{% 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://inscada.gitbook.io/ins/en-1/licensing-policies.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.
