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

# Disclaimer

This legal disclaimer applies to any trading indicator, tool, software or service (collectively referred to as the "Indicator") provided by TrendShift. The Indicator is provided for educational and informational purposes only and is not intended as a recommendation to buy or sell securities. The information contained in the Indicator is obtained from sources believed to be reliable, but is not guaranteed as to accuracy or completeness.

The user of the Indicator acknowledges that there are risks associated with using any trading indicator, and the user assumes such risks. TrendShift does not guarantee the accuracy or completeness of the Indicator and shall not be liable for any loss or damage resulting from any investment made based on the information provided in the Indicator. The user of the Indicator assumes full responsibility for any and all gains and losses, financial, emotional or otherwise, experienced, incurred or suffered by the user. No representation is being made that any account will or is likely to achieve profits or losses similar to those discussed in the Indicator. Past performance of any trading strategy is not indicative of future results.

The Indicator is not a representation or warranty, express or implied, as to the suitability or profitability of any investment or investment strategy and is not intended to constitute investment, legal, accounting, tax or other professional advice. The user is solely responsible for determining whether the Indicator is appropriate for the user's investment goals and risk tolerance.


---

# 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://trendshift.gitbook.io/trendshift/introduction/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.
