# On MQTT Start

## Overview

![The On MQTT Start Node.](/files/o5pYp2xgFdhMvN9FLSS3)

**On MQTT Start** is an **Event Listener Node** notifying that the **MQTT** connection was successfully established, therefore enabling the user to perform actions on said connection.

[**Scope**](https://github.com/cgi-studio-gmbh/incari-doc/blob/2022.2/toolbox/communication/overview.md#scopes): **Project**, **Scene**.

## Attributes

![The On MQTT Start Node Attributes.](/files/9w1UYlHBexBs7XgbCNck)

| Attribute       | Type          | Description                                        |
| --------------- | ------------- | -------------------------------------------------- |
| `Configuration` | **Drop-down** | The connection, or signal name, that will be used. |

## Outputs

| Output             | Type      | Description                                                                                                                            |
| ------------------ | --------- | -------------------------------------------------------------------------------------------------------------------------------------- |
| *Pulse Output* (►) | **Pulse** | A standard **Output Pulse**, to move onto the next **Node** along the **Logic Branch**, once this **Node** has finished its execution. |

## See Also

* [**On MQTT Stop**](/incari-studio/2022.2/toolbox/communication/mqtt/events/onmqttstop.md)
* [**On MQTT Topic**](/incari-studio/2022.2/toolbox/communication/mqtt/events/onmqtttopic.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.incari.com/incari-studio/2022.2/toolbox/communication/mqtt/events/onmqttstart.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.
