# License system

We introduced a **License System** to help us to control plugin leaks, malicious buyers and so on.

In order to be able to use our products, you need a **License.**

When you have purchased a product, you need to contact us in our [Discord ](https://discord.tw-project.it)in **GENERAL-TICKET**'s section. Once you got your license, you have to put it in the **config.yml** in the correct field.

{% code title="config.yml" %}

```yaml
license: "AAA1-BBB2-CCC3"
```

{% endcode %}

Now restart the server and you got it.

Term Of Service:

* Don't distribuite our plugins;
* Don't decompile our plugins;
* Don't modify our plugins;
* Refunds are not allowed;
* A license is valid only for 1 Network;
* A license is valid only for 1 resource.

TWProject reserve the right to make changes without prior notice.

TWProject reserve the right to ban a license if we notice an improper use or a violation of TOS.


---

# Agent Instructions: 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:

```
GET https://docs.tw-project.it/license.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
