# MQTT

Neowit supports MQTT to ingress metrics from your application or edge node controller. Neowit operates an MQTT broker cluster that your application can to connect to.

* [Custom integrations with Starlark transforms](/integrations/mqtt/custom-starlark.md)
* [Native Sparkplug integrations](/integrations/mqtt/native-sparkplug.md)

## MQTT broker connection details

| Name               | Description                              |
| ------------------ | ---------------------------------------- |
| Host               | mqtt.neowit.io                           |
| Port               | TCP 8883 - Secure MQTT                   |
| Protocol           | MQTTS (TLSv1.2, TLSv1.3)                 |
| Supported versions | 3.1, 3.1.1, and 5.0                      |
| Username           | Visible during integration configuration |
| Password           | Visible during integration configuration |
| Client ID          | Visible during integration configuration |


---

# 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://developers.neowit.io/integrations/mqtt.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.
