> 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/getting-started/label-information.md).

# ラベル情報

## KOKOMO-Wアクセスポイント <a href="#kokomo-w-ap" id="kokomo-w-ap"></a>

クラウドのアカウントに追加するクラウド機器のシリアル番号を取得します。シリアル番号は、アクセスポイント（KOKOMO-W）やスイッチ（KOKOMO-S）の箱に記載されています。以下はその例です。

<figure><img src="/files/1Bd4MzQzFaVZb57PMAS2" alt="" width="495"><figcaption><p>KOKOMO-W箱面ラベル</p></figcaption></figure>

1. アクセスポイントのモデル番号
2. アクセスポイントのシリアル番号（クラウドGUIで登録する文字列情報）
3. アクセスポイントの商品識別コード（JANコード）

アクセスポイントのシリアル番号は、本体背面に貼付されたラベルにも記載されています。

<figure><img src="/files/iHlKWvPOlf1pffRQeoMg" alt="" width="278"><figcaption><p>アクセスポイント背面例</p></figcaption></figure>

以下はKOKOMO-W220AX-ISアクセスポイント背面のラベルの例です。

<figure><img src="/files/TQfzo7JuCO2hWbqDiT00" alt="" width="458"><figcaption><p>KOKOMO-Wアクセスポイント背面ラベル例</p></figcaption></figure>

{% hint style="info" %}
QRコードは株式会社デンソーウェーブの登録商標です。
{% endhint %}

アクセスポイント背面のラベルには、アクセスポイントのMACアドレスも記載されています。項目は以下の通りです。

1. アクセスポイントのモデル名
2. アクセスポイントのシリアル番号（クラウドGUIで登録する文字列情報）
3. アクセスポイントのMACアドレス

また、アクセスポイントのローカルGUIにログインした際にも、そのシリアル番号を確認できます。

アクセスポイントのローカルGUIにログインして情報を確認する場合、クラウドGUIでの登録に必要な情報は以下の通りです。

<figure><img src="/files/U19mZKsCNVSdem8dioCn" alt="" width="563"><figcaption></figcaption></figure>

1. アクセスポイントのモデル名
2. アクセスポイントのシリアル番号（クラウドGUIで登録する文字列情報）
3. アクセスポイントのMACアドレス
4. アクセスポイントの現在のファームウェアのバージョン

***

## KOKOMO-Sスイッチ <a href="#kokomo-s-switches" id="kokomo-s-switches"></a>

以下はKOKOMO-Sスイッチの箱面に貼付されたラベルです。

<figure><img src="/files/RyZRhtvojYJI8Ffq2ZoL" alt="" width="497"><figcaption></figcaption></figure>

1. スイッチのモデル名
2. スイッチのシリアル番号（クラウドGUIで登録する文字列情報）
3. スイッチの商品識別コード（JANコード）

スイッチのローカルGUIにログインし、「**システム**」＞「**サマリー**」を開くと、左側のカラムから以下の情報が確認できます。

<figure><img src="/files/wYPvtnDMSJcBo70QVpE7" alt="" width="302"><figcaption><p>KOKOMO-SスイッチのローカルGUIログイン時の画面例</p></figcaption></figure>

1. スイッチのモデル名
2. スイッチの現在のファームウェアバージョン
3. スイッチのシリアル番号（クラウドGUIで登録する文字列情報）
4. スイッチのMACアドレス


---

# 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/getting-started/label-information.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.
