> For the complete documentation index, see [llms.txt](https://docs.influxtechnology.com/support_guides/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.influxtechnology.com/support_guides/dialog-user-guide/dialog-software-manual/introduction/limitation-of-liability.md).

# Limitation of Liability

1. The information in the 'Influx Software' has been compiled from tests and measurements made on a small sample of vehicles with the appropriate mechanical and electronic systems and information in manuals produced by vehicle and electronic system manufacturers. However, all reasonable care has been taken to ensure the accuracy of the information in the 'Influx Software'. Neither the authors, Influx, nor Influx's agents may be held responsible for incorrect or inaccurate information or descriptions of test procedures.
2. LIMITED WARRANTY: Influx warranties that the media on which the 'Influx Software' is supplied will be free from defects in materials or workmanship under normal use and service for 30 days from the date of receipt.
3. Influx disclaims all other express or implied warranties, including but not limited to implied warranties of merchantability and fitness for a particular purpose for the 'Influx Software', any accompanying documentation and any accompanying hardware. The 'Influx Software' is used at your own risk.
4. In no event shall Influx, its authors, nor anyone involved in the creation, production, sale or delivery of this product be liable for any damages whatsoever (including, without limitation, damages for loss of business profits, business interruption, loss of business information, or other pecuniary loss) arriving out of the use of or inability to use this Influx product, even if Influx has been advised of the possibility of such damages.
5. By using this 'Influx Software, ' you agree to be bound by all terms and conditions. Do not use the 'Influx Software' otherwise.
6. If you do not agree with these conditions, you should promptly return the 'Influx Software' (including all media, documentation and packaging) to your supplier.
7. None of the provisions affects your statutory rights. Where legislation disallows the exclusion or limitation of implied warranties, these will not apply to you.


---

# 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.influxtechnology.com/support_guides/dialog-user-guide/dialog-software-manual/introduction/limitation-of-liability.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.
