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

# Legal, Terms, & Disclaimers

Welcome to Premia! This section outlines the legal terms, terms of use, and disclaimers governing your Premia platform use. Reading and understanding these provisions is essential before accessing or using our services. By continuing to use Premia, you signify your agreement to these terms.

1. **Terms of Use**
   * [Terms of Service](/resources/legal/terms-of-service.md)
   * [Privacy Policy](/resources/legal/privacy-policy.md)
   * [Cookie Policy](/resources/legal/cookie-policy.md)
2. **Prohibited Activities and Businesses**
   * [Prohibited Use](/resources/legal/prohibited-use.md)
   * [KYC/AML Policy](/resources/legal/aml-kyc-policies.md)
3. **User Obligations and Responsibilities**
   * [Affiliate & Advocate Program](/resources/legal/affiliate-and-advocate-program.md)
   * [Self-Service Affiliate Agreement](/resources/legal/self-service-affiliate-agreement.md)
   * [Trading Competition Terms and Disclaimers](/resources/legal/trading-competition-terms-and-disclaimers.md)
   * Vault/Depot Trust Agreement
4. **Disclaimers and Limitations of Liability**
   * [Legal Disclaimer](/resources/legal/legal-disclaimer.md)
5. **Intellectual Property**
   * [Use of Premia's Intellectual Property](/resources/legal/intellectual-property.md)
6. **Changes to Legal Terms**
   * [Amendments and Updates](/resources/legal/amendments-and-updates.md)
7. **Contact Us**
   * [How to Reach Premia Support](/resources/legal/contact-us.md)
   * [Frequently Asked Questions](/resources/legal/faqs-wip.md)

Please take the time to review and understand these terms thoroughly. They establish the framework for your interaction with Premia's services. If you have any questions or concerns, feel free to contact us. Your use of Premia signifies your consent and agreement to abide by these terms and conditions.


---

# 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.premia.blue/resources/legal.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.
