> For the complete documentation index, see [llms.txt](https://docs.thundervault.io/thundervault/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.thundervault.io/thundervault/terms-and-conditions.md).

# Terms & Conditions

## User Content

Thunder Vault Trading may allow you to submit, upload, publish, or otherwise make available content, including but not limited to text, photographs, and videos (“User Content”). You retain all rights in your User Content, and you are solely responsible for your User Content. By making any User Content available through Thunder Vault Trading, you grant to us a non-exclusive, transferable, sub-licensable, royalty-free, worldwide license to use, copy, modify, create derivative works based on, distribute, publicly display, publicly perform, and otherwise exploit your User Content in connection with Thunder Vault Trading and our business, including without limitation for promoting and redistributing part or all of Thunder Vault Trading (and derivative works thereof) in any media formats and through any media channels.

## Intellectual Property

The content and information available through Thunder Vault Trading, including but not limited to text, photographs, videos, and software (“Thunder Vault Trading Content”), is the property of Thunder Vault Trading or third parties, and is protected by intellectual property laws. You may not use any Thunder Vault Trading Content for commercial purposes without our express written consent.

## Disclaimer of Warranties

Thunder Vault Trading is provided “as is,” and we make no representations or warranties of any kind, express or implied, as to the operation of Thunder Vault Trading or the information, content, materials, or products included on Thunder Vault Trading. You expressly agree that your use of Thunder Vault Trading is at your sole risk. To the fullest extent permitted by law, we disclaim

<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://docs.thundervault.io/thundervault/terms-and-conditions.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.
