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

# Disclaimer

1. RGO is a platform for issuing, displaying, and interacting with on-chain digital assets.
2. RGO does not provide investment advice, financial services, brokerage services, or asset management of any kind.
3. Users are fully responsible for their own decisions when creating, purchasing, or interacting with assets on the platform.
4. Digital assets issued on RGO are created by independent issuers.
5. RGO does not guarantee the value, performance, legality, accuracy, or future outcome of any asset listed by third parties.
6. All content published on the platform — including videos, profiles, descriptions, and communication — is provided by users and represents their own views.
7. RGO does not control external markets, exchange listings, or secondary-market behavior.
8. Use of the platform is voluntary, and users should conduct their own research before participating in any activity.
9. Nothing in this document or on the platform constitutes legal, financial, or tax advice.


---

# 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://rgo.gitbook.io/rgo/risk-statement/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.
