> For the complete documentation index, see [llms.txt](https://vestate-1.gitbook.io/vestate-or-ai-powered-smart-proptech-solutions/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://vestate-1.gitbook.io/vestate-or-ai-powered-smart-proptech-solutions/disclaimer.md).

# DISCLAIMER

This document, including any attached files or information related to the Vestate project, is provided for informational purposes only and does not constitute financial or investment advice. The content is subject to change, and the Vestate team reserves the right to modify, update, or amend any details without prior notice.

Participation in blockchain, cryptocurrency, and real estate-related projects involves inherent risks. Readers and potential participants are advised to independently verify all information presented in this document and to conduct their own research and due diligence before making any decisions.

The Vestate project team has made reasonable efforts to ensure the accuracy and reliability of the information herein, but no guarantees are made regarding the completeness, accuracy, or reliability of the content.

This document does not constitute an offer or solicitation for investment, and no part of it should be considered as financial advice. Any decision to participate in the Vestate project is at the sole discretion and risk of the reader or participant.

By accessing and reviewing this information, readers and potential participants acknowledge and agree that they are responsible for their own decisions and actions. The Vestate project team, its members, and affiliates disclaim any liability for any direct, indirect, or consequential loss or damage incurred by any person or entity through participation in or reliance on the Vestate project.

It is strongly recommended that individuals seek advice from financial, legal, and other relevant professionals before engaging in any investment or financial activities related to the Vestate project.

<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://vestate-1.gitbook.io/vestate-or-ai-powered-smart-proptech-solutions/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.
