> For clean Markdown content of this page, append .md to this URL. For the complete documentation index, see https://learning.postman.com/llms.txt. For full content including API reference and SDK examples, see https://learning.postman.com/llms-full.txt.

# MQTT overview

MQTT (Message Queuing Telemetry Transport) is a messaging protocol for the Internet of Things (IoT). Its usage spans from small devices for home automation and wearables, to automating large-scale industrial machineries. It's a lightweight technology where clients connected to a single broker can publish messages to different topics and subscribe to topics to receive messages from other connected clients. The messages are transferred with low-bandwidth usage, low-power consumption, and efficient distribution of information to one or many receivers, all adding to the popularity of MQTT.

![MQTT interface](https://assets.postman.com/postman-docs/v12/mqtt-hero-v12-01.png)

## Work with MQTT APIs using Postman

Postman provides you with a client interface to debug your MQTT-based APIs. If you haven't already, [download and install the Postman desktop app](/docs/getting-started/installation/installation-and-updates/) to get started.

You can do any of the following when you create a new MQTT request:

* Connect to a broker.
* Subscribe to topics.
* Publish messages.
* View messages received from the broker.

After saving your MQTT request into a collection, you can do the following:

* Reuse it later.
* Document it.
* Share it with your teammates.
* Publish it to the community on the [Postman API Network](/docs/postman-api-network/overview/).

## Next steps

Get started with MQTT with the following topics:

* [Using the MQTT request interface](/docs/use/send-requests/protocols/mqtt-client/mqtt-request-interface/) — Learn about the MQTT request interface and its features.
* [Creating your first MQTT request](/docs/use/send-requests/protocols/mqtt-client/first-mqtt-request/) — Create your first MQTT request and connect to a broker.