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

# License Agreement

This License Agreement ("Agreement") is between you ("User") and Foresee.lol ("Company," "we," "us," or "our") for the use of our application ("App"). By accessing or using the App, you agree to be bound by this Agreement. If you do not agree, do not use the App.

### 1. License Grant

Subject to your compliance with this Agreement, we grant you a limited, non-exclusive, non-transferable, revocable license to access and use the App for personal, non-commercial purposes.

### 2. Restrictions

You agree not to:

* Copy, modify, distribute, sell, or lease any part of the App.
* Reverse engineer, decompile, or disassemble the App.
* Use the App for any unlawful purpose or in violation of any applicable law.
* Attempt to gain unauthorized access to any part of the App or related systems.
* Use the App to transmit any viruses, malware, or other harmful code.

### 3. Intellectual Property

All content, trademarks, logos, and intellectual property displayed in the App are owned by or licensed to us. You may not use, reproduce, or distribute any such content without our prior written consent.

### 4. Updates and Changes

We may update, modify, or discontinue the App or any part of it at any time without notice. We are not liable to you or any third party for any modifications, suspensions, or discontinuations of the App.

### 5. Disclaimer of Warranties

The App is provided "as is" and "as available" without warranties of any kind, either express or implied, including but not limited to warranties of merchantability, fitness for a particular purpose, or non-infringement. We do not warrant that:

* The App will meet your requirements or expectations.
* The App will be uninterrupted, secure, or error-free.
* Any errors or defects in the App will be corrected.

### 6. Limitation of Liability

To the maximum extent permitted by law, we shall not be liable for any indirect, incidental, special, consequential, or punitive damages, or any loss of profits or revenues, whether incurred directly or indirectly, or any loss of data, use, goodwill, or other intangible losses resulting from:

* Your use or inability to use the App.
* Any unauthorized access to or use of our servers and/or any personal information stored therein.
* Any bugs, viruses, or similar issues transmitted through the App.
* Any errors or omissions in any content or for any loss or damage incurred as a result of your use of any content posted, emailed, transmitted, or otherwise made available through the App.

### 7. Termination

We reserve the right to terminate or suspend your access to the App at any time, with or without cause or notice, for conduct that we believe violates this Agreement or is harmful to other users, us, or third parties, or for any other reason.

### 8. Governing Law

This Agreement is governed by the laws of Cayman Islands, without regard to conflict-of-law principles..

Last updated: 2025/12/15

<br>


---

# 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://foresee.gitbook.io/foresee-docs/license-agreement.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.
