# Edit Dialog

On the left side you find the Edit Panel (if toggled on). You can use P to show/hide the dialog. Once you have selected a node by clicking on it, you can edit its content.

<figure><img src="/files/rQ2NbZnplPjpNm7VBrHo" alt=""><figcaption><p>Edit Node Bar</p></figcaption></figure>

### Node information:

On the top, you find the name of the node together with a small description. This description can be changed by using the Description Field.

### Description Field:

The description field can be used to add your own comments. The first 25 characters will be shown in the the node’s header on the stage.

### UUID Copy Icon:

Every stream has a UUID (Unique ID). The UUID of a Stream can be copied to the clipboard by clicking on this icon. The UUID can be used in any node that follows after the node the ID was copied from. It is possible to use the wildcard {node.result.?} and replace the ? with the UUID. This wildcard will be replaced with the output of the node with the given ID. As soon as the {node.result.?} wildcard is used and the UUID from a specific node is added, it is possible to click on the highlighted wildcard to get redirected to the Node where the UUID is coming from. It is not possible to delete a node whose UUID is used in another node.

<figure><img src="/files/niZJjnSYi3jjbOrE9Tzm" alt=""><figcaption><p>Copy node ID to clipboard</p></figcaption></figure>

### Wildcard Pallet:

The icon next to the input field opens the placeholder palette. It has a type ahead function and the selected placeholder is placed at the cursor position in the edit field. If the selected wildcard contains a “?" (place holder for, for example, a path or another wildcard), this is automatically highlighted to speed up further processing.

<figure><img src="/files/RjZPeSwwz0uKxjC6vJFR" alt=""><figcaption><p>Wildcard Pallet</p></figcaption></figure>

### File Chooser:

This icon opens the Stream Designer File Chooser. It is possible to browse the volumes mounted under the Helmut4 host system and select individual files. This is particularly helpful when it comes to config files such as .epr's for the media encoder. By clicking on the name of a folder it is possible to browse through the folder structure. Each selected folder is added to the breadrumb. By clicking on a folder name in the breadcrumb navigation it is possible to jump back. A click on the Select button selects the path of the corresponding file and transfers it to the edit field of the node.


---

# 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.6.2/helmut4-components/streamdesigner/layout/edit-dialog.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.
