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

# Terms of Service

### Personal Use Only

{% hint style="success" %}
Our products are intended for personal use only. You are not allowed to sell, share, or distribute our products to friends or family. Any unauthorized distribution or sharing of our products may result in the termination of your access to our services.
{% endhint %}

### Refund and Exchange Policy:

{% hint style="danger" %}
Due to the digital nature of our products, we do not provide refunds or exchanges once the purchase is made. This policy aligns with industry standards for digital products. Please review our products carefully before completing your purchase.
{% endhint %}

### Open Source Modification:

{% hint style="info" %}
If you purchase an open-source product and choose to modify the assets, please be aware of the following: Any updates we release for the open-source product will only include the original files and not account for modifications you made to the assets.

It is your responsibility to incorporate updates into your modified assets. We will provide the updated files for the open source, but you are required to integrate them into your modified data.

We do not guarantee compatibility between updates and modified assets. Any conflicts or issues arising from modifications are your responsibility to resolve.
{% 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://docs.pewestudios.com/pewestudios/information/tos.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.
