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

# Disclaimer

The information and tools provided by PineScriptStrategy.com are for educational and informational purposes only. They should not be construed as financial advice, and are not intended to be a substitute for professional financial advice.

PineScriptStrategy.com does not guarantee the accuracy, completeness, timeliness, reliability, suitability, or availability of the information and tools provided. PineScriptStrategy.com will not be liable for any errors, omissions, or delays in this information or for any actions taken in reliance on this information.

PineScriptStrategy.com does not endorse or recommend any specific investments, strategies, or financial products. Any decisions you make based on the information and tools provided by PineScriptStrategy.com are your sole responsibility and at your own risk. You should carefully consider your own financial situation and consult with a financial advisor before making any financial decisions.

PineScriptStrategy.com is not responsible for any losses, damages, or other liabilities that may arise from the use of the information and tools provided. You agree to indemnify and hold PineScriptStrategy.com and its affiliates, employees, agents, and contractors harmless from any claims, damages, or expenses that may arise in connection with your use of the information and tools provided.

By using the information and tools provided by PineScriptStrategy.com, you acknowledge and agree to the terms of this financial disclaimer.


---

# 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.pinescriptstrategy.com/tools/start-here/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.
