> 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/master.md).

# KOKOMO Cloud ユーザーマニュアル

### はじめる前に <a href="#before-you-begin" id="before-you-begin"></a>

KOKOMO Cloudサービスを利用するには、以下を準備する必要があります。

* 対応するKOKOMO Cloud無線アクセスポイントまたはスイッチを最低1台
* DHCPおよびDNS設定を含む、インターネットに接続された既存のネットワーク

{% hint style="info" %}
「KOKOMO Cloud」モバイルアプリ（iOSおよびAndroid対応）をインストールし、より簡単にデバイスを登録・監視することもできます。
{% endhint %}

{% hint style="info" %}
KOKOMO Cloudの基幹サーバーはAWSの東京リージョンで稼働しています。
{% endhint %}

{% hint style="warning" %}
プロキシを利用するネットワーク環境にデバイスを接続する場合、各デバイスに手動でプロキシの設定を行う必要があります。詳細は「[Web Proxyの設定](/appendix/web-proxy.md)」を参照ください。
{% endhint %}

### 対応Webブラウザ <a href="#supported-web-browsers" id="supported-web-browsers"></a>

KOKOMO Cloudには主にWebブラウザからアクセスします。KOKOMO Cloudサービスに新規登録する、またはネットワーク管理のためWebインターフェースにログインする前に、まずは対応ブラウザを利用していることをご確認ください。

KOKOMO CloudがサポートしているWebブラウザを下表に示します。

| Webブラウザ         | リリース             |
| --------------- | ---------------- |
| Google Chrome   | 57.0.2987.110 以降 |
| Mozilla Firefox | 52.0 以降          |
| Microsoft Edge  | 80.0.361.103 以降  |

{% hint style="warning" %}
対応していないWebブラウザを使用した場合、Webインターフェースの一部が正しく表示されないなどの問題が発生する可能性があります。
{% 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://docs.lan.kokomocloud.com/master.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.
