# User (4)

A user condition always pertains to the information available about a user executing a stream. This means, for example, that the user's name or group membership can be used as a condition for determining the subsequent course of the stream.

**Example:**

If there are streams configured to always execute via the local client (autoimport), a different decision can be made within the stream based on the user. For instance, if the user is named "Lee", the user name condition can be utilized to determine if Lee is the one executing the stream. If this condition is met, the course of the stream can be altered accordingly.


---

# 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/streamdesigner/nodes/conditions/user-4.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.
