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

# Disclaimer

This documentation and the Tensorstream application are provided "as is" without any representations or warranties, express or implied. Tensorplex Labs makes no representations or warranties in relation to the information and materials provided in this application.

The content generated and displayed by Tensorstream, including summaries and transcriptions of podcasts, represent only the views of the original content creators. Tensorplex is not responsible for the accuracy or validity of any such views. Further, Tensorplex Labs is not responsible for any misinterpretations or inaccuracies in the AI-generated content, nor for any misunderstanding arising from its transcription or summary.

Tensorstream is not intended as a source of financial advice. The information provided by Tensorstream is a an AI-generated aggregation and summary of other user-generated content which has not been separately diligenced or verified by Tensorstream. Users are advised to perform their own due diligence and consult with a qualified professional before making any investment decisions.

Tensorplex Labs does not claim ownership of the original content and respects the copyright of all third-party materials. Users are responsible for complying with all applicable copyright laws and regulations when using or sharing content from Tensorstream.

By using Tensorstream, users agree to hold Tensorplex Labs and its shareholders, directors, agents, subsidiaries, affiliates and associates harmless for any and all claims arising from the use of Tensorstream or the information provided therein.


---

# 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.tensorplex.ai/tensorplex-docs/tensorplex-stream/disclaimer.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.
