> For the complete documentation index, see [llms.txt](https://docs.lan.kokomocloud.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.lan.kokomocloud.com/quick-start-guide/appendix/disclaimer.md).

# 免責事項/注意

* 最大データレートはIEEE標準に基づいています。実際のスループットや通信範囲は、環境条件、デバイス間の距離、動作環境内の無線干渉、ネットワーク内のデバイス構成など、多くの要因によって異なる場合があります。
* 機能および仕様は予告なく変更される場合があります。
* このデバイスはFCC規則第15章に準拠しています。
* 使用にあたっては、次の2つの条件に従います。(1) このデバイスは有害な干渉を引き起こしてはならず、(2) このデバイスは、望ましくない動作を引き起こす可能性がある干渉を含む、受信するあらゆる干渉を受け入れなければなりません。
* 商標および登録商標はそれぞれの所有者に帰属します。© Copyright APRESIA Systems, Ltd. ALL RIGHTS RESERVED.


---

# 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.lan.kokomocloud.com/quick-start-guide/appendix/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.
