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

# Legal

- [Terms of Use and API Services Agreement](https://docs.finandy.com/legal/terms-of-use-and-api-services-agreement.md): Effective Date: 01 June 2026
- [Privacy Policy](https://docs.finandy.com/legal/privacy-policy.md): This detailed document explains how your personal data is collected, used and protected on the platform to keep you safe and secure. Last updated date: 22 August 2022
- [Whitepaper](https://docs.finandy.com/legal/whitepaper.md): ✔ More information about the mission, vision and technical aspects of the platform. The detailed document will provide a full understanding of Finandy's architecture and capabilities.
- [Roadmap 1.0](https://docs.finandy.com/legal/roadmap-1.md): The document outlines future updates and new features to improve your work experience
- [Roadmap 2.0](https://docs.finandy.com/legal/roadmap-2.md): The document outlines future updates and new features to improve your work experience
- [Finandy Futures Agreement](https://docs.finandy.com/legal/risk-agreement.md): ✔ The document outlines the potential risks associated with trading and helps you better understand the terms of use of the platform.
- [AML Policy](https://docs.finandy.com/legal/aml.md): ✔ Familiarise yourself with Finandy's Anti-Money Laundering (AML) policy. The detailed document explains the measures and procedures to prevent illegal financial transactions on the platform.
- [Term of use](https://docs.finandy.com/legal/term-of-use.md): ✔ The document describes the rules and regulations governing the use of the service to ensure safe and efficient operation.
- [Chat Rules in Telegram](https://docs.finandy.com/legal/chat-rules-in-telegram.md): Chat Rules Finandy in Telegram
- [Сopy trading terms of use](https://docs.finandy.com/legal/term.md): ✔ Read the terms and conditions for using Copy-trading on the Finandy platform.
- [Disclaimer (FIN token)](https://docs.finandy.com/legal/disclaimer-fin-token.md): Read the disclaimer about the FIN token on the Finandy platform. The detailed document explains the risks associated with investing in the FIN token.


---

# 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.finandy.com/legal.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.
