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

# 16.Disclaimer of Warranty

16.1. You hereby acknowledge and agree that the App and the Website, including any software comprising the App and the Website and any services that can be provided via the App and the Website are provided to you on "as is", "as available" and "with all faults" basis, and you use the App and the Website exclusively at your own risk without any express or implied representations and/or warranties of any kind given by us.

16.2. We expressly disclaim all express and implied warranties and representations as to the App and the Website. We do not make any representations or warranties, express or implied, including:

16.2.1. any warranties and representations with respect to the content, information, data, availability, uninterrupted access, services, or products provided through or in connection with the App and the Website;

16.2.2. any warranties and representations that the App and the Website are free of viruses, worms, trojan horses or other harmful components;

16.2.3. any warranties and representations that the App and the Website, its content and any services or products provided through it are error-free or that defects in the App and the Website, its content or the services or products will be corrected;

16.2.4. any warranties and representations of title or merchantability or fitness for a particular purpose with respect to the App and the Website, or their utility;

16.2.5. any warranties and representations that the App and the Website will be compatible with your mobile device, computer or other electronic equipment;

16.2.6. any warranties and representations towards our ability or assumption of liability, to detect, limit or prevent any use prohibited under these Terms; and

16.2.7. any warranties and representations of non-infringement.


---

# 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.gp7.app/legal/terms/16.disclaimer-of-warranty.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.
