# License Policy

We use the same policies as the Asset Store and we publish assets in 3 Categories (Tools, Templates and 3D). The Asset Store defines several license types depending on which category the asset is placed in. Here is a simple overview of the current license requirements in order to remain legal, as well as a link to their license FAQ. You can easily see which license type an asset uses by visiting the Product page on the Asset Store.

{% hint style="success" %}
If you are a solo dev, don't worry about any of this. Just go have fun - you're legal =)
{% endhint %}

<https://assetstore.unity.com/browse/eula-faq>

### Tools and Templates

`Per Seat License`

If the Asset is in the Tools or Templates category then all users who are working on the project are required to have their own 'seat', or in other words, an additional license.&#x20;

For example if you have 5 people working on a project but you only own 1 seat of Vault (for example) then your usage is considered illegal and 4 additional seats are required.

{% hint style="success" %}
If you are a large team and need special support or consultation please reach out directly.
{% endhint %}

{% hint style="warning" %}
Having insufficient seats for your product violates the EULA and invalidates your license rights.
{% endhint %}

### 3D Category

`Single Entity or Multi Entity`

If the Asset is in the 3D category then you only ever need one license. The options are Single Entity and Multi Entity. The term "entity" is loosely defined as your company, or you personally.

* **Single Entity:** One license of this type covers your entire company, **excluding** contractors and other companies.
* **Multi Entity:** One license of this type covers your entire company, **including** contractors, and other businesses on the project.


---

# 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://lanefox.gitbook.io/cleverous/licensing-policy.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.
