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

# 免責事項

Skyヘッジファンドおよび関連団体は本稿に起因または関連するいかなる法的責任も負いません。本稿に掲載した情報は、あくまで参考情報であり、すべての情報を網羅しているわけではなく、予告なく更新・変更される可能性があります。

内容の正確性、信頼性、完全性をなんら保証するものではなく、また投資を含む専門的なアドバイスを提供するものでもありません。内容や解釈に疑問がある場合、決して早合点せず、ユーザーご自身の責任において法律、財務、税務など適した専門家にご相談ください。

Skyヘッジファンドおよび関連団体は掲載した文章、表現、数値、データ、示唆、言い回しなどあらゆる内容に対し、本稿を参照したことによって生じた損害（追加費用、逸失利益、権利の侵害等あらゆるケースを含む）に対し、直接的、間接的にかかわらず一切の責任を負わないものとします。

本稿はいかなる個人もしくは法人に対しても、株式、権利またはその他の有価証券の取引を提案または勧誘するものではありません。


---

# 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://sky-web3-vision.gitbook.io/wp-jp/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.
