# 概要

- [MQTT: IoTメッセージングの標準](https://docs.fubogroup.com/gai-yao/mqtt-iotmessjinguno.md): MQTTは、Internet of Things（IoT）のためのOASIS標準メッセージングプロトコルです。これは、非常に軽量なパブリッシュ/サブスクライブメッセージングトランスポートとして設計されており、小さなコードフットプリントと最小限のネットワーク帯域幅でリモートデバイスを接続するのに理想的です。MQTTは今日、自動車、製造、通信、石油・ガスなど、さまざまな業界で使用されています。
- [MQTT 仕様](https://docs.fubogroup.com/gai-yao/mqtt-shi-yang.md)
- [初心者ガイド](https://docs.fubogroup.com/gai-yao/gaido.md)


---

# Agent Instructions: 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:

```
GET https://docs.fubogroup.com/gai-yao.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
