# CONNECTED

The trigger will activate each time a user connects to the Helmut4 website using the local client.

{% hint style="info" %}
It is important to note that this trigger won't be activated if a user merely logs in, as this action can occur in web-restricted mode, which doesn't necessitate a client.
{% endhint %}

The trigger is designed to execute as soon as the local Helmut4 client starts and establishes a connection.

{% hint style="warning" %}
Reloading the Helmut4 website will always trigger both the Disconnected and Connected triggers.
{% endhint %}


---

# 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.helmut.de/helmut4-releases/v4.9.1/helmut4-components/helmutfx/streams/fx-event-triggers/connected.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.
