> For the complete documentation index, see [llms.txt](https://mindcodeinteractive.gitbook.io/easy-build-system/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mindcodeinteractive.gitbook.io/easy-build-system/meta/licenses.md).

# Licenses

Easy Build System is licensed under the Unity Asset Store End User License Agreement (EULA).\
By purchasing and downloading this asset, you agree to the terms of this agreement.

Full license terms are available at: <https://unity.com/legal/as-terms>

***

### Permitted Uses

* Use in personal and commercial projects.
* Modify and extend the source code for your own projects.
* Include the asset as part of a shipped game or application.

***

### Restrictions

* Redistribution of the asset or its source code outside of a shipped project is not permitted.
* Reselling or sublicensing the asset or any modified version of it is not permitted.
* Publishing the source code publicly, including on GitHub or similar platforms, is not permitted.

***

### Third-Party Licenses

Easy Build System does not bundle any third-party libraries or assets that require additional licensing. All code and assets included in the package are original works owned by Mind Code Interactive.

***

### Contact

For licensing inquiries or commercial questions, please contact us at:

* [Discord Server](https://discord.gg/7BavHZazh8)
* [Asset Store Page](https://assetstore.unity.com/packages/templates/systems/easy-build-system-v5-3-45394)

{% hint style="info" %}
This page is provided for informational purposes only and does not constitute legal advice.\
Refer to the Unity Asset Store EULA for the full and binding license terms.
{% 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://mindcodeinteractive.gitbook.io/easy-build-system/meta/licenses.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.
