> For the complete documentation index, see [llms.txt](https://boombox.mtmograph.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://boombox.mtmograph.com/more/eula.md).

# EULA

{% hint style="info" %}
***BY INSTALLING OR USING THIS SOFTWARE YOU AGREE TO BE BOUND***\
***BY THE TERMS AND CONDITIONS OF THIS LICENSE AGREEMENT.***

IMPORTANT – READ CAREFULLY: THIS IS A LEGAL AGREEMENT (THE “AGREEMENT”) BETWEEN YOU AND MT. MOGRAPH, LLC. (“MTMO”). THIS AGREEMENT APPLIES TO LICENSES PURCHASED BY YOU AND IS APPLICABLE TO ONLINE AND DIGITAL DELIVERY OF LICENSED MATERIAL. BY ORDERING A LICENSE, YOU AND, IF APPLICABLE, PURCHASER, ENTER(S) INTO THIS AGREEMENT WITH MTMO AND CONFIRM(S) THAT YOU AND/OR IT, AS THE CASE MAY BE, HAVE AND/OR HAS, AS THE CASE MAY BE, THE POWER AND AUTHORITY TO DO SO.
{% endhint %}

## **License Agreement**

This software is provided "as-is", without any expressed or implied warranty. In no event will MT.MOGRAPH LLC be held liable for any damages arising from the use of this software.

Licenses are issued for a specific number of seats. You may use the software on no more than that number of machines at a time.

You may not redistribute, resell, rent, lease or sub-license the software in any form without written permission by MT. MOGRAPH LLC.

You may not disassemble, create derivative works, modify, reverse engineer, adapt or decompile the software.

The software is copyrighted.\
All rights remain with MT. MOGRAPH LLC. (c) 2014-2020

## **You Can**

* **Manipulate** the sound effects files however you like: eg. edit, transpose, pitch-shift, reverse...
* **Layer** with other sounds
* **Synchronize** with video or other sonic elements
* **Use sound effects** as part of commercial video, personal project, or as part of music
* **Create copies** of sound effects files to optimize your workflow and have emergency backup. *Not to distribute to an unlicensed 3rd party.*

## **You Cannot**

* **Re-sell** sound effects files in any way.
* **Make raw sound effects files** available to a 3rd party in any way.
* **Sell as ringtones** or incorporate raw sound effects files as part of a web or app-based soundboard.
* **Bundle sounds** in physical products such as toys or wearable tech.
* Create copies of sound effects to **provide to an unlicensed** 3rd party.

<br>


---

# 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://boombox.mtmograph.com/more/eula.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.
