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

# Disclaimer

{% hint style="info" %}
このホワイトペーパーは、SIX502tokenの購入を推奨、勧誘するものではありません。このホワイトペーパーの全部または一部は、法律、金融、税務またはその他の専門的なものです。アドバイスではなく、またそれらと見なされるものでもありません。お客様は、SIX502tokenを購入、売却、または回収することを決定する前に、独立した専門家のアドバイスを求める必要があります。SIX502tokenの購入、販売、または回収の過程で行われる査定、評価及び意思決定は、お客様の責任となります。SIX502プロジェクトは、我々の計画を受け入れることを誰にも強制しません。法律で認められる最大限の範囲でSENRYOUBAKO社は、SIX502tokenの悪影響または結果から生じるいかなる責任も負いません。
{% endhint %}


---

# 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://six502.gitbook.io/wp/other/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.
