> For the complete documentation index, see [llms.txt](https://mindcodeinteractive.gitbook.io/easy-build-system-old/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-old/annex/refund-policy.md).

# Refund Policy

Asset Store page is carefully crafted to outline what an asset does and does not do.

If applicable, a more comprehensive "Compatibility" page is linked. Please read this before making a purchase to avoid any unwelcome surprises. This policy aims to clarify the asset store EULA's legal jargon and specifies the practical cases that it does or does not cover.

As agreed upon at checkout, Asset Store sales are final as per the EULA section 2.2.9. Since digital purchases cannot be returned once downloaded, it is required to agree to waive the right to a refund. Clicking the "Download" button finalizes this agreement.

This is because it is impossible to revoke access to the downloaded files after a refund is issued (no DRM system). Keeping both my work and its monetary value is not a fair trade. Therefore, certain conditions must be met to avoid abuse or enabling impulsive purchases.

<img src="https://staggart.xyz/wp-content/uploads/2021/03/eulaagree.png" alt="" width="375">

#### **Refunds are always granted if:**

* You have not yet downloaded the asset. This is verified through the invoice number.\
  In this case, you can request a refund yourself [here](https://support.unity.com/hc/en-us/articles/205060439-How-do-I-request-a-refund-on-an-asset-).
* The asset was removed from the store within 4 weeks of purchasing (deprecated).

#### **Refunds aren’t justified when:**

* You appear to not have read the store page information or the linked online documentation.
* The asset is no longer being used (eg. project cancelation, switching engines/render pipelines).
* The asset in question went on sale, shortly after a full-price purchase was made.
* Unity account was terminated due to a violation of Unity’s terms of use.

If you find you are in accordance with these conditions, get in touch with the basis of your request.


---

# 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-old/annex/refund-policy.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.
