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

# Disclaimer / Terms

YOU HAVE READ AND UNDERSTOOD ALL TERMS AND CONDITIONS PRESENTED IN THIS GITBOOK.

In case of any disputed information, the information presented herein will supersede.&#x20;

You understand that no content published on the website or on the social media channels constitute a recommendation to buy or sell any security or cryptocurrency. You acknowledge that the content is for informational purposes only and does not constitute investment advice. Investment in cryptocurrency involves large risks and you are solely responsible for your investment decisions and should consult a financial professional to assess your own personal and financial situation. Creators of this content are not registered investment advisors or an investment company.

ACQUIRING/HOLDING/OWNING/USING ARMOR TOKENS DOES NOT PROVIDE/GUARANTEE YOU OR ANYBODY ELSE DIVIDENDS OR ANY KIND OF RETURNS. ACQUIRING ARMOR TOKENS DOES NOT PROVIDE YOU WITH ANY RIGHTS IN ANY JURISDICTION. ARMOR TOKEN IS NOT A CURRENCY BUT AN INTERNET DIGITAL UNIT OF NON-FINANCIAL UTILITY THAT CAN BE USED SOLELY IN THE ARMOR PROTOCOL. THE ARMOR PROTOCOL SHALL NOT BE LIABLE TO YOU OR ANYBODY ELSE FOR ANY DAMAGE OR (AND) LOSSES IN ANY CONNECTIONS WITH ARMOR TOKENS. IF YOU DO NOT AGREE WITH ANY PART OF THIS DISCLAIMER PLEASE CONSIDER LEAVING THIS WEBSITE AND NEVER ACQUIRE/HOLD/OWN/USE ARMOR TOKENS.


---

# 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://armorfi.gitbook.io/armor/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.
