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

# DISCLAIMER

TKD is a type of coin created for entertainment purposes and should not be considered as a formal investment or a financial tool. Any information or data on websites, applications, or any related TKD materials are for reference only and do not guarantee accuracy or reliability.

&#x20;TKD bears no responsibility and has no legal obligation for any direct or indirect losses or damages arising from the use or access to its services. This may include financial losses, data loss, or any other damages.

&#x20;Investors and TKD users need to understand that trading coins carries financial risks and they should take responsibility for their decisions. Before participating in any activities related to TKD, users should seek independent financial advice and conduct thorough research on the product and market.&#x20;

&#x20;TKD is a coin without intrinsic value and does not guarantee any profits. The use of TKD is at the discretion of the user. By using TKD's services, users agree to adhere to the terms and conditions set forth in this disclaimer.


---

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